.soups-page { background: var(--cream); }
.soups-page .site-header:not(.is-fixed) { color: var(--ink); border-bottom-color: rgba(12,15,38,.13); background: rgba(255,248,235,.88); backdrop-filter: blur(12px); }
.soup-hero { position: relative; min-height: 710px; color: var(--ink); background: var(--cream); overflow: hidden; isolation: isolate; }
.soup-hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 12% 72%,rgba(255,185,54,.28),transparent 24%),linear-gradient(rgba(12,15,38,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(12,15,38,.045) 1px,transparent 1px),var(--cream); background-size: auto,78px 78px,78px 78px,auto; }
.soup-hero::after { content: ""; position: absolute; z-index: -2; inset: 0 0 0 auto; width: 48%; background: linear-gradient(145deg,#f6a51e,var(--gold) 48%,#ed7115); clip-path: polygon(25% 0,100% 0,100% 100%,0 100%); }
.soup-hero__word { position: absolute; left: -12px; bottom: -55px; z-index: -1; color: transparent; -webkit-text-stroke: 2px rgba(12,15,38,.06); font-family: var(--display); font-size: clamp(250px,30vw,480px); line-height: .75; }
.soup-hero__grid { min-height: 710px; padding-top: 108px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 80px; }
.soup-hero__copy { position: relative; z-index: 5; padding-block: 48px 65px; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; margin-bottom: 28px; color: #65676e; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--orange); }
.breadcrumbs strong { color: var(--orange); }
.soup-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(96px,9vw,140px); font-weight: 400; line-height: .82; letter-spacing: -.02em; text-transform: uppercase; }
.soup-hero h1 em { color: var(--orange); font-style: normal; }
.soup-hero__copy > p:not(.eyebrow) { max-width: 560px; margin: 25px 0 0; color: #52555d; font-size: 17px; font-weight: 500; }
.soup-hero__actions { display: flex; align-items: center; gap: 29px; margin-top: 31px; }
.soup-hero__actions .text-link { color: var(--ink); }
.soup-hero__visual { position: relative; min-height: 535px; }
.soup-hero__orb { position: absolute; left: 5%; top: 30px; width: min(470px,74%); aspect-ratio: 1; padding: 14px; border-radius: 50%; background: #fff; box-shadow: 0 30px 60px rgba(98,45,4,.28); }
.soup-hero__orb::after { content: ""; position: absolute; inset: -25px; z-index: -1; border: 1px dashed rgba(12,15,38,.32); border-radius: 50%; animation: spin 34s linear infinite; }
.soup-hero__orb img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; transition: transform .9s cubic-bezier(.2,.8,.2,1); }
.soup-hero__orb:hover img { transform: rotate(3deg) scale(1.04); }
.soup-hero__card { position: absolute; z-index: 3; width: 190px; height: 180px; overflow: hidden; border: 8px solid #fff; background: #fff; box-shadow: 0 20px 42px rgba(98,45,4,.25); }
.soup-hero__card--one { right: 0; top: 12px; transform: rotate(5deg); }
.soup-hero__card--two { right: -4px; bottom: 20px; transform: rotate(-5deg); }
.soup-hero__card img { width: 100%; height: 100%; object-fit: cover; }
.soup-hero__card span { position: absolute; left: 0; right: 0; bottom: 0; padding: 10px; color: #fff; background: rgba(12,15,38,.82); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.soup-hero__badge { position: absolute; z-index: 5; left: 0; bottom: 3px; width: 130px; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; border: 6px solid #fff; border-radius: 50%; background: var(--orange); box-shadow: 0 16px 34px rgba(98,45,4,.28); transform: rotate(-7deg); }
.soup-hero__badge strong { font-family: var(--display); font-size: 58px; font-weight: 400; line-height: 1; }
.soup-hero__badge span { font-size: 9px; font-weight: 700; line-height: 1.15; letter-spacing: .07em; text-transform: uppercase; }

.soup-marquee { color: var(--ink); background: var(--orange); overflow: hidden; clip-path: polygon(0 10%,100% 0,100% 90%,0 100%); }
.soup-marquee > div { width: max-content; padding: 17px 0 15px; display: flex; align-items: center; gap: 26px; color: #fff; font-family: var(--display); font-size: 29px; letter-spacing: .04em; text-transform: uppercase; animation: marquee 29s linear infinite; }
.soup-marquee i { color: var(--gold); font-style: normal; }

.soup-story { position: relative; background: #fff; overflow: hidden; }
.soup-story::after { content: "BALANCE"; position: absolute; right: -25px; bottom: -78px; color: rgba(12,15,38,.035); font-family: var(--display); font-size: 230px; line-height: 1; }
.soup-story__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px,9vw,135px); }
.soup-story h2 em { color: var(--orange); font-style: normal; }
.soup-story__copy { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 38px; }
.soup-story__copy > p { margin: 0; color: #5e6168; }
.soup-story__copy > div { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.soup-story__copy span { padding: 9px 13px; border: 1px solid rgba(12,15,38,.15); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.soup-selection { position: relative; color: #fff; background: var(--ink); overflow: hidden; }
.soup-selection::before { content: ""; position: absolute; inset: 0; opacity: .055; background: url('./assets-v4/texture.png') center/480px; }
.soup-selection .shell { position: relative; }
.soup-selection__heading { display: flex; align-items: end; justify-content: space-between; gap: 55px; margin-bottom: 50px; }
.soup-selection__heading > p { width: 36%; margin: 0 0 6px; color: rgba(255,255,255,.6); }
.soup-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); grid-auto-flow: dense; gap: 22px; }
.soup-card { min-height: 505px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.14); background: #171a30; overflow: hidden; transition: transform .35s,border-color .3s,box-shadow .35s; }
.soup-card:hover { z-index: 2; border-color: var(--gold); transform: translateY(-8px); box-shadow: 0 25px 50px rgba(0,0,0,.3); }
.soup-card--feature { grid-column: span 2; display: grid; grid-template-columns: 1.15fr .85fr; }
.soup-card__image { position: relative; min-height: 265px; overflow: hidden; }
.soup-card--feature .soup-card__image { min-height: 505px; }
.soup-card__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 56%,rgba(12,15,38,.72)); }
.soup-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.soup-card:hover .soup-card__image img { transform: scale(1.06); }
.soup-card__image > span { position: absolute; z-index: 2; left: 18px; bottom: 15px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.soup-card__body { min-height: 240px; padding: 28px; display: flex; flex-direction: column; }
.soup-card--feature .soup-card__body { justify-content: center; }
.soup-card__meta { display: flex; align-items: center; justify-content: space-between; }
.soup-card__meta span { color: rgba(255,255,255,.45); font-family: var(--display); font-size: 23px; }
.soup-card__meta strong { color: var(--gold); font-family: var(--display); font-size: 31px; font-weight: 400; }
.soup-card h3 { margin: 16px 0 9px; font-family: var(--display); font-size: clamp(38px,3.4vw,54px); font-weight: 400; line-height: .9; text-transform: uppercase; }
.soup-card p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }
.soup-card a { width: fit-content; margin-top: auto; padding-top: 20px; color: #fff; border-bottom: 1px solid var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.soup-order { position: relative; padding: 95px 0; color: #fff; background: linear-gradient(120deg,#3b1114,var(--orange)); overflow: hidden; }
.soup-order::after { content: "FRESH"; position: absolute; right: -15px; bottom: -70px; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.1); font-family: var(--display); font-size: 270px; line-height: 1; }
.soup-order__inner { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.soup-order h2 em { color: var(--gold); font-style: normal; }
.soup-order__inner > div:last-child { display: flex; align-items: center; gap: 27px; }
.soup-order .button { color: var(--ink); background: var(--gold); }
.soup-order .text-link { color: #fff; }

@media (max-width: 1050px) {
  .soup-hero__grid { gap: 45px; }
  .soup-card--feature { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .soup-hero { min-height: 1060px; }
  .soup-hero::after { top: auto; width: 100%; height: 48%; clip-path: polygon(0 17%,100% 0,100% 100%,0 100%); }
  .soup-hero__grid { min-height: 1060px; padding-top: 86px; grid-template-columns: 1fr; gap: 0; }
  .soup-hero__copy { padding: 60px 0 5px; }
  .soup-hero h1 { font-size: clamp(84px,15vw,118px); }
  .soup-hero__visual { width: min(680px,100%); min-height: 500px; margin-inline: auto; }
  .soup-hero__word { bottom: 36%; }
  .soup-story__grid { grid-template-columns: 1fr; gap: 42px; }
  .soup-selection__heading { align-items: start; flex-direction: column; gap: 18px; }
  .soup-selection__heading > p { width: 70%; }
  .soup-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .soup-card--feature { grid-column: 1 / -1; }
  .soup-order__inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .soups-page.nav-open .nav-toggle { color: #fff; }
  .soup-hero { min-height: 1010px; }
  .soup-hero::after { height: 42%; }
  .soup-hero__grid { min-height: 1010px; }
  .soup-hero__copy { padding-top: 48px; }
  .soup-hero h1 { font-size: clamp(72px,20vw,92px); }
  .soup-hero__copy > p:not(.eyebrow) { font-size: 15px; }
  .soup-hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .soup-hero__visual { min-height: 405px; }
  .soup-hero__orb { left: 4%; top: 46px; width: 76%; padding: 8px; }
  .soup-hero__card { width: 122px; height: 114px; border-width: 5px; }
  .soup-hero__card--one { right: 0; top: 8px; }
  .soup-hero__card--two { right: 0; bottom: 28px; }
  .soup-hero__badge { left: 0; width: 100px; border-width: 5px; }
  .soup-hero__badge strong { font-size: 45px; }
  .soup-marquee > div { font-size: 26px; }
  .soup-story::after { font-size: 130px; }
  .soup-story__copy { grid-template-columns: 1fr; }
  .soup-story__copy > div { grid-column: auto; }
  .soup-selection__heading > p { width: 100%; }
  .soup-grid { grid-template-columns: 1fr; }
  .soup-card,.soup-card--feature,.soup-card--wide { grid-column: auto; min-height: 0; display: flex; }
  .soup-card__image,.soup-card--feature .soup-card__image,.soup-card--wide .soup-card__image { min-height: 285px; }
  .soup-card__body { min-height: 250px; }
  .soup-order__inner > div:last-child { align-items: flex-start; flex-direction: column; }
}
