:root {
  --paper: #fff8f5;
  --paper-2: #f4e5e9;
  --ink: #2d202a;
  --green: #64274f;
  --green-deep: #2d1728;
  --gold: #c7963d;
  --gold-light: #edc56c;
  --cream: #fffaf7;
  --line: rgba(68, 37, 57, 0.16);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; }

.scroll-progress { position: fixed; left: 0; right: 0; top: 0; z-index: 60; height: 3px; pointer-events: none; background: var(--gold); transform: scaleX(var(--scroll-progress, 0)); transform-origin: left center; }

.noise { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { height: 90px; padding: 0 4.2vw; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: sticky; top: 0; z-index: 30; background: rgba(255,248,245,.9); backdrop-filter: blur(16px); transition: height .35s ease, box-shadow .35s ease, background .35s ease; }
.site-header.is-scrolled { height: 72px; background: rgba(255,248,245,.96); box-shadow: 0 12px 35px rgba(45,23,40,.08); }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--serif); font-size: 21px; letter-spacing: -.03em; width: max-content; }
.brand em { display: block; font-family: var(--sans); text-transform: uppercase; font-style: normal; font-size: 8px; letter-spacing: .24em; font-weight: 600; margin-top: 2px; }
.brand-flower { color: var(--gold); font-size: 34px; line-height: 1; }
.main-nav { display: flex; gap: 38px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.main-nav a { position: relative; padding: 35px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 25px; height: 1px; background: var(--green); transition: .3s; }
.main-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; border: 1px solid var(--green); padding: 13px 19px; text-transform: uppercase; font-size: 10px; letter-spacing: .14em; font-weight: 600; transition: .25s; }
.header-cta:hover { background: var(--green); color: var(--cream); }
.header-cta span { margin-left: 17px; }
.menu-toggle { display: none; }

.hero { min-height: calc(100vh - 90px); display: grid; grid-template-columns: 46% 54%; min-width: 0; }
.hero-copy { padding: 9vh 5vw 4vh 7.5vw; position: relative; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.eyebrow { margin: 0 0 25px; display: flex; align-items: center; gap: 11px; text-transform: uppercase; letter-spacing: .19em; font-size: 9px; font-weight: 600; }
.eyebrow span { width: 29px; height: 1px; background: var(--gold); }
.hero h1, h2 { font-family: var(--serif); font-weight: 400; margin: 0; letter-spacing: -.055em; line-height: .92; }
.hero h1 { font-size: clamp(70px, 7.1vw, 126px); }
h1 i, h2 i { font-weight: 400; color: var(--gold); }
.hero-intro { margin: 34px 0 0; max-width: 410px; font-family: var(--serif); font-size: 19px; line-height: 1.55; color: #5a584d; overflow-wrap: break-word; }
.hero-actions { display: flex; align-items: center; gap: 31px; margin-top: 37px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 32px; padding: 17px 23px; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 600; transition: transform .25s, background .25s; width: max-content; }
.button:hover { transform: translateY(-3px); }
.button-primary, .button-gold { position: relative; overflow: hidden; isolation: isolate; }
.button-primary { background: var(--green); color: var(--cream); }
.button-primary::before, .button-gold::before { content: ""; position: absolute; z-index: -1; width: 45px; height: 180%; top: -40%; left: -75px; background: rgba(255,255,255,.2); transform: rotate(18deg); transition: left .65s cubic-bezier(.2,.7,.2,1); }
.button-primary:hover::before, .button-gold:hover::before { left: calc(100% + 30px); }
.button-primary span { transition: transform .35s ease; }
.button-primary:hover span { transform: translateY(4px); }
.button-primary.is-scrolling span { animation: scroll-arrow .75s ease-in-out infinite; }
.text-link { text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 600; border-bottom: 1px solid var(--ink); padding: 5px 0; }
.text-link span { margin-left: 10px; }
.hero-note { display: flex; align-items: center; gap: 15px; margin-top: auto; padding-top: 35px; }
.hero-note-copy { display: grid; gap: 7px; }
.hero-note p { max-width: 265px; margin: 0; font-size: 11px; font-weight: 500; line-height: 1.55; color: #5f5860; }
.delivery-line { display: flex; align-items: center; gap: 8px; margin-top: 4px; color: var(--green-deep); font-size: 11px; font-weight: 700; line-height: 1.3; text-transform: uppercase; letter-spacing: .075em; }
.delivery-line span { color: var(--gold); font-size: 17px; transition: transform .3s; }
.hero-note:hover .delivery-line span { transform: translateX(5px); }
.hero-note-copy small { color: #625b60; font-size: 10px; font-weight: 500; line-height: 1.45; }
.seal { width: 67px; height: 67px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-content: center; text-align: center; color: #91701e; font-family: var(--serif); font-size: 10px; line-height: 1; transform: rotate(-8deg); }
.seal b { color: var(--gold); font-size: 8px; font-family: var(--sans); font-weight: 500; }
.scroll-hint { position: absolute; right: 2.3vw; bottom: 34px; display: flex; align-items: center; gap: 10px; color: #81796e; font-size: 7px; text-transform: uppercase; letter-spacing: .18em; writing-mode: vertical-rl; }
.scroll-hint span { width: 1px; height: 42px; overflow: hidden; background: var(--line); position: relative; }
.scroll-hint span::after { content: ""; position: absolute; inset: 0; background: var(--gold); transform: translateY(-100%); animation: scroll-line 2.1s ease-in-out infinite; }

.hero-visual { position: relative; padding: 28px; background: #ead2d9; overflow: hidden; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; top: -170px; right: -170px; }
.hero-carousel { position: relative; z-index: 3; height: min(74vh, 640px); max-height: calc(100% - 56px); width: auto; max-width: 78%; aspect-ratio: 4 / 5; overflow: hidden; background: #d7b9c4; box-shadow: 0 24px 70px rgba(76,35,63,.18); }
.hero-track { display: flex; height: 100%; transform: translate3d(var(--hero-offset, 0%), 0, 0); transition: transform .9s cubic-bezier(.77,0,.18,1); will-change: transform; }
.hero-slide { flex: 0 0 100%; height: 100%; margin: 0; position: relative; overflow: hidden; }
.hero-visual img { height: 108%; object-fit: cover; transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.04); transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.hero-visual:hover img { transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.065); }
.hero-visual figcaption { position: absolute; left: 23px; bottom: 21px; background: rgba(255,248,245,.9); backdrop-filter: blur(10px); padding: 15px 50px 15px 18px; }
.hero-visual figcaption span, .hero-visual figcaption small { display: block; }
.hero-visual figcaption span { font-family: var(--serif); font-size: 19px; }
.hero-visual figcaption small { text-transform: uppercase; font-size: 7px; letter-spacing: .16em; margin-top: 4px; }
.hero-number { position: absolute; right: 5.3vw; top: 5.5vh; z-index: 4; font-family: var(--serif); color: var(--cream); font-size: 15px; }
.hero-number small { opacity: .65; font-family: var(--sans); font-size: 8px; }
.hero-control { position: absolute; z-index: 5; top: 50%; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: grid; place-items: center; background: rgba(45,23,40,.48); backdrop-filter: blur(8px); color: var(--cream); cursor: pointer; opacity: 0; transform: translateY(-50%) scale(.85); transition: opacity .3s, transform .3s, background .3s; }
.hero-prev { left: 14px; }
.hero-next { right: 14px; }
.hero-carousel:hover .hero-control, .hero-control:focus-visible { opacity: 1; transform: translateY(-50%) scale(1); }
.hero-control:hover { background: var(--gold); color: var(--green-deep); }
.hero-dots { position: absolute; z-index: 5; left: 50%; bottom: 14px; display: flex; gap: 7px; transform: translateX(-50%); }
.hero-dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 10px; background: rgba(255,255,255,.55); cursor: pointer; transition: width .35s, background .35s; }
.hero-dots button.active { width: 24px; background: var(--cream); }
.stem-doodle { position: absolute; z-index: 2; width: 90px; right: 1.7vw; bottom: 2.5vh; fill: none; stroke: rgba(255,250,240,.55); stroke-width: 1; transform: translate3d(0, var(--parallax-y, 0), 0); }
.hero-orbit { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; pointer-events: none; animation: orbit-float 6s ease-in-out infinite; }
.orbit-one { width: 74px; height: 74px; left: -20px; top: 14%; }
.orbit-two { width: 25px; height: 25px; right: 12%; bottom: 9%; animation-delay: -2.7s; }

.marquee { overflow: hidden; background: var(--green); color: var(--cream); padding: 16px 0; }
.marquee-track { display: flex; width: max-content; align-items: center; }
.marquee-track.is-running { animation: marquee 28s linear infinite; }
.marquee-group { flex: none; display: flex; align-items: center; gap: 42px; padding-right: 42px; width: max-content; }
.marquee span { font-family: var(--serif); font-size: 17px; white-space: nowrap; }
.marquee b { color: var(--gold-light); font-weight: 400; }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes scroll-arrow {
  0%, 100% { transform: translateY(0); opacity: .55; }
  50% { transform: translateY(7px); opacity: 1; }
}
@keyframes scroll-line { 0% { transform: translateY(-100%); } 45%, 55% { transform: translateY(0); } 100% { transform: translateY(100%); } }
@keyframes orbit-float { 0%, 100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(0,-13px,0) scale(1.08); } }
@keyframes seal-breathe { 0%, 100% { transform: rotate(-8deg) scale(1); } 50% { transform: rotate(-4deg) scale(1.055); } }

.section { padding: 120px 7.5vw; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 65px; }
.section-heading h2, .story h2, .cta-section h2 { font-size: clamp(49px, 5.3vw, 86px); }
.section-heading > p { max-width: 355px; margin: 0 0 8px; color: #6c695d; font-family: var(--serif); font-size: 17px; line-height: 1.65; }
.collection-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 20px; }
.collection-card { height: 510px; overflow: hidden; position: relative; background: #cac1a8; }
.collection-card.large { height: 590px; }
.collection-card a, .collection-card img { height: 100%; }
.collection-card img { object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.collection-card:hover img { transform: scale(1.045); }
.card-overlay { position: absolute; inset: auto 0 0; padding: 95px 22px 22px; color: var(--cream); background: linear-gradient(transparent, rgba(26,30,21,.87)); display: grid; grid-template-columns: 25px 1fr auto; align-items: end; gap: 12px; }
.card-overlay > span { align-self: start; font-size: 8px; letter-spacing: .12em; margin-top: 7px; }
.card-overlay h3 { font-family: var(--serif); font-size: 25px; font-weight: 400; margin: 0; }
.card-overlay p { max-width: 240px; font-size: 9px; line-height: 1.5; margin: 6px 0 0; opacity: .75; }
.card-overlay b { font-weight: 400; border: 1px solid rgba(255,255,255,.5); width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; transition: .3s; }
.collection-card:hover .card-overlay b { background: var(--gold); border-color: var(--gold); color: var(--ink); transform: rotate(45deg); }

.portfolio { background: var(--paper-2); }
.portfolio-heading { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; align-items: end; margin-bottom: 58px; }
.portfolio-heading .eyebrow { grid-column: 1 / -1; }
.portfolio-heading h2 { font-family: var(--serif); font-size: clamp(49px, 5.3vw, 86px); font-weight: 400; line-height: .92; letter-spacing: -.055em; margin: 0; }
.portfolio-heading .text-link { margin-bottom: 8px; }
.portfolio-grid { display: grid; grid-template-columns: 1.15fr .9fr .9fr; grid-template-rows: 335px 335px; gap: 16px; }
.portfolio-item { position: relative; overflow: hidden; margin: 0; min-width: 0; background: #d5bdc8; }
.portfolio-item.tall { grid-row: 1 / 3; }
.portfolio-item.wide { grid-column: 2 / 4; }
.portfolio-item img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.portfolio-item:hover img { transform: scale(1.035); }
.portfolio-item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 58px 18px 17px; display: flex; justify-content: space-between; align-items: end; color: var(--cream); font-family: var(--serif); font-size: 18px; background: linear-gradient(transparent, rgba(35,17,31,.78)); }
.portfolio-item figcaption span { font-family: var(--sans); font-size: 8px; letter-spacing: .14em; }

.story { padding-top: 0; padding-bottom: 0; background: var(--green-deep); color: var(--cream); display: grid; grid-template-columns: 48% 52%; min-height: 760px; }
.story-art { position: relative; background: #f3e1e6; overflow: hidden; display: grid; place-items: center; min-height: 720px; }
.story-art img { width: 68%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; mix-blend-mode: multiply; filter: saturate(.9) contrast(1.02); position: relative; z-index: 2; box-shadow: 0 25px 80px rgba(53,42,20,.15); transform: translate3d(0, var(--parallax-y, 0), 0); transition: transform .2s linear; }
.sunflower-lines { position: absolute; width: 110%; aspect-ratio: 1; border: 1px solid rgba(201,151,31,.3); border-radius: 50%; animation: flower-turn 45s linear infinite; }
.sunflower-lines i { position: absolute; left: 50%; top: 50%; width: 28%; aspect-ratio: 1; border: 1px solid rgba(201,151,31,.35); border-radius: 50%; transform: translate(-50%,-50%); }
.petal { position: absolute; width: 18%; height: 42%; border: 1px solid rgba(201,151,31,.28); border-radius: 50%; left: 41%; top: 1%; transform-origin: 50% 117%; }
.p2 { transform: rotate(45deg); }.p3 { transform: rotate(90deg); }.p4 { transform: rotate(135deg); }.p5 { transform: rotate(180deg); }.p6 { transform: rotate(225deg); }.p7 { transform: rotate(270deg); }.p8 { transform: rotate(315deg); }
.story-copy { padding: 12vh 8vw; display: flex; flex-direction: column; justify-content: center; }
.eyebrow.light { color: var(--cream); }
.story-copy > p:not(.eyebrow) { color: rgba(255,250,240,.68); font-family: var(--serif); line-height: 1.8; font-size: 17px; max-width: 500px; margin: 38px 0 0; }
.story blockquote { border-left: 1px solid var(--gold); margin: 34px 0; padding: 4px 0 4px 22px; font-family: var(--serif); font-style: italic; color: var(--gold-light); font-size: 19px; }
.button-light { border: 1px solid rgba(255,255,255,.45); color: var(--cream); }
.button-light:hover { background: var(--cream); color: var(--green); }

.section-heading.centered { flex-direction: column; align-items: center; text-align: center; }
.section-heading.centered .eyebrow { margin-bottom: 25px; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr); }
.steps li { position: relative; text-align: center; padding: 55px 5vw 25px; border-right: 1px solid var(--line); }
.steps li:last-child { border: 0; }
.steps li > span { position: absolute; left: 17px; top: 16px; font-size: 8px; color: #928e80; }
.step-icon { font-family: var(--serif); color: var(--gold); font-size: 51px; height: 68px; }
.steps h3 { font-family: var(--serif); font-weight: 400; font-size: 25px; margin: 19px 0 12px; }
.steps p { font-size: 11px; line-height: 1.7; color: #777366; margin: auto; max-width: 245px; }

.cta-section { min-height: 510px; background: var(--green); color: var(--cream); margin: 0 2.5vw 38px; display: grid; grid-template-columns: 56% 44%; overflow: hidden; }
.cta-copy { padding: 80px 7vw; position: relative; z-index: 2; }
.cta-copy > p:not(.eyebrow) { color: rgba(255,255,255,.67); font-family: var(--serif); font-size: 16px; margin: 26px 0; }
.button-gold { background: var(--gold); color: var(--green-deep); }
.cta-visual { position: relative; overflow: hidden; }
.cta-visual::after { content: ""; position: absolute; width: 450px; height: 450px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; right: -40px; top: 24px; }
.cta-visual svg { position: absolute; width: 105%; right: -5%; bottom: -6px; fill: none; stroke: rgba(242,207,103,.55); stroke-width: 1.5; }
.big-flower, .small-flower { color: var(--gold); position: absolute; line-height: 1; z-index: 1; text-shadow: 0 0 60px rgba(242,207,103,.2); }
.big-flower { font-size: 230px; right: 35px; bottom: 25px; }
.small-flower { font-size: 76px; left: 40px; top: 75px; }
.big-flower { animation: flower-float 5.2s ease-in-out infinite; }
.small-flower { animation: flower-float 4.2s ease-in-out -1.8s infinite reverse; }

@keyframes flower-turn { to { transform: rotate(360deg); } }
@keyframes flower-float { 0%, 100% { transform: translate3d(0,0,0) rotate(-3deg); } 50% { transform: translate3d(0,-14px,0) rotate(4deg); } }

footer { padding: 55px 7.5vw 23px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 14px; font-family: var(--serif); font-size: 24px; }
.footer-brand em { font-style: normal; }
.footer-brand small, .footer-contact small, .footer-social small { display: block; font-family: var(--sans); text-transform: uppercase; letter-spacing: .15em; font-size: 7px; color: #858174; margin-top: 6px; }
.footer-contact a, .footer-social a { display: block; font-family: var(--serif); font-size: 16px; margin-top: 9px; }
.footer-bottom { grid-column: 1/-1; border-top: 1px solid var(--line); padding-top: 20px; margin-top: 35px; display: flex; justify-content: space-between; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; color: #8b8779; }

.floating-whatsapp { position: fixed; right: 23px; bottom: 23px; z-index: 18; width: 53px; height: 53px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); box-shadow: 0 10px 30px rgba(42,40,27,.25); transition: transform .25s; }
.floating-whatsapp:hover { transform: scale(1.08) rotate(-5deg); }
.floating-whatsapp svg { width: 27px; fill: var(--green-deep); }
.floating-whatsapp::before { content: ""; position: absolute; inset: -6px; border: 1px solid rgba(199,150,61,.55); border-radius: inherit; animation: whatsapp-pulse 2.4s ease-out infinite; }
@keyframes whatsapp-pulse { 0% { opacity: .8; transform: scale(.8); } 70%, 100% { opacity: 0; transform: scale(1.35); } }

.reveal {
  opacity: 0;
  filter: blur(6px);
  transform: translate3d(0, 64px, 0) scale(.975);
  transition:
    opacity .85s cubic-bezier(.2,.65,.25,1) var(--reveal-delay, 0ms),
    filter .85s cubic-bezier(.2,.65,.25,1) var(--reveal-delay, 0ms),
    transform .95s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0ms);
  will-change: opacity, filter, transform;
}
.reveal.visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}
.hero-copy.reveal { transform: translate3d(-48px, 0, 0); }
.hero-visual.reveal { transform: translate3d(48px, 0, 0) scale(.985); }
.hero-copy.reveal.visible, .hero-visual.reveal.visible { transform: translate3d(0, 0, 0) scale(1); }
.collection-card:nth-child(even).reveal, .portfolio-item:nth-child(even).reveal { transform: translate3d(38px, 54px, 0) scale(.97); }
.collection-card:nth-child(odd).reveal, .portfolio-item:nth-child(odd).reveal { transform: translate3d(-38px, 54px, 0) scale(.97); }
.collection-card.reveal.visible, .portfolio-item.reveal.visible { transform: translate3d(0, 0, 0) scale(1); }

.is-ready .seal { animation: seal-breathe 4.8s ease-in-out infinite; }
.is-ready .hero-copy.visible > *:not(.scroll-hint) { animation: hero-detail .8s cubic-bezier(.16,1,.3,1) both; }
.is-ready .hero-copy.visible > :nth-child(2) { animation-delay: .08s; }
.is-ready .hero-copy.visible > :nth-child(3) { animation-delay: .16s; }
.is-ready .hero-copy.visible > :nth-child(4) { animation-delay: .24s; }
.is-ready .hero-copy.visible > :nth-child(5) { animation-delay: .32s; }
@keyframes hero-detail { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

/* Desktop gets broader, clearly visible movements and image reveals. */
@media (min-width: 981px) {
  .hero-copy.reveal { transform: translate3d(-85px, 0, 0); }
  .hero-visual.reveal { transform: translate3d(85px, 0, 0) scale(.96); }
  .hero-copy.reveal.visible, .hero-visual.reveal.visible { transform: translate3d(0, 0, 0) scale(1); }

  .hero-visual.reveal figure { clip-path: inset(0 100% 0 0); transition: clip-path 1.25s cubic-bezier(.77,0,.18,1) .12s; }
  .hero-visual.reveal.visible figure { clip-path: inset(0 0 0 0); }

  .section-heading.reveal, .portfolio-heading.reveal { transform: translate3d(-72px, 35px, 0); }
  .section-heading.reveal.visible, .portfolio-heading.reveal.visible { transform: translate3d(0, 0, 0); }
  .story-copy.reveal { transform: translate3d(75px, 0, 0); }
  .story-copy.reveal.visible { transform: translate3d(0, 0, 0); }

  .collection-card.reveal img, .portfolio-item.reveal img { transform: scale(1.14); transition-duration: 1.25s; }
  .collection-card.reveal.visible img, .portfolio-item.reveal.visible img { transform: scale(1); }
  .collection-card.reveal.visible:hover img { transform: scale(1.045); }
  .portfolio-item.reveal.visible:hover img { transform: scale(1.035); }

  .cta-section.reveal { transform: translate3d(0, 75px, 0) scale(.94); }
  .cta-section.reveal.visible { transform: translate3d(0, 0, 0) scale(1); }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; height: 75px; }
  .site-header.is-scrolled { height: 66px; }
  .menu-toggle { display: grid; grid-column: 2; justify-self: end; width: 42px; height: 42px; border: 0; background: transparent; place-content: center; gap: 6px; z-index: 5; }
  .menu-toggle span { width: 24px; height: 1px; background: var(--ink); transition: .3s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; height: 100vh; background: var(--paper); flex-direction: column; align-items: center; justify-content: center; gap: 8px; transform: translateY(-100%); transition: .45s; z-index: 4; }
  .main-nav.open { transform: none; }
  .main-nav a { font-family: var(--serif); font-size: 38px; text-transform: none; letter-spacing: -.03em; padding: 10px; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 620px; padding: 75px 8vw 45px; }
  .hero h1 { font-size: clamp(67px, 16vw, 105px); }
  .hero-visual { height: min(72svh, 680px); padding: 25px; }
  .collection-grid { grid-template-columns: 1fr 1fr; }
  .collection-card:first-child { grid-column: 1/-1; }
  .story { grid-template-columns: 1fr; }
  .story-art { min-height: 620px; }
  .story-copy { padding: 100px 9vw; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 520px 330px 330px; }
  .portfolio-item.tall { grid-row: 1; grid-column: 1 / -1; }
  .portfolio-item.wide { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  html, body, .hero, .hero-copy, .hero-visual { width: 100%; max-width: 100%; }
  .scroll-progress { height: 2px; }
  .site-header { height: 68px; padding: 0 18px; }
  .site-header.is-scrolled { height: 60px; }
  .brand { font-size: 18px; }
  .brand-flower { font-size: 28px; }
  .menu-toggle { position: absolute; right: 10px; top: 13px; }
  .main-nav a { font-size: 30px; }
  .hero-copy { min-height: 555px; padding: 58px 22px 30px; }
  .hero h1 { font-size: clamp(52px, 15.5vw, 66px); }
  .hero h1 i { display: block; }
  .hero-intro { width: 100%; margin-top: 25px; font-size: 16px; line-height: 1.48; max-width: 100%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-note { margin-top: 36px; padding-top: 0; }
  .seal { width: 58px; height: 58px; }
  .scroll-hint { display: none; }
  .hero-visual { height: min(62svh, 520px); padding: 12px; }
  .hero-carousel { height: min(50svh, 420px); max-height: calc(100% - 24px); max-width: 88%; }
  .hero-visual figcaption { left: 13px; bottom: 13px; }
  .hero-orbit { display: none; }
  .hero-copy.reveal, .hero-visual.reveal { transform: translate3d(0, 34px, 0) scale(.99); }
  .hero-copy.reveal.visible, .hero-visual.reveal.visible { transform: translate3d(0, 0, 0) scale(1); }
  .section { padding: 72px 20px; }
  .section-heading { display: block; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .story h2, .cta-section h2 { font-size: clamp(40px, 12.5vw, 48px); }
  .section-heading > p { margin-top: 23px; font-size: 16px; }
  .collection-grid { grid-template-columns: 1fr; gap: 13px; }
  .collection-card:first-child { grid-column: auto; }
  .collection-card, .collection-card.large { height: min(105vw, 430px); }
  .portfolio-heading { display: block; }
  .portfolio-heading .text-link { display: inline-block; margin-top: 28px; }
  .portfolio-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .portfolio-item, .portfolio-item.tall, .portfolio-item.wide { grid-column: auto; grid-row: auto; height: min(98vw, 410px); }
  .portfolio-item.wide { height: min(72vw, 300px); }
  .story { display: block; }
  .story-art { min-height: 380px; }
  .story-art img { width: 78%; }
  .story-copy { padding: 72px 22px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { border-right: 0; border-bottom: 1px solid var(--line); padding: 45px 10px; }
  .cta-section { margin: 0 12px 25px; grid-template-columns: 1fr; }
  .cta-copy { padding: 62px 22px; }
  .cta-visual { height: 230px; }
  .big-flower { font-size: 150px; }
  .small-flower { font-size: 58px; }
  footer { grid-template-columns: 1fr; padding: 48px 25px 25px; }
  .footer-bottom { margin-top: 10px; }
  .floating-whatsapp { width: 49px; height: 49px; right: 16px; bottom: 16px; }
  .floating-whatsapp svg { width: 24px; }
  .reveal { filter: none; will-change: opacity, transform; }
  .collection-card:nth-child(n).reveal, .portfolio-item:nth-child(n).reveal { transform: translate3d(0, 42px, 0) scale(.98); }
  .collection-card.reveal.visible, .portfolio-item.reveal.visible { transform: translate3d(0, 0, 0) scale(1); }
}

@media (hover: none) {
  .button:hover { transform: none; }
  .button:active { transform: scale(.97); }
  .collection-card:hover img, .portfolio-item:hover img, .hero-visual:hover img { transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.04); }
  .hero-control { opacity: 1; transform: translateY(-50%) scale(.9); }
}
