:root {
  --cream: #f7efe8;
  --paper: #fffaf6;
  --ink: #241d25;
  --muted: #71636b;
  --pink: #df2e6e;
  --raspberry: #b91857;
  --plum: #5d1f49;
  --line: rgba(36, 29, 37, .16);
  --green: #18a957;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 20px 60px rgba(84, 35, 50, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.site-shell { overflow: clip; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 7px 5vw; background: rgba(247, 239, 232, .9); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-logo { display: block; width: 62px; height: 62px; flex: 0 0 auto; object-fit: contain; }
.brand-name { max-width: 190px; color: var(--plum); font-family: var(--serif); font-size: clamp(17px, 1.5vw, 22px); font-weight: 600; line-height: 1.05; letter-spacing: -.025em; white-space: nowrap; }
.brand-mark { position: relative; display: inline-block; width: 34px; height: 34px; border: 1px solid var(--pink); border-radius: 50%; transform: rotate(-14deg); }
.brand-mark::before { content: ""; position: absolute; width: 8px; height: 15px; left: 13px; top: 4px; border: 1.5px solid var(--pink); border-radius: 100% 0; transform: rotate(15deg); }
.brand-mark span { position: absolute; width: 8px; height: 14px; border: 1.5px solid var(--pink); border-radius: 100% 0; }
.brand-mark span:nth-child(1) { left: 3px; top: 11px; transform: rotate(-48deg); }
.brand-mark span:nth-child(2) { right: 3px; top: 12px; transform: rotate(138deg); }
.brand-mark span:nth-child(3) { left: 13px; bottom: 1px; transform: rotate(28deg); }
.brand-copy { display: flex; flex-direction: column; line-height: .8; }
.brand-copy strong, .brand-copy em { font-family: var(--serif); font-size: 20px; font-weight: 600; }
.brand-copy strong { color: var(--pink); font-style: italic; }
.brand-copy em { color: var(--plum); font-size: 14px; font-style: italic; margin-left: 13px; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2.5vw, 36px); font-size: 13px; font-weight: 600; }
.site-nav a { position: relative; color: #54464d; }
.site-nav a:not(.nav-instagram)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--pink); transition: right .25s ease; }
.site-nav a:not(.nav-instagram):hover::after { right: 0; }
.nav-instagram { color: var(--pink) !important; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 1px; background: var(--ink); transition: transform .25s ease; }
.menu-toggle span + span { margin-top: 7px; }

.hero { position: relative; isolation: isolate; display: block; min-height: max(640px, calc(100svh - 76px)); padding: clamp(4.5rem, 15vh, 9rem) 5vw 5rem; overflow: hidden; background: var(--plum); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(247, 239, 232, .94), rgba(247, 239, 232, .62) 42%, rgba(247, 239, 232, .05) 74%), linear-gradient(0deg, rgba(247, 239, 232, .18), transparent 38%); pointer-events: none; }
.hero-copy { position: relative; z-index: 3; max-width: 620px; padding: 1.5rem 2rem 1.8rem 3vw; color: var(--ink); background: transparent; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 23px; color: var(--pink); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 31px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 650px; color: var(--ink); font-size: clamp(4rem, 7.8vw, 7.5rem); }
h1 em, h2 em { color: var(--pink); font-style: italic; font-weight: 500; }
.hero-lede { max-width: 420px; margin: 28px 0 17px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.hero-quote { margin: 0 0 30px; color: var(--plum); font-family: var(--serif); font-size: 19px; font-style: italic; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 21px; border: 1px solid transparent; font-size: 13px; font-weight: 700; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button span, .text-link span { margin-left: 12px; font-size: 18px; font-weight: 400; }
.button > i, .text-link > i, .nav-instagram > i { margin-left: 8px; font-size: .82em; }
.button:hover { transform: translateY(-3px); box-shadow: 0 11px 24px rgba(61, 25, 42, .16); }
.button-primary { color: #fff; background: var(--pink); }
.button-dark { color: #fff; background: var(--ink); }
.text-link { display: inline-flex; align-items: center; color: var(--ink); font-size: 13px; font-weight: 700; }
.text-link:hover { color: var(--pink); }
.hero-art { position: absolute; z-index: 0; inset: 0; overflow: hidden; background: #d9c9c3; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,239,232,.16), transparent 48%), linear-gradient(0deg, rgba(36,29,37,.08), transparent 34%); pointer-events: none; }
.hero-art picture, .hero-art img { display: block; width: 100%; height: 100%; }
.hero-art img { min-height: 0; object-fit: cover; object-position: center; }
.hero-note { position: absolute; left: 6vw; bottom: 7vh; z-index: 2; display: flex; align-items: center; gap: 13px; padding: 13px 0; color: var(--plum); font-family: var(--serif); font-size: 14px; font-style: italic; line-height: 1.1; text-shadow: 0 2px 12px rgba(255, 250, 246, .7); }
.hero-botanical { position: absolute; color: var(--pink); font-size: 24px; }
.botanical-left { left: 1.8vw; top: 14%; }
.botanical-right { right: 47%; bottom: 6%; color: var(--plum); transform: rotate(20deg); }

.marquee { overflow: hidden; padding: 15px 0; color: var(--paper); background: var(--plum); font-family: var(--serif); font-size: clamp(17px, 2vw, 23px); font-style: italic; white-space: nowrap; }
.marquee-track { display: flex; width: max-content; align-items: center; animation: marquee 42s linear infinite; will-change: transform; }
.marquee-group { display: flex; align-items: center; gap: 29px; padding-right: 29px; }
.marquee i { color: #eb89a8; font-family: var(--sans); font-size: 15px; font-style: normal; }
.marquee i.fa-solid { font-family: "Font Awesome 6 Free"; font-weight: 900; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.section { padding: 8rem 10vw; }
.story { display: grid; grid-template-columns: 1fr 1fr; gap: 12vw; align-items: end; background: var(--paper); }
.story h2, .services h2, .gallery h2, .contact-banner h2 { font-size: clamp(3.2rem, 6.3vw, 6rem); }
.story-body { max-width: 440px; padding-bottom: 4px; }
.lead-copy { margin: 0 0 20px; color: var(--ink); font-family: var(--serif); font-size: 27px; line-height: 1.25; }
.story-body > p:not(.lead-copy) { margin: 0 0 26px; color: var(--muted); }
.dark-link { color: var(--pink); }

.services { background: var(--cream); }
.services-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 4rem; }
.section-side-note { max-width: 230px; margin: 0 0 8px; color: var(--muted); font-size: 14px; }
.service-list { border-top: 1px solid var(--line); }
.service-item { position: relative; display: grid; grid-template-columns: 1fr 1.2fr 48px; align-items: center; gap: 16px; min-height: 112px; border-bottom: 1px solid var(--line); }
.service-item:hover h3 { color: var(--pink); transform: translateX(8px); }
.service-item h3 { margin: 0; font-family: var(--serif); font-size: clamp(24px, 3vw, 36px); font-weight: 500; transition: transform .25s ease, color .25s ease; }
.service-item p { margin: 0; max-width: 260px; color: var(--muted); font-size: 14px; }
.service-icon { color: var(--pink); font-size: 24px; text-align: right; }

.pair-showcase { background: var(--paper); }
.pair-heading { display: grid; grid-template-columns: 1.08fr .92fr; gap: 9vw; align-items: end; margin-bottom: 4.8rem; }
.pair-heading h2 { font-size: clamp(3.2rem, 6.3vw, 6rem); }
.pair-heading > p { max-width: 330px; margin: 0 0 7px; color: var(--muted); }
.pair-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3.8rem 1.7vw; }
.pair-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4.8rem 2.5vw; width: min(100%, 1180px); margin-inline: auto; }
.pair-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 3.4rem 1.25vw; width: min(100%, 1400px); margin-inline: auto; }
.pair-grid-four .pair-caption { display: block; padding-top: 10px; }
.pair-grid-four .pair-caption h3 { font-size: clamp(16px, 1.8vw, 24px); }
.pair-grid-four .pair-caption p { margin-top: 4px; font-size: 11px; }
.pair-grid-five { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 2.8rem 1.15vw; width: min(100%, 1400px); margin-inline: auto; }
.pair-grid-five .pair-caption { display: block; padding-top: 10px; }
.pair-grid-five .pair-caption h3 { font-size: clamp(16px, 1.55vw, 24px); }
.pair-grid-five .pair-caption p { margin-top: 4px; font-size: 11px; }
.pair-grid-five .slider-controls .slider-button { width: 28px; height: 28px; font-size: 15px; }
.pair-grid-five .slider-controls .slider-button:first-child { left: 8px; }
.pair-grid-five .slider-controls .slider-button:last-child { right: 8px; }
.pair-grid-five .slider-controls .slider-dots { bottom: 8px; padding: 4px 7px; gap: 6px; }
.pair-card { min-width: 0; }
.pair-slider { position: relative; width: 100%; margin-inline: auto; }
.pair-images { display: flex; gap: 0; aspect-ratio: 4 / 5; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; touch-action: pan-x; }
.pair-images::-webkit-scrollbar { display: none; }
.pair-images img { flex: 0 0 100%; display: block; width: 100%; height: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: #ece3dc; cursor: zoom-in; scroll-snap-align: start; transition: transform .35s ease, opacity .35s ease; }
.pair-images img:hover { transform: scale(1.025); opacity: .92; }
.slider-controls { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.slider-controls .slider-dots { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); padding: 6px 9px; border-radius: 999px; background: rgba(31, 20, 28, .28); pointer-events: auto; }
.slider-controls .slider-button { position: absolute; top: 50%; transform: translateY(-50%); pointer-events: auto; border-color: rgba(255,255,255,.8); color: #fff; background: rgba(31, 20, 28, .34); box-shadow: 0 5px 16px rgba(31,20,28,.16); }
.slider-controls .slider-button:first-child { left: 12px; }
.slider-controls .slider-button:last-child { right: 12px; }
.slider-button { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; font-size: 18px; cursor: pointer; }
.slider-button:hover { color: var(--pink); border-color: var(--pink); }
.slider-dots { display: flex; align-items: center; gap: 8px; }
.slider-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #cdbdb5; cursor: pointer; }
.slider-dot.is-active { width: 9px; height: 9px; background: var(--pink); }
.pair-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.pair-caption h3 { margin: 0; font-family: var(--serif); font-size: clamp(22px, 2.7vw, 32px); font-weight: 500; }
.pair-caption p { margin: 0; color: var(--muted); font-size: 13px; }

.portfolio-section { background: var(--paper); }
.portfolio-intro { max-width: 620px; margin: 0 auto 3.6rem; }
.portfolio-intro h2 { font-size: clamp(3.2rem, 6.3vw, 6rem); }
.portfolio-intro > p:not(.eyebrow) { max-width: 440px; margin: 24px auto 0; color: var(--muted); }
.flower-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; width: min(100%, 1120px); margin: 0 auto; }
.flower-tile,
.flower-tile-tall,
.flower-tile-wide { grid-column: span 1; grid-row: auto; min-width: 0; aspect-ratio: .9 / 1; margin: 0; overflow: hidden; background: transparent; }
.flower-tile img { display: block; width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; mix-blend-mode: multiply; transition: transform .45s ease, filter .45s ease; }
.flower-tile:hover img { transform: scale(1.035); filter: saturate(1.06); }

.moments-section { padding-top: 5.5rem; padding-bottom: 5.5rem; background: var(--paper); }
.moments-heading { max-width: 560px; margin: 0 auto 2.8rem; }
.moments-heading h2 { font-size: clamp(2.9rem, 5.5vw, 5.2rem); }
.moments-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; width: min(100%, 1120px); margin: 0 auto; align-items: start; }
.moments-grid figure { min-width: 0; margin: 0; overflow: hidden; background: transparent; }
.moments-grid img { display: block; width: 100%; aspect-ratio: .86 / 1; object-fit: cover; cursor: zoom-in; mix-blend-mode: multiply; transition: transform .45s ease, filter .45s ease; }
.moments-grid figure:hover img { transform: scale(1.035); filter: saturate(1.05); }
.instagram-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 4.5rem; padding-top: 24px; border-top: 1px solid var(--line); }
.instagram-cta p { margin: 0; color: var(--plum); font-family: var(--serif); font-size: clamp(22px, 3vw, 34px); font-style: italic; }

.lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 28px; background: rgba(31, 20, 28, .88); }
.lightbox-open { overflow: hidden; }
.lightbox[hidden] { display: none; }
.lightbox-figure { display: grid; justify-items: center; gap: 14px; max-width: min(92vw, 980px); max-height: 92vh; margin: 0; }
.lightbox-image { display: block; width: auto; max-width: 92vw; max-height: 82vh; object-fit: contain; box-shadow: 0 20px 80px rgba(0, 0, 0, .35); }
.lightbox-caption { max-width: 700px; color: #fff5f1; font-family: var(--serif); font-size: 18px; font-style: italic; text-align: center; }
.lightbox-close { position: absolute; top: 20px; right: 24px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; background: transparent; font-size: 32px; line-height: 1; cursor: pointer; }
.lightbox-close:hover { background: rgba(255,255,255,.12); }

.gallery { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 8vw; color: var(--paper); background: var(--raspberry); }
.gallery::before { content: ""; position: absolute; top: 0; left: 0; width: 24%; height: 100%; background: rgba(93, 31, 73, .22); clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%); }
.gallery-copy { position: relative; z-index: 1; max-width: 420px; }
.gallery .eyebrow { color: #ffb2c9; }
.gallery h2 em { color: #ffb2c9; }
.gallery-copy > p:not(.eyebrow) { max-width: 250px; margin: 28px 0; color: #f7dce4; }
.gallery-image { position: relative; z-index: 1; margin: 0; }
.gallery-image img { width: min(100%, 480px); height: 570px; margin-left: auto; object-fit: cover; border-radius: 230px 230px 0 0; box-shadow: 18px 22px 0 rgba(93, 31, 73, .4); }
.gallery-image figcaption { display: flex; justify-content: space-between; width: min(100%, 480px); margin: 15px 0 0 auto; color: #ffd2df; font-family: var(--serif); font-size: 14px; font-style: italic; }
.gallery-stamp { position: absolute; right: 3vw; top: 9%; color: rgba(255,255,255,.25); font-family: var(--serif); font-size: 130px; font-style: italic; }

.contact-banner { position: relative; isolation: isolate; display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 7vw; padding: 7.5rem 10vw; overflow: hidden; color: var(--paper); background: var(--plum); }
.contact-banner::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(93, 31, 73, .94), rgba(93, 31, 73, .76)), url("assets/botanical-wallpaper.png"); background-size: cover; background-position: center; opacity: .9; }
.contact-banner .eyebrow { color: #ffb0c9; }
.contact-banner h2 em { color: #ffb0c9; }
.contact-banner-lede { max-width: 340px; margin: 28px 0 0; color: #f3d6df; font-size: 15px; }
.contact-banner-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, .28); border-bottom: 1px solid rgba(255, 255, 255, .28); }
.contact-detail { display: flex; min-height: 180px; padding: 25px 20px 22px 0; flex-direction: column; transition: color .25s ease, transform .25s ease; }
.contact-detail:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, .28); }
.contact-detail:nth-child(even) { padding-left: 20px; }
.contact-detail:nth-child(n + 3) { border-top: 1px solid rgba(255, 255, 255, .28); }
.contact-detail:hover { color: #ffb0c9; transform: translateY(-4px); }
.contact-detail-label { display: flex; justify-content: space-between; margin-bottom: auto; color: #ffb0c9; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-detail-label i { font-size: 12px; }
.contact-detail strong { font-family: var(--serif); font-size: clamp(21px, 2.2vw, 29px); font-weight: 500; line-height: 1.15; }
.contact-detail small { color: #f3d6df; font-size: 13px; }
.contact-phone-numbers { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.contact-phone-numbers a { font-family: var(--serif); font-size: clamp(21px, 2.2vw, 29px); line-height: 1.15; }
.contact-detail:last-child { grid-column: 1 / -1; border-top: 1px solid rgba(255, 255, 255, .28); border-right: 0; }

.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 28px 5vw; color: var(--paper); background: var(--ink); }
.footer-brand .brand-logo { width: 74px; height: 74px; }
.footer-brand .brand-name { color: #ff8eae; font-size: 19px; }
.footer-brand .brand-copy em, .footer-brand .brand-copy strong { color: #ff8eae; }
.footer-brand .brand-mark, .footer-brand .brand-mark span, .footer-brand .brand-mark::before { border-color: #ff8eae; }
.site-footer p { margin: 0; color: #d8bbc5; font-family: var(--serif); font-size: 17px; font-style: italic; }
.footer-copy { color: #9c8b94; font-size: 12px; }
.contact-actions { position: fixed; right: 22px; bottom: 22px; z-index: 30; display: flex; align-items: center; gap: 10px; }
.whatsapp-float, .call-float { display: grid; place-items: center; width: 44px; height: 44px; color: #fff; border-radius: 50%; box-shadow: 0 6px 18px rgba(15, 40, 30, .22); transition: transform .25s ease, box-shadow .25s ease; }
.whatsapp-float { background: var(--green); }
.call-float { background: var(--plum); }
.whatsapp-float i { font-size: 23px; }
.call-float i { font-size: 17px; }
.whatsapp-float:hover, .call-float:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(15, 40, 30, .3); }
.back-to-top { position: fixed; right: 23px; bottom: 91px; z-index: 29; display: grid; place-items: center; width: 36px; height: 36px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 50%; cursor: pointer; opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.back-to-top.visible { opacity: 1; pointer-events: auto; }
.back-to-top:hover { transform: translateY(-3px); }

@media (max-width: 800px) {
  .site-header { min-height: 68px; padding: 3px 22px; }
  .brand { gap: 8px; }
  .brand-logo { width: 54px; height: 54px; }
  .brand-name { max-width: 115px; font-size: 16px; white-space: normal; }
  .footer-brand .brand-logo { width: 62px; height: 62px; }
  .footer-brand .brand-name { font-size: 17px; }
  .menu-toggle { display: block; z-index: 2; }
  .menu-toggle.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 21; top: 68px; right: 0; bottom: 0; left: 0; display: flex; align-items: flex-start; flex-direction: column; gap: 0; height: calc(100dvh - 68px); padding: 33px 24px; background-color: var(--paper); box-shadow: 0 20px 35px rgba(36, 29, 37, .12); transform: translateX(100%); transition: transform .3s ease; }
  .site-nav.is-open { z-index: 99; background-color: var(--paper); transform: translateX(0); }
  .site-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 26px; font-weight: 500; }
  .site-nav .nav-instagram { margin-top: 18px; border: 0; font-family: var(--sans); font-size: 14px; }
  .hero { min-height: calc(100svh - 68px); padding: 0 22px; }
  .hero-copy { display: flex; min-height: calc(100svh - 68px); max-width: 92%; padding: 3.5rem 0 5.5rem; justify-content: center; flex-direction: column; background: transparent; }
  .hero-art { inset: 0; }
  .hero::before { background: linear-gradient(90deg, rgba(247,239,232,.94), rgba(247,239,232,.58) 56%, rgba(247,239,232,.08) 92%), linear-gradient(0deg, rgba(247,239,232,.16), transparent 42%); }
  .hero-art::after { background: linear-gradient(90deg, rgba(247,239,232,.12), transparent 68%), linear-gradient(0deg, rgba(36,29,37,.08), transparent 52%); }
  .hero-art img { object-position: 24% center; }
  .hero-note { left: 22px; bottom: 24px; }
  .hero-lede { max-width: 310px; margin-top: 22px; font-size: 16px; }
  .hero-quote { max-width: 280px; font-size: 18px; }
  h1 { font-size: clamp(3.7rem, 17vw, 6rem); }
  .botanical-left { left: auto; right: 5%; top: 13%; }
  .botanical-right { right: auto; left: 4%; bottom: 4%; }
  .section { padding: 5.7rem 22px; }
  .story { display: block; }
  .story-body { margin-top: 3.5rem; }
  .services-heading { display: block; margin-bottom: 2.8rem; }
  .section-side-note { margin-top: 25px; }
  .service-item { grid-template-columns: 1fr 34px; min-height: 135px; gap: 8px; }
  .service-item p { grid-column: 1 / 2; margin-top: -27px; font-size: 13px; }
  .service-icon { grid-column: 2; grid-row: 1 / span 2; }
  .pair-heading { display: block; margin-bottom: 3rem; }
  .pair-heading > p { margin-top: 25px; }
  .pair-grid { display: block; }
  .pair-grid-four { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.4rem 10px; }
  .pair-grid-four .pair-card + .pair-card { margin-top: 0; }
  .pair-grid-five { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.4rem 10px; }
  .pair-grid-five .pair-card + .pair-card { margin-top: 0; }
  .pair-card + .pair-card { margin-top: 3.8rem; }
  .pair-slider { width: 100%; }
  .pair-images { gap: 0; }
  .pair-caption { display: block; }
  .pair-caption p { margin-top: 5px; }
  .portfolio-intro { margin-bottom: 2.6rem; }
  .flower-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .flower-tile, .flower-tile-tall, .flower-tile-wide { grid-column: span 1; grid-row: auto; aspect-ratio: .86 / 1; }
  .moments-section { padding-top: 4.3rem; padding-bottom: 4.5rem; }
  .moments-heading { margin-bottom: 2rem; }
  .moments-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .moments-grid img { aspect-ratio: .88 / 1; }
  .instagram-cta { display: block; margin-top: 3.5rem; }
  .instagram-cta .button { margin-top: 22px; }
  .lightbox { padding: 18px; }
  .lightbox-image { max-width: 94vw; max-height: 78vh; }
  .lightbox-caption { font-size: 16px; }
  .lightbox-close { top: 14px; right: 14px; }
  .gallery { display: block; }
  .gallery::before { width: 45%; }
  .gallery-image { margin-top: 3.5rem; }
  .gallery-image img { width: 85%; height: 460px; margin-left: auto; }
  .gallery-image figcaption { width: 85%; }
  .gallery-stamp { right: 5vw; top: 3%; font-size: 88px; }
  .contact-banner { display: block; padding: 5.7rem 22px 6.3rem; }
  .contact-banner-lede { margin-top: 24px; }
  .contact-banner-details { display: block; margin-top: 3.5rem; }
  .contact-detail, .contact-detail:nth-child(even) { min-height: 145px; padding: 22px 0; border-top: 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .28); }
  .contact-detail:last-child { border-bottom: 0; }
  .site-footer { align-items: flex-start; flex-direction: column; padding: 30px 22px 100px; }
  .site-footer p { order: 3; }
  .footer-copy { order: 2; }
  .contact-actions { right: 16px; bottom: 16px; gap: 8px; }
  .whatsapp-float, .call-float { width: 44px; height: 44px; }
  .back-to-top { right: 17px; bottom: 79px; }
}

@media (max-width: 380px) {
  h1 { font-size: 3.55rem; }
  .hero-copy { padding-top: 2.6rem; }
  .hero-note { bottom: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* SEO/GEO content: visible, scannable local business facts */
.local-info { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; background: var(--cream); }
.local-info-heading h2 { max-width: 680px; font-size: clamp(3rem, 5.8vw, 5.6rem); }
.local-info-heading > p:last-child { max-width: 430px; margin: 28px 0 0; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { padding: 24px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding-right: 42px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: clamp(21px, 2.2vw, 29px); line-height: 1.2; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-toggle-icon { position: absolute; top: 4px; right: 4px; color: var(--pink); font-size: 18px; }
.faq-list details p { max-width: 680px; margin: 16px 0 0; color: var(--muted); }
.faq-list .text-link { margin-top: 14px; }

@media (max-width: 800px) {
  .local-info { display: block; }
  .faq-list { margin-top: 3.5rem; }
  .faq-list details { padding: 20px 0; }
}
