:root {
  --orange: #ff6816;
  --pink: #fac1de;
  --hot: #ff45c0;
  --cream: #fff4d3;
  --paper: #f8f7ed;
  --ink: #222;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans JP", sans-serif;
  background: var(--orange);
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
.header {
  height: 78px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  gap: 40px;
  background: var(--orange);
  position: absolute;
  z-index: 10;
  width: 100%;
}
.brand {
  font-family: Outfit, sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.nav {
  display: flex;
  gap: 50px;
  margin-left: auto;
  font-family: Outfit, sans-serif;
  font-weight: 600;
}
.nav a {
  position: relative;
}
.nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 2px;
  background: var(--ink);
  transition: 0.25s;
}
.nav a:hover:after {
  right: 0;
}
.social {
  display: flex;
  align-items: center;
  gap: 15px;
  font: 700 12px/1 Outfit;
}
.social img {
  width: 22px;
  height: 22px;
}
.menu {
  display: none;
  background: none;
  border: 0;
  padding: 5px;
}
.menu i {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px;
  background: #222;
  transition: 0.3s;
}
.hero {
  height: 900px;
  padding: 105px 3.7vw 85px;
  background: var(--orange);
}
.hero-card {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 80px 80px;
  background: var(--paper);
}
.hero-word {
  position: absolute;
  width: 102%;
  height: 570%;
  max-width: none;
  left: -2%;
  top: -235%;
  object-fit: cover;
}
.hero-top-person {
  position: absolute;
  width: 13%;
  height: 480%;
  left: 63%;
  top: -150%;
  object-fit: cover;
}
.hero-left,
.hero-right {
  position: absolute;
  object-fit: cover;
  filter: drop-shadow(8px 10px 10px #0004);
}
.hero-left {
  width: 18%;
  height: 135%;
  left: 3%;
  top: 62%;
}
.hero-right {
  width: 27%;
  height: 190%;
  right: 1.5%;
  top: 60%;
}
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: var(--pink);
  border-radius: 999px;
  padding: 14px 45px;
  font-weight: 500;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.pill:hover,
.contact-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 0 #2222;
}
.hero-cta {
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-cta:hover {
  transform: translate(-50%, -3px);
}
.section {
  position: relative;
  padding: 150px max(5vw, 30px);
}
.section-title {
  margin: 0;
  font-family: Modak, cursive;
  font-size: clamp(72px, 9vw, 128px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-align: center;
  background: linear-gradient(90deg, var(--orange), var(--pink));
  -webkit-background-clip: text;
  color: transparent;
}
.about {
  background: var(--pink);
  padding-top: 200px;
  padding-bottom: 250px;
}
.about-card {
  max-width: 1140px;
  min-height: 890px;
  margin: auto;
  padding: 90px 17%;
  border: 8px solid var(--orange);
  border-radius: 80px;
  background: #f3efe7;
  position: relative;
}
.catch {
  text-align: center;
  white-space: nowrap;
  font-size: 20px;
  margin: 45px 0;
}
.catch strong,
.catch em {
  color: var(--hot);
  font-size: 30px;
  font-style: normal;
}
.about-copy {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}
.about-copy p {
  margin: 0 0 10px;
}
.sticker {
  position: absolute;
  object-fit: cover;
  box-shadow: 14px 10px 20px #0003;
}
.sticker-a {
  width: 240px;
  height: 300px;
  left: -130px;
  top: 70px;
  transform: rotate(-16deg);
}
.sticker-b {
  width: 310px;
  height: 275px;
  right: -180px;
  top: 10px;
  transform: rotate(10deg);
}
.sticker-c {
  width: 300px;
  height: 420px;
  left: -110px;
  bottom: -170px;
  transform: rotate(2deg);
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 880px;
}
.pane {
  position: relative;
  padding: 135px 10vw 100px;
  overflow: hidden;
}
.flow {
  background: var(--cream);
}
.news {
  background: var(--orange);
}
.split .section-title {
  font-size: clamp(68px, 8vw, 120px);
}
.steps {
  padding: 0;
  margin: 55px 0 40px;
  list-style: none;
  position: relative;
}
.steps:before {
  content: "";
  position: absolute;
  left: 29px;
  top: 20px;
  bottom: 30px;
  width: 2px;
  background: var(--hot);
}
.steps li {
  display: flex;
  gap: 25px;
  align-items: center;
  margin: 26px 0;
  position: relative;
}
.steps li > span {
  width: 60px;
  height: 60px;
  border: 2px solid var(--hot);
  background: var(--cream);
  color: var(--hot);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
}
.steps div {
  display: flex;
  flex-direction: column;
}
.steps b {
  font: 800 24px Outfit;
}
.steps small {
  font-size: 14px;
}
.flow-person {
  position: absolute;
  width: 330px;
  height: 145%;
  right: -90px;
  bottom: -65%;
  object-fit: cover;
  filter: drop-shadow(10px 8px 8px #0003);
}
.flow-person-mobile {
  display: none;
}
.news .section-title {
  background: linear-gradient(90deg, #fff1ce, #ffd1e8);
  -webkit-background-clip: text;
}
.news-list {
  margin: 55px 0 50px;
}
.news-list a {
  display: flex;
  gap: 28px;
  color: var(--cream);
  padding: 20px 0;
  border-bottom: 1px solid var(--cream);
}
.news-list time {
  font-size: 14px;
}
.news-list span {
  font-size: 14px;
}
.light {
  background: var(--cream);
  color: var(--hot);
  width: 100%;
}
.liver {
  background: var(--pink);
}
.liver .section-title {
  margin-bottom: 70px;
}
.liver-grid {
  max-width: 1308px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}
.liver-card {
  text-align: center;
}
.portrait {
  height: 590px;
  padding: 12px;
  border-radius: 75px;
  background: var(--cream);
  box-shadow: 2px 4px 12px #0004;
  margin-bottom: 30px;
}
.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 65px;
}
.liver-card > span {
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid var(--hot);
  border-radius: 99px;
  color: var(--hot);
  font-size: 20px;
}
.liver-card h3 {
  font-size: 30px;
  margin: 22px 0 5px;
}
.liver-card p {
  margin: 0;
  color: #0005;
  font: 20px Outfit;
}
.contact {
  padding-bottom: 0;
  background: var(--orange);
  overflow: hidden;
}
.contact-card {
  max-width: 1140px;
  margin: auto;
  padding: 75px 20px 190px;
  position: relative;
  display: block;
  border-radius: 80px;
  background: #f3efe7;
  text-align: center;
}
.contact-card p {
  margin: 35px 0;
}
.contact-button {
  display: inline-flex;
  padding: 16px 45px;
  border-radius: 99px;
  background: var(--pink);
  gap: 20px;
  transition: 0.2s;
}
.contact-photo {
  width: 650px;
  height: 760px;
  object-fit: cover;
  margin: -155px auto -280px;
  pointer-events: none;
  filter: drop-shadow(16px 8px 14px #0003);
}
.footer {
  position: relative;
  z-index: 2;
  background: var(--cream);
  padding: 70px 10vw;
  display: grid;
  grid-template-columns: 170px 1.4fr 1fr 1fr;
  gap: 45px;
  align-items: center;
  font-size: 14px;
}
.footer > img {
  width: 150px;
  height: 145px;
  object-fit: cover;
}
.footer-contact,
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .header {
    height: 64px;
    padding: 0 20px;
  }
  .brand {
    display: block;
  }
  .nav {
    position: fixed;
    inset: 0;
    background: var(--orange);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    font-size: 28px;
    transform: translateX(100%);
    transition: 0.35s;
  }
  .nav.open {
    transform: none;
  }
  .social {
    margin-left: auto;
  }
  .menu {
    display: block;
    z-index: 2;
  }
  .menu.active i:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu.active i:nth-child(2) {
    opacity: 0;
  }
  .menu.active i:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .hero {
    height: 650px;
    padding: 82px 18px 45px;
  }
  .hero-card {
    border-radius: 0 0 45px 45px;
  }
  .hero-word {
    width: 125%;
    left: -13%;
    top: -235%;
  }
  .hero-top-person {
    width: 20%;
    left: 63%;
  }
  .hero-left {
    width: 27%;
    left: 0;
  }
  .hero-right {
    width: 37%;
    right: -4%;
  }
  .hero-cta {
    bottom: 35px;
    font-size: 13px;
    padding: 11px 25px;
    white-space: nowrap;
  }
  .section {
    padding: 90px 24px;
  }
  .about {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .about-card {
    min-height: auto;
    padding: 60px 28px 160px;
    border-width: 5px;
    border-radius: 50px;
  }
  .catch {
    white-space: normal;
    line-height: 1.8;
  }
.catch strong,
.catch em {
    font-size: 24px;
  }
  .about-copy {
    font-size: 14px;
  }
  .sticker-a {
    width: 110px;
    height: 140px;
    left: -25px;
    top: -50px;
  }
  .sticker-b {
    width: 130px;
    height: 115px;
    right: -30px;
    top: 20px;
  }
  .sticker-c {
    width: 130px;
    height: 180px;
    left: 20px;
    bottom: -50px;
  }
  .split {
    grid-template-columns: 1fr;
  }
  .pane {
    min-height: 700px;
    padding: 100px 12vw;
  }
  .flow-person {
    width: 240px;
  }
  .liver-grid {
    grid-template-columns: 1fr;
    max-width: 430px;
  }
  .portrait {
    height: 600px;
  }
  .contact-card {
    padding: 55px 20px 150px;
    border-radius: 50px;
  }
  .contact-photo {
    width: 460px;
    height: 570px;
    margin-top: -120px;
    margin-bottom: -210px;
  }
  .footer {
    grid-template-columns: 1fr 1fr;
    text-align: left;
    padding: 50px 24px;
  }
  .footer > img {
    margin: auto;
  }
  .footer > a {
    align-self: start;
  }
}
.catch-mobile {
  display: none;
}

/* NEWS links: centered layout and clear interactive feedback */
.news-list {
  width: min(580px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}
.news-list a {
  position: relative;
  width: 100%;
  min-height: 68px;
  height: auto;
  padding: 20px 56px 20px 22px;
  align-items: center;
  border-radius: 18px;
  transition:
    transform 0.28s ease,
    background-color 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}
.news-list a:first-child,
.news-list a:last-child {
  height: auto;
  min-height: 68px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-list a:last-child {
  border-bottom: 1px solid var(--cream);
}
.news-list a::after {
  content: "→";
  position: absolute;
  right: 22px;
  top: 50%;
  opacity: 0;
  font-size: 22px;
  transform: translate(-10px, -50%);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.news-list a span {
  transition: transform 0.28s ease;
}
.news-list a:hover,
.news-list a:focus-visible {
  z-index: 1;
  background: rgba(255, 244, 211, 0.16);
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(126, 48, 12, 0.2);
  transform: translateY(-4px);
  outline: none;
}
.news-list a:hover::after,
.news-list a:focus-visible::after {
  opacity: 1;
  transform: translate(0, -50%);
}
.news-list a:hover span,
.news-list a:focus-visible span {
  transform: translateX(5px);
}

@media (min-width: 901px) {
  .news-list a {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .news-list {
    width: min(100%, 520px);
    height: auto;
  }
  .news-list a,
  .news-list a:first-child,
  .news-list a:last-child {
    min-height: 76px;
    padding: 16px 48px 16px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-list a,
  .news-list a::after,
  .news-list a span {
    transition: none;
  }
  .news-list a:hover,
  .news-list a:focus-visible,
  .news-list a:hover span,
  .news-list a:focus-visible span {
    transform: none;
  }
}
@media (max-width: 520px) {
  .social span {
    display: none;
  }
  .hero {
    height: 520px;
  }
  .hero-word {
    width: 155%;
    left: -26%;
    height: 570%;
    top: -235%;
  }
  .hero-top-person {
    width: 25%;
    left: 65%;
  }
  .hero-left {
    width: 34%;
    height: 145%;
    top: 61%;
    left: -3%;
  }
  .hero-right {
    width: 45%;
    right: -10%;
  }
  .section-title {
    font-size: 68px;
  }
  .about-card {
    padding-left: 18px;
    padding-right: 18px;
  }
  .about-copy br {
    display: none;
  }
  .split .section-title {
    font-size: 66px;
  }
  .pane {
    padding-left: 25px;
    padding-right: 25px;
  }
  .news-list a {
    gap: 16px;
    flex-direction: column;
  }
  .portrait {
    height: 470px;
  }
  .contact-card p {
    font-size: 14px;
  }
  .contact-button {
    padding: 14px 25px;
  }
  .contact-photo {
    width: 360px;
    height: 480px;
    margin-bottom: -190px;
  }
  .footer {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer > img {
    margin: 0;
  }
  .footer-links {
    border-top: 1px solid #222;
    padding-top: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
html,
body {
  overflow-x: hidden;
}

/* FV: Figma node 155:68 / desktop base 1440 × 900 */
@media (min-width: 901px) {
  .header {
    top: 31px;
    left: calc(50% - 222px);
    width: min(889px, calc(100% - 106px));
    height: 25px;
    padding: 0;
    background: transparent;
    gap: 0;
  }
  .brand {
    display: none;
  }
  .nav {
    margin: 0;
    gap: 64px;
    font-family: Handjet, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }
  .social {
    margin-left: auto;
    gap: 16px;
  }
  .social img {
    width: 25px;
    height: 25px;
  }
  .hero {
    height: 900px;
    padding: 88px 53px 123px;
  }
  .hero-card {
    height: 689px;
    max-width: 1334px;
    margin: 0 auto;
    border-radius: 0 0 80px 80px;
    background: var(--paper);
    overflow: visible;
  }
  .hero-card:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: var(--paper);
    z-index: 0;
  }
  .hero-sprite {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
  }
  .hero-sprite img {
    position: absolute;
    max-width: none;
  }
  .hero-word {
    left: 0;
    top: 99px;
    width: 100%;
    height: 341px;
  }
  .hero-word img {
    width: 102.14%;
    height: 564.97%;
    left: -2.14%;
    top: -233.33%;
  }
  .hero-top-person {
    left: 62.89%;
    top: 21px;
    width: 12.44%;
    height: 245px;
  }
  .hero-top-person img {
    width: 499.65%;
    height: 478.47%;
    left: -200.35%;
    top: -149.28%;
  }
  .hero-left {
    left: 2.92%;
    top: 440px;
    width: 18.14%;
    height: 343px;
    filter: drop-shadow(8px 10px 12px rgba(0, 0, 0, 0.26));
  }
  .hero-left img {
    width: 151.47%;
    height: 133.66%;
    left: -24.82%;
    top: -31.68%;
  }
  .hero-right {
    left: 71.44%;
    top: 451px;
    width: 27.06%;
    height: 299px;
    filter: drop-shadow(0 9px 12px rgba(0, 0, 0, 0.26));
  }
  .hero-right img {
    width: 125.58%;
    height: 189.34%;
    left: -13.14%;
    top: -30.01%;
  }
  .hero-cta {
    left: 50%;
    bottom: 59px;
    z-index: 3;
    padding: 10px 64px;
    font-size: 20px;
    line-height: 1.5;
  }
  .decor img {
    width: 1080px;
    height: 1350px;
  }
  .decor-heart {
    left: 9.3%;
    top: 0;
    width: 10.2%;
    height: 179px;
  }
  .decor-heart img {
    width: 794.12%;
    height: 754.19%;
    left: 0;
    top: -166.48%;
  }
  .decor-headphone {
    left: 31.26%;
    top: 21px;
    width: 17.02%;
    height: 179px;
  }
  .decor-headphone img {
    width: 475.77%;
    height: 754.19%;
    left: -63%;
    top: -166.48%;
  }
  .decor-like {
    left: 76.99%;
    top: 52px;
    width: 5.62%;
    height: 67px;
  }
  .decor-like img {
    width: 1636.36%;
    height: 2288.14%;
    left: -1475.66%;
    top: -1123.89%;
  }
  .decor-phone {
    left: 44.6%;
    top: 425px;
    width: 7.27%;
    height: 87px;
  }
  .decor-phone img {
    width: 900%;
    height: 1250%;
    left: 0;
    top: -437.04%;
  }
  .decor-camera {
    left: 56%;
    top: 469px;
    width: 13.72%;
    height: 84px;
  }
  .decor-camera img {
    width: 590.16%;
    height: 1607.14%;
    left: -21.86%;
    top: -841.67%;
  }
  .decor-sparkles {
    left: 24.21%;
    top: 425px;
    width: 16.34%;
    height: 138px;
  }
  .decor-sparkles img {
    width: 495.41%;
    height: 978.26%;
    left: -395.41%;
    top: -479.71%;
  }
}

@media (max-width: 900px) {
  .hero-card {
    overflow: hidden;
  }
  .hero-sprite {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
  }
  .hero-sprite img {
    position: absolute;
    max-width: none;
  }
  .hero-word {
    left: 3%;
    top: 14%;
    width: 94%;
    height: 47%;
  }
  .hero-word img {
    width: 102.14%;
    height: 564.97%;
    left: -2.14%;
    top: -233.33%;
  }
  .hero-top-person {
    left: 62%;
    top: 3%;
    width: 16%;
    height: 34%;
  }
  .hero-top-person img {
    width: 499.65%;
    height: 478.47%;
    left: -200.35%;
    top: -149.28%;
  }
  .hero-left {
    left: 1%;
    top: 61%;
    width: 25%;
    height: 47%;
    filter: drop-shadow(5px 6px 7px #0004);
  }
  .hero-left img {
    width: 151.47%;
    height: 133.66%;
    left: -24.82%;
    top: -31.68%;
  }
  .hero-right {
    right: 0;
    top: 63%;
    width: 34%;
    height: 41%;
    filter: drop-shadow(0 6px 7px #0004);
  }
  .hero-right img {
    width: 125.58%;
    height: 189.34%;
    left: -13.14%;
    top: -30.01%;
  }
  .decor {
    display: none;
  }
}

/* ABOUT: Figma node 170:56 / desktop base 1440 × 1460 */
@media (min-width: 901px) {
  .about {
    height: 1460px;
    padding: 200px 150px 280px;
    overflow: visible;
  }
  .about-card {
    width: 1140px;
    max-width: none;
    height: 980px;
    min-height: 0;
    margin: 0 auto;
    padding: 92px 224px 150px;
    border: 8px solid var(--orange);
    border-radius: 80px;
    background: #f3efe7;
  }
  .about-card .section-title {
    font-size: 128px;
    line-height: 1;
    letter-spacing: 3.84px;
  }
  .catch {
    height: 34px;
    margin: 48px 0 64px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 11px;
    white-space: nowrap;
    font-size: 20px;
    line-height: 25px;
  }
  .catch p {
    margin: 0;
  }
  .catch img {
    width: 28px;
    height: 34px;
    flex: 0 0 auto;
  }
  .catch img:last-child {
    transform: scaleX(-1);
  }
  .catch strong,
  .catch em {
    font-size: 32px;
    line-height: 25px;
  }
  .catch strong {
    font-weight: 500;
  }
  .catch em {
    font-weight: 700;
  }
  .about-copy {
    font-size: 20px;
    line-height: 1.5;
    white-space: nowrap;
  }
  .about-copy p {
    margin: 0;
  }
  .about-sprite {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    filter: drop-shadow(18px 8px 20px rgba(0, 0, 0, 0.25));
  }
  .about-sprite img {
    position: absolute;
    max-width: none;
  }
  .about-mic {
    left: -172px;
    top: 62px;
    width: 344.794px;
    height: 370.382px;
    filter: none;
    transform: rotate(-18.81deg);
  }
  .about-mic img {
    width: 529.41%;
    height: 572.03%;
    left: -275.49%;
    top: -111.86%;
    filter: drop-shadow(18px 8px 20px rgba(0, 0, 0, 0.25));
  }
  .about-heart {
    right: -42px;
    top: 18px;
    width: 306px;
    height: 275px;
    filter: none;
    transform: rotate(10.27deg);
  }
  .about-heart img {
    width: 432%;
    height: 600%;
    left: -217.2%;
    top: -322.22%;
    filter: drop-shadow(18px 8px 20px rgba(0, 0, 0, 0.25));
  }
  .about-headphone {
    left: 421px;
    top: 843px;
    width: 361px;
    height: 351px;
    filter: none;
    transform: rotate(-15.8deg);
  }
  .about-headphone img {
    width: 433.73%;
    height: 572.03%;
    left: -10.84%;
    top: -210.17%;
    filter: drop-shadow(18px 8px 20px rgba(0, 0, 0, 0.25));
  }
  .about-jump {
    display: none;
  }
  .about-duo {
    left: calc(50% - 720px + 927px);
    top: 654px;
    width: 535px;
    height: 669px;
  }
  .about-duo img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-purple {
    left: calc(50% - 720px + 43px);
    top: 816px;
    width: 400px;
    height: 564px;
  }
  .about-purple img {
    width: 127.51%;
    height: 113.16%;
    left: -14.76%;
    top: -5.45%;
  }
}

/* Final NEWS alignment override */
.news .news-list {
  width: min(580px, calc(100% - 48px));
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.news .news-list a,
.news .news-list a:first-child,
.news .news-list a:last-child {
  position: relative;
  width: 100%;
  min-height: 68px;
  height: auto;
  padding: 20px 56px 20px 22px;
  align-items: center;
  border-bottom: 1px solid var(--cream);
  border-radius: 18px;
  transition: transform 0.28s ease, background-color 0.28s ease,
    box-shadow 0.28s ease, border-color 0.28s ease;
}
.news .news-list a::after {
  content: "→";
  position: absolute;
  right: 22px;
  top: 50%;
  opacity: 0;
  font-size: 22px;
  transform: translate(-10px, -50%);
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.news .news-list a span {
  transition: transform 0.28s ease;
}
.news .news-list a:hover,
.news .news-list a:focus-visible {
  z-index: 1;
  background: rgba(255, 244, 211, 0.16);
  border-color: transparent;
  box-shadow: 0 14px 30px rgba(126, 48, 12, 0.2);
  transform: translateY(-4px);
  outline: none;
}
.news .news-list a:hover::after,
.news .news-list a:focus-visible::after {
  opacity: 1;
  transform: translate(0, -50%);
}
.news .news-list a:hover span,
.news .news-list a:focus-visible span {
  transform: translateX(5px);
}

@media (min-width: 901px) {
  .news .news-list a,
  .news .news-list a:first-child,
  .news .news-list a:last-child {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .news .news-list {
    width: min(100%, 520px);
  }
  .news .news-list a,
  .news .news-list a:first-child,
  .news .news-list a:last-child {
    min-height: 76px;
    padding: 16px 48px 16px 18px;
  }
}

/* Final mobile FV override */
@media (max-width: 900px) {
  .hero {
    height: 790px;
    padding: 82px 18px 48px;
  }
  .hero-card {
    height: 660px;
    min-height: 660px;
  }
  .hero-word {
    left: 3%; top: 13%; width: 94%; height: 40%;
  }
  .hero-top-person {
    left: 62%; top: 2%; width: 17%; height: 31%;
  }
  .hero-cta {
    z-index: 5;
    top: 61%;
    bottom: auto;
    width: min(410px, calc(100% - 38px));
    max-width: none;
  }
  .hero-left {
    z-index: 3; left: 0; top: 73%; width: 31%; height: 29%;
  }
  .hero-right {
    z-index: 3; right: -1%; top: 73%; width: 40%; height: 27%;
  }
  .hero-card .decor {
    z-index: 2;
    display: block;
    opacity: 0.92;
  }
  .hero-card .decor-heart {
    left: 7%; top: 3%; width: 54px; height: 55px;
  }
  .hero-card .decor-heart img {
    width: 794.12%; height: 754.19%; left: 0; top: -166.48%;
  }
  .hero-card .decor-headphone {
    left: 31%; top: 4%; width: 72px; height: 58px;
  }
  .hero-card .decor-headphone img {
    width: 475.77%; height: 754.19%; left: -63%; top: -166.48%;
  }
  .hero-card .decor-like {
    left: auto; right: 6%; top: 17%; width: 38px; height: 40px;
  }
  .hero-card .decor-like img {
    width: 1636.36%; height: 2288.14%; left: -1475.66%; top: -1123.89%;
  }
  .hero-card .decor-phone {
    left: 40%; top: 50%; width: 39px; height: 48px;
  }
  .hero-card .decor-phone img {
    width: 900%; height: 1250%; left: 0; top: -437.04%;
  }
  .hero-card .decor-camera {
    left: 59%; top: 52%; width: 65px; height: 43px;
  }
  .hero-card .decor-camera img {
    width: 590.16%; height: 1607.14%; left: -21.86%; top: -841.67%;
  }
  .hero-card .decor-sparkles {
    left: 18%; top: 50%; width: 64px; height: 53px;
  }
  .hero-card .decor-sparkles img {
    width: 495.41%; height: 978.26%; left: -395.41%; top: -479.71%;
  }
}

@media (max-width: 420px) {
  .hero {
    height: 735px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .hero-card {
    height: 610px;
    min-height: 610px;
  }
  .hero-cta { font-size: 15px; }
}

/* Mobile FV: keep the CTA clear and restore the desktop decorations. */
@media (max-width: 900px) {
  .hero {
    height: 790px;
    padding: 82px 18px 48px;
  }
  .hero-card {
    height: 660px;
    min-height: 660px;
  }
  .hero-word {
    left: 3%;
    top: 13%;
    width: 94%;
    height: 40%;
  }
  .hero-top-person {
    left: 62%;
    top: 2%;
    width: 17%;
    height: 31%;
  }
  .hero-cta {
    z-index: 5;
    top: 61%;
    bottom: auto;
    width: min(410px, calc(100% - 38px));
    max-width: none;
  }
  .hero-left {
    z-index: 3;
    left: 0;
    top: 73%;
    width: 31%;
    height: 29%;
  }
  .hero-right {
    z-index: 3;
    right: -1%;
    top: 73%;
    width: 40%;
    height: 27%;
  }
  .hero-card .decor {
    z-index: 2;
    display: block;
    opacity: 0.92;
  }
  .hero-card .decor-heart {
    left: 7%;
    top: 3%;
    width: 54px;
    height: 55px;
  }
  .hero-card .decor-heart img {
    width: 794.12%;
    height: 754.19%;
    left: 0;
    top: -166.48%;
  }
  .hero-card .decor-headphone {
    left: 31%;
    top: 4%;
    width: 72px;
    height: 58px;
  }
  .hero-card .decor-headphone img {
    width: 475.77%;
    height: 754.19%;
    left: -63%;
    top: -166.48%;
  }
  .hero-card .decor-like {
    right: 6%;
    top: 17%;
    width: 38px;
    height: 40px;
  }
  .hero-card .decor-like img {
    width: 1636.36%;
    height: 2288.14%;
    left: -1475.66%;
    top: -1123.89%;
  }
  .hero-card .decor-phone {
    left: 40%;
    top: 50%;
    width: 39px;
    height: 48px;
  }
  .hero-card .decor-phone img {
    width: 900%;
    height: 1250%;
    left: 0;
    top: -437.04%;
  }
  .hero-card .decor-camera {
    left: 59%;
    top: 52%;
    width: 65px;
    height: 43px;
  }
  .hero-card .decor-camera img {
    width: 590.16%;
    height: 1607.14%;
    left: -21.86%;
    top: -841.67%;
  }
  .hero-card .decor-sparkles {
    left: 18%;
    top: 50%;
    width: 64px;
    height: 53px;
  }
  .hero-card .decor-sparkles img {
    width: 495.41%;
    height: 978.26%;
    left: -395.41%;
    top: -479.71%;
  }
}

@media (max-width: 420px) {
  .hero {
    height: 735px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .hero-card {
    height: 610px;
    min-height: 610px;
  }
  .hero-cta {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news .news-list a,
  .news .news-list a::after,
  .news .news-list a span {
    transition: none;
  }
  .news .news-list a:hover,
  .news .news-list a:focus-visible,
  .news .news-list a:hover span,
  .news .news-list a:focus-visible span {
    transform: none;
  }
}

.catch strong {
  font-weight: 500;
}
.catch em {
  font-weight: 700;
}

/* FLOW / NEWS: Figma node 175:189 / desktop base 1440 × 880 */
@media (min-width: 901px) {
  .split {
    height: 880px;
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }
  .pane {
    height: 880px;
    min-height: 0;
    padding: 150px 0 0;
    overflow: hidden;
  }
  .flow {
    padding-left: max(149px, calc(100% - 571px));
    align-items: flex-start;
    overflow: visible;
  }
  .news {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .split .section-title {
    width: 362px;
    font-size: 128px;
    line-height: 1;
    letter-spacing: 3.84px;
    text-align: center;
  }
  .flow .section-title:after {
    content: "";
  }
  .steps {
    width: 362px;
    height: 228px;
    margin: 20px 0 88px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .steps:before {
    left: 56px;
    top: 13px;
    bottom: auto;
    width: 1px;
    height: 228px;
    background: var(--hot);
  }
  .steps li {
    min-height: 24px;
    margin: 0;
    gap: 38px;
    align-items: center;
  }
  .steps li > span {
    width: max-content;
    min-width: 0;
    height: auto;
    padding: 5px 20px;
    border: 1px solid var(--hot);
    border-radius: 20px;
    background: var(--cream);
    font-size: 20px;
    font-weight: 400;
    line-height: 14px;
  }
  .steps li p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
  }
  .flow > .pill {
    width: max-content;
    height: auto;
    min-height: 50px;
    padding: 10px 64px;
    font-size: 20px;
    white-space: nowrap;
    position: relative;
    top: 44px;
  }
  .flow-person {
    z-index: 10;
    left: calc(100% - 188px);
    right: auto;
    top: 488px;
    bottom: auto;
    width: 400px;
    height: 392px;
    object-fit: cover;
    object-position: center 38%;
    filter: drop-shadow(18px 8px 20px rgba(0, 0, 0, 0.25));
  }
  .news .section-title {
    width: 362px;
  }
  .news-list {
    width: 290px;
    height: 272px;
    margin: 20px auto 88px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .news-list a {
    height: 59px;
    gap: 38px;
    padding: 16px 0;
    align-items: flex-start;
    border-bottom: 1px solid var(--cream);
    color: var(--cream);
    font-weight: 500;
    line-height: 1.3;
  }
  .news-list a:first-child {
    height: 43px;
    padding-top: 0;
  }
  .news-list a:last-child {
    height: 42px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .news-list time {
    font-size: 20px;
    white-space: nowrap;
  }
  .news-list span {
    font-size: 16px;
    white-space: nowrap;
  }
  .news > .pill {
    width: 362px;
    height: 50px;
    padding: 10px 35px;
    font-size: 20px;
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .steps li {
    gap: 18px;
  }
  .steps li > span {
    width: auto;
    min-width: 76px;
    height: 28px;
    border-radius: 20px;
    padding: 0 12px;
    font-size: 15px;
  }
  .steps li p {
    margin: 0;
    font-size: 14px;
  }
  .news-list a {
    flex-direction: row;
    align-items: center;
  }
  .flow-person {
    z-index: 2;
  }
}

/* LIVER infinite marquee */
.liver {
  overflow: hidden;
}
.liver-grid {
  display: flex;
  grid-template-columns: none;
  width: max-content;
  max-width: none;
  gap: 44px;
  margin: 0;
  animation: liver-marquee 48s linear infinite;
  will-change: transform;
}
.liver-card {
  width: 406px;
  flex: 0 0 406px;
}
.liver-more {
  width: 362px;
  height: 50px;
  margin: 88px auto 0;
  padding: 10px 64px;
  background: var(--cream);
  color: var(--hot);
  font-size: 20px;
  white-space: nowrap;
  display: flex;
}
@keyframes liver-marquee {
  to {
    transform: translateX(calc(-50% - 22px));
  }
}

@media (max-width: 900px) {
  .liver {
    padding-left: 0;
    padding-right: 0;
  }
  .liver-card {
    width: min(78vw, 360px);
    flex-basis: min(78vw, 360px);
  }
  .liver-grid {
    gap: 24px;
    animation-duration: 38s;
  }
  .liver-more {
    width: min(362px, calc(100% - 48px));
    height: auto;
    min-height: 50px;
    margin-top: 64px;
    padding: 10px 28px;
    font-size: 16px;
  }
  @keyframes liver-marquee {
    to {
      transform: translateX(calc(-50% - 12px));
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .liver-grid {
    animation: none;
    overflow-x: auto;
    width: 100%;
    padding: 0 24px;
    scroll-snap-type: x mandatory;
  }
  .liver-card {
    scroll-snap-align: center;
  }
}

/* CONTACT: Figma node 180:256 / desktop base 1440 */
@media (min-width: 901px) {
  .contact {
    height: 839px;
    padding: 150px 150px 0;
    overflow: visible;
    background: #ff6915;
  }
  .contact-card {
    width: 1140px;
    max-width: none;
    height: 328px;
    margin: 0 auto -183px;
    padding: 92px 232px 100px;
    border: 8px solid var(--orange);
    border-radius: 80px;
    background: #f3efe7;
    position: relative;
    z-index: 1;
  }
  .contact-card .section-title {
    width: 676px;
    font-size: 128px;
    line-height: 1;
    letter-spacing: 3.84px;
  }
  .contact-card p,
  .contact-button {
    display: none;
  }
  .contact-photo {
    position: relative;
    z-index: 3;
    width: 718px;
    height: 544px;
    margin: 0 auto;
    overflow: hidden;
    filter: drop-shadow(18px 8px 20px rgba(0, 0, 0, 0.25));
  }
  .contact-photo img {
    position: absolute;
    width: 106.19%;
    height: 175.08%;
    max-width: none;
    left: -3.93%;
    top: -40.46%;
  }
  .contact-decor {
    position: absolute;
    z-index: 4;
    overflow: hidden;
    pointer-events: none;
    filter: drop-shadow(18px 8px 20px rgba(0, 0, 0, 0.25));
  }
  .contact-decor img {
    position: absolute;
    max-width: none;
  }
  .contact-heart {
    left: calc(50% - 720px + 137px);
    top: 44px;
    width: 194px;
    height: 190px;
  }
  .contact-heart img {
    width: 484.3%;
    height: 618.68%;
    left: -14.19%;
    top: -125.27%;
  }
  .contact-bubble {
    left: 887px;
    top: -113px;
    width: 238px;
    height: 226px;
  }
  .contact-bubble img {
    width: 469.17%;
    height: 618.68%;
    left: -124.17%;
    top: -126.37%;
  }
  .contact-play {
    left: calc(50% - 720px + 52px);
    top: 460px;
    width: 194px;
    height: 204px;
    transform: rotate(-6.77deg);
  }
  .contact-play img {
    width: 584.94%;
    height: 695.06%;
    left: -23.64%;
    top: -380.25%;
  }
  .contact-star {
    left: calc(50% - 720px + 1045px);
    top: 585px;
    width: 182px;
    height: 176px;
    transform: rotate(30.22deg);
  }
  .contact-star img {
    width: 500.44%;
    height: 647.13%;
    left: -259.11%;
    top: -241.38%;
  }
}

@media (max-width: 900px) {
  .contact {
    padding: 95px 18px 0;
    height: 650px;
    overflow: hidden;
  }
  .contact-card {
    width: 100%;
    padding: 50px 12px 130px;
    border: 5px solid var(--orange);
    border-radius: 50px;
    margin: 0 auto -105px;
  }
  .contact-card p,
  .contact-button {
    display: none;
  }
  .contact-photo {
    position: relative;
    z-index: 3;
    width: min(88vw, 440px);
    height: 390px;
    margin: 0 auto;
    overflow: hidden;
    filter: drop-shadow(10px 6px 12px rgba(0, 0, 0, 0.22));
  }
  .contact-photo img {
    position: absolute;
    width: 106.19%;
    height: 175.08%;
    max-width: none;
    left: -3.93%;
    top: -40.46%;
  }
  .contact-decor {
    position: absolute;
    z-index: 4;
    overflow: hidden;
    pointer-events: none;
    filter: drop-shadow(8px 5px 8px rgba(0, 0, 0, 0.22));
  }
  .contact-decor img {
    position: absolute;
    max-width: none;
  }
  .contact-heart {
    left: 10px;
    top: 38px;
    width: 90px;
    height: 88px;
  }
  .contact-heart img {
    width: 484.3%;
    height: 618.68%;
    left: -14.19%;
    top: -125.27%;
  }
  .contact-bubble {
    right: -15px;
    left: auto;
    top: -45px;
    width: 110px;
    height: 105px;
  }
  .contact-bubble img {
    width: 469.17%;
    height: 618.68%;
    left: -124.17%;
    top: -126.37%;
  }
  .contact-play {
    left: 0;
    top: 390px;
    width: 90px;
    height: 94px;
  }
  .contact-play img {
    width: 584.94%;
    height: 695.06%;
    left: -23.64%;
    top: -380.25%;
  }
  .contact-star {
    right: 5px;
    top: 470px;
    width: 82px;
    height: 80px;
    transform: rotate(30deg);
  }
  .contact-star img {
    width: 500.44%;
    height: 647.13%;
    left: -259.11%;
    top: -241.38%;
  }
}

/* FOOTER: Figma node 180:341 / desktop base 1440 × 316 */
@media (min-width: 901px) {
  .footer {
    height: 316px;
    padding: 80px max(150px, calc(50% - 570px)) 80px;
    display: flex;
    gap: 64px;
    align-items: center;
    background: var(--cream);
    font-size: 16px;
    text-align: left;
  }
  .footer-logo {
    width: 164px;
    height: 156px;
    flex: 0 0 164px;
    position: relative;
    overflow: hidden;
  }
  .footer-logo img {
    position: absolute;
    width: 163.88%;
    height: 214.78%;
    max-width: none;
    left: -20.49%;
    top: -24.89%;
    margin: 0;
  }
  .footer-content {
    height: 156px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }
  .footer-contact {
    width: 245px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .footer-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
  }
  .footer-contact img {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }
  .footer-contact a:last-child img {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
    margin: 1px;
  }
  .footer-divider {
    width: 2px;
    height: 156px;
    object-fit: fill;
    flex: 0 0 2px;
  }
  .footer-links {
    width: 140px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .privacy {
    width: 240px;
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .footer {
    padding: 55px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    text-align: left;
  }
  .footer-logo {
    width: 145px;
    height: 138px;
    position: relative;
    overflow: hidden;
  }
  .footer-logo img {
    position: absolute;
    width: 163.88%;
    height: 214.78%;
    max-width: none;
    left: -20.49%;
    top: -24.89%;
    margin: 0;
  }
  .footer-content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-contact,
  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .footer-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .footer-contact img {
    width: 22px;
    height: 22px;
  }
  .footer-divider {
    display: none;
  }
  .footer-links {
    padding-top: 28px;
    border-top: 1px solid var(--orange);
  }
  .privacy {
    padding-top: 28px;
    border-top: 1px solid var(--orange);
  }
}

.pill:hover,
.contact-button:hover {
  box-shadow: 0 12px 24px rgba(92, 45, 20, 0.22);
}

.contact-card {
  cursor: pointer;
}

.contact-card:focus-visible {
  outline: 4px solid var(--hot);
  outline-offset: -14px;
}

.footer a {
  position: relative;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}
.footer a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 1px;
  background: var(--orange);
  transition: right 0.3s ease;
}
.footer a:hover {
  color: var(--orange);
  transform: translateY(-2px);
}
.footer a:hover::after {
  right: 0;
}
.footer-contact a img {
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}
.footer-contact a:hover img {
  transform: translateY(-2px) scale(1.08);
  filter: drop-shadow(0 5px 5px rgba(255, 104, 22, 0.22));
}

@media (prefers-reduced-motion: reduce) {
  .footer a,
  .footer a::after,
  .footer-contact a img {
    transition: none;
  }
  .footer a:hover,
  .footer-contact a:hover img {
    transform: none;
  }
}

/* TOP page CTA sizing */
.hero-cta,
.flow > .pill,
.news > .pill,
.liver-more {
  min-height: 66px;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (min-width: 901px) {
  .hero-cta,
  .flow > .pill {
    padding-left: 78px;
    padding-right: 78px;
  }
  .news > .pill,
  .liver-more {
    width: 410px;
    padding-left: 54px;
    padding-right: 54px;
  }
  .flow > .pill {
    margin-left: 181px;
    translate: -50% 0;
  }
}

@media (max-width: 900px) {
  .hero-cta,
  .flow > .pill,
  .news > .pill,
  .liver-more {
    width: min(410px, calc(100% - 36px));
    min-height: 58px;
    padding: 14px 26px;
    font-size: 16px;
  }
  .hero-cta {
    width: max-content;
    max-width: calc(100% - 24px);
  }
  .flow > .pill {
    margin-left: auto;
    margin-right: auto;
    translate: none;
  }
}

@media (max-width: 900px) {
  .about {
    padding: 115px 22px 150px;
    overflow: hidden;
  }
  .about-card {
    padding: 58px 20px 175px;
    min-height: 920px;
  }
  .about-card .section-title {
    position: relative;
    z-index: 3;
  }
  .catch {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 7px;
    margin: 42px auto 48px;
    position: relative;
    z-index: 3;
  }
  .catch p {
    margin: 0;
    text-align: center;
  }
  .catch img {
    width: 18px;
    height: 28px;
    flex: 0 0 auto;
    margin-top: 5px;
  }
  .catch img:last-child {
    transform: scaleX(-1);
  }
  .about-copy {
    position: relative;
    z-index: 3;
    line-height: 1.7;
  }
  .about-sprite {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    filter: drop-shadow(8px 6px 10px rgba(0, 0, 0, 0.22));
  }
  .about-sprite img {
    position: absolute;
    max-width: none;
  }
  .about-mic {
    left: -32px;
    top: 110px;
    width: 110px;
    height: 150px;
    transform: rotate(-18deg);
  }
  .about-mic img {
    width: 529.41%;
    height: 572.03%;
    left: -275.49%;
    top: -111.86%;
  }
  .about-heart {
    right: -30px;
    top: 40px;
    width: 110px;
    height: 100px;
    transform: rotate(10deg);
  }
  .about-heart img {
    width: 432%;
    height: 600%;
    left: -217.2%;
    top: -322.22%;
  }
  .about-headphone {
    left: 42%;
    bottom: -55px;
    width: 140px;
    height: 145px;
    transform: rotate(-15deg);
  }
  .about-headphone img {
    width: 433.73%;
    height: 572.03%;
    left: -10.84%;
    top: -210.17%;
  }
  .about-duo {
    right: -42px;
    bottom: 0;
    width: 180px;
    height: 270px;
  }
  .about-duo img {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-purple {
    left: -28px;
    bottom: -10px;
    width: 155px;
    height: 235px;
  }
  .about-purple img {
    width: 127.51%;
    height: 113.16%;
    left: -14.76%;
    top: -5.45%;
  }
}

/* Keep the TOP NEWS list centered after all responsive rules. */
.news .news-list {
  width: min(580px, calc(100% - 48px));
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.news .news-list a,
.news .news-list a:first-child,
.news .news-list a:last-child {
  width: 100%;
  min-height: 68px;
  height: auto;
  padding: 20px 56px 20px 22px;
  align-items: center;
  border-bottom: 1px solid var(--cream);
  border-radius: 18px;
}
@media (min-width: 901px) {
  .news .news-list a,
  .news .news-list a:first-child,
  .news .news-list a:last-child {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 24px;
  }
}
@media (max-width: 900px) {
  .news .news-list {
    width: min(100%, 520px);
  }
  .news .news-list a,
  .news .news-list a:first-child,
  .news .news-list a:last-child {
    min-height: 76px;
    padding: 16px 48px 16px 18px;
  }
}
