:root {
  --ink: #24231f; --muted: #716e67; --paper: #f3efe7; --cream: #fbfaf7; --white: #fff;
  --orange: #f5821f; --orange-soft: #fee4cd; --sage: #dce1d7; --blue: #d9dfe5;
  --sand: #e8e0d4; --line: #d8d1c6; --shell: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open, body.photo-zoom-open { overflow: hidden; }
section[id] { scroll-margin-top: 100px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 300; top: -80px; left: 16px; padding: 12px 18px; background: var(--ink); color: var(--white); border-radius: 999px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; padding-top: 0; }
.site-header.scrolled { padding-top: 0; }
.header-inner { width: 100%; max-width: none; min-height: 80px; margin-inline: 0; padding: 9px max(24px, calc((100vw - var(--shell)) / 2)); display: flex; align-items: center; justify-content: space-between; background: rgba(251,250,247,.94); border: 0; border-bottom: 1px solid rgba(36,35,31,.09); border-radius: 0; box-shadow: 0 10px 34px rgba(57,48,37,.07); backdrop-filter: blur(16px); }
.brand { position: relative; z-index: 2; display: inline-flex; align-items: center; }
.brand-lockup { width: 184px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; color: #5f5c55; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.header-cta), .nav-catalog > a { transition: color .2s; }
.main-nav > a:not(.header-cta):hover, .nav-catalog > a:hover { color: var(--orange); }
.nav-catalog { position: relative; }
.nav-catalog > a { display: inline-flex; align-items: center; gap: 6px; }
.nav-catalog > a span { color: var(--orange); font-size: 15px; transition: transform .2s; }
.nav-submenu { position: absolute; top: 100%; left: -18px; width: 225px; padding: 19px 10px 10px; display: grid; gap: 2px; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .2s, transform .2s; }
.nav-submenu::before { position: absolute; z-index: -1; inset: 9px 0 0; content: ""; background: rgba(255,255,255,.97); border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 18px 40px rgba(55,42,29,.12); backdrop-filter: blur(12px); }
.nav-submenu a { padding: 10px 12px; color: var(--ink); border-radius: 10px; font-size: 13px; white-space: nowrap; }
.nav-submenu a:hover, .nav-submenu a:focus-visible { background: var(--orange-soft); color: var(--orange); }
.nav-catalog:hover .nav-submenu, .nav-catalog:focus-within .nav-submenu { opacity: 1; pointer-events: auto; transform: none; }
.nav-catalog:hover > a span, .nav-catalog:focus-within > a span { transform: rotate(180deg); }
.header-cta { padding: 13px 19px; display: inline-flex; align-items: center; gap: 14px; background: var(--ink); color: var(--white); border-radius: 999px; transition: transform .2s, background .2s; }
.header-cta:hover { background: var(--orange); transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: var(--ink); border: 0; border-radius: 50%; }
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--white); transition: .25s; }

.hero { min-height: 880px; padding: 130px 0 68px; display: flex; align-items: center; background: radial-gradient(circle at 2% 95%, rgba(245,130,31,.13), transparent 28%), var(--paper); }
.hero-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.hero-copy { padding-top: 30px; }
.hero-kicker, .section-label { display: inline-flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.pulse { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px var(--orange-soft); }
h1, h2, h3 { margin: 0; font-family: "Sora", sans-serif; letter-spacing: -.045em; line-height: 1.02; }
h1 { max-width: 650px; margin-top: 27px; font-size: clamp(3.8rem, 5.7vw, 6.15rem); font-weight: 500; }
h1 em, h2 em { color: var(--orange); font-weight: 400; font-style: normal; }
.hero-copy > p { max-width: 500px; margin: 29px 0 33px; color: var(--muted); font-size: 16px; }
.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--orange); }
.button-quiet { padding-inline: 17px; color: var(--muted); }
.button-quiet:hover { color: var(--ink); }
.button-light { background: var(--white); border-color: rgba(36,35,31,.12); }
.button-light:hover { background: var(--orange-soft); }
.button-orange { background: var(--orange); color: var(--white); }
.button-orange:hover { background: var(--ink); }
.hero-proof { margin-top: 40px; display: flex; align-items: center; gap: 13px; }
.review-mark { min-width: 48px; height: 36px; padding: 0 10px; display: grid; place-items: center; background: var(--orange-soft); color: var(--orange); border-radius: 999px; font-size: 11px; font-weight: 700; }
.hero-proof b, .hero-proof small { display: block; }
.hero-proof b { font-size: 14px; }
.hero-proof small { color: var(--muted); font-size: 11px; }
.hero-visual { position: relative; min-height: 740px; }
.hero-visual::before { position: absolute; inset: 5% 0 -1% 8%; background: var(--orange-soft); border-radius: 52% 48% 30% 70% / 24% 28% 72% 76%; content: ""; transform: rotate(2deg); }
.hero-photo { position: absolute; inset: 0 1% 4% 0; overflow: hidden; border-radius: 32% 32% 20% 20% / 14% 14% 10% 10%; }
.hero-photo img, .hero-photo video { width: 100%; height: 100%; object-fit: cover; }
.hero-media-video { object-position: 50% 18%; }
.hero-media-portrait { object-position: 50% 24%; }
.hero-media-wide { object-position: 50% center; }
.orbit { position: absolute; z-index: 2; display: flex; align-items: center; background: rgba(255,255,255,.92); border: 1px solid rgba(36,35,31,.08); box-shadow: 0 15px 45px rgba(55,42,29,.11); backdrop-filter: blur(10px); }
.orbit-bottom { left: -3%; bottom: 8%; padding: 15px 20px; gap: 11px; border-radius: 18px; }
.orbit-bottom strong { color: var(--orange); font-family: "Sora", sans-serif; font-size: 31px; font-weight: 500; line-height: 1; }
.orbit-bottom span { color: var(--muted); font-size: 11px; line-height: 1.3; text-transform: uppercase; }
.hero-doodle { position: absolute; z-index: 3; right: -2%; bottom: 3%; width: 94px; overflow: visible; }
.hero-doodle path { fill: none; stroke: var(--ink); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.marquee { overflow: hidden; padding: 19px 0; background: var(--cream); color: var(--ink); border-block: 1px solid var(--line); }
.modality-sequence { min-height: 27px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.modality-sequence span { --modality-offset: 70px; display: inline-flex; align-items: center; gap: clamp(18px, 3vw, 42px); opacity: 0; font-family: "Sora", sans-serif; font-size: 15px; font-weight: 500; letter-spacing: -.02em; white-space: nowrap; transform: translateX(var(--modality-offset)); animation-duration: 7s; animation-timing-function: cubic-bezier(.2,.75,.25,1); animation-iteration-count: infinite; }
.modality-sequence span:nth-child(1) { animation-name: modality-one; }
.modality-sequence span:nth-child(2) { animation-name: modality-two; }
.modality-sequence span:nth-child(3) { animation-name: modality-three; }
.modality-sequence span:nth-child(4) { animation-name: modality-four; }
.modality-sequence span:nth-child(5) { animation-name: modality-five; }
@keyframes modality-one { 0% { opacity: 0; transform: translateX(var(--modality-offset)); } 6%, 78% { opacity: 1; transform: none; } 84%, 100% { opacity: 0; transform: none; } }
@keyframes modality-two { 0%, 10% { opacity: 0; transform: translateX(var(--modality-offset)); } 16%, 78% { opacity: 1; transform: none; } 84%, 100% { opacity: 0; transform: none; } }
@keyframes modality-three { 0%, 20% { opacity: 0; transform: translateX(var(--modality-offset)); } 26%, 78% { opacity: 1; transform: none; } 84%, 100% { opacity: 0; transform: none; } }
@keyframes modality-four { 0%, 30% { opacity: 0; transform: translateX(var(--modality-offset)); } 36%, 78% { opacity: 1; transform: none; } 84%, 100% { opacity: 0; transform: none; } }
@keyframes modality-five { 0%, 40% { opacity: 0; transform: translateX(var(--modality-offset)); } 46%, 78% { opacity: 1; transform: none; } 84%, 100% { opacity: 0; transform: none; } }
@keyframes modality-mobile-one { 0% { opacity: 0; transform: translateX(var(--modality-offset)); } 3%, 16% { opacity: 1; transform: none; } 19%, 100% { opacity: 0; transform: translateX(-20px); } }
@keyframes modality-mobile-two { 0%, 20% { opacity: 0; transform: translateX(var(--modality-offset)); } 23%, 36% { opacity: 1; transform: none; } 39%, 100% { opacity: 0; transform: translateX(-20px); } }
@keyframes modality-mobile-three { 0%, 40% { opacity: 0; transform: translateX(var(--modality-offset)); } 43%, 56% { opacity: 1; transform: none; } 59%, 100% { opacity: 0; transform: translateX(-20px); } }
@keyframes modality-mobile-four { 0%, 60% { opacity: 0; transform: translateX(var(--modality-offset)); } 63%, 76% { opacity: 1; transform: none; } 79%, 100% { opacity: 0; transform: translateX(-20px); } }
@keyframes modality-mobile-five { 0%, 80% { opacity: 0; transform: translateX(var(--modality-offset)); } 83%, 96% { opacity: 1; transform: none; } 100% { opacity: 0; transform: translateX(-20px); } }

.trust-strip { margin-bottom: 55px; padding: 28px clamp(22px, 3vw, 42px); overflow: hidden; border-radius: 24px; background: var(--ink); color: var(--white); }
.trust-strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip article { min-width: 0; padding: 4px clamp(22px, 3vw, 42px); display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; border-right: 1px solid rgba(255,255,255,.16); }
.trust-strip article:first-child { padding-left: 0; }
.trust-strip article:last-child { padding-right: 0; border-right: 0; }
.trust-strip article > span { color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.trust-strip strong { display: block; font-family: "Sora", sans-serif; font-size: 16px; font-weight: 500; letter-spacing: -.02em; }
.trust-strip p { margin: 3px 0 0; color: #b7b3ac; font-size: 14px; line-height: 1.45; }

.section { padding: 135px 0; }
.section-intro { margin-bottom: 55px; display: grid; grid-template-columns: 1.25fr .75fr; column-gap: 80px; align-items: end; }
.section-intro .section-label { grid-column: 1 / -1; margin-bottom: 17px; }
.section-intro h2, .details-copy h2, .community-top h2, .voices-head h2, .visit-copy h2, .closing h2 { font-size: clamp(3.2rem, 5.2vw, 5.5rem); font-weight: 500; }
.section-intro > p { max-width: 430px; margin: 0 0 7px; color: var(--muted); }
.catalog-nav { margin: -20px 0 72px; display: flex; flex-wrap: wrap; gap: 9px; }
.catalog-nav a { padding: 11px 17px; background: var(--cream); color: var(--ink); border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 700; transition: color .2s, border-color .2s, background .2s; }
.catalog-nav a:hover { background: var(--orange-soft); color: var(--orange); border-color: rgba(231,90,37,.3); }
.product-category { scroll-margin-top: 105px; }
.product-category + .product-category { margin-top: 104px; }
.product-category-head { margin-bottom: 31px; padding-bottom: 19px; display: flex; align-items: flex-end; gap: 18px; border-bottom: 1px solid var(--line); }
.product-category-head > span { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.product-category-head h3 { font-family: "Sora", sans-serif; font-size: clamp(2.4rem, 3.4vw, 3.8rem); font-weight: 500; letter-spacing: -.055em; }
.product-category-head p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 22px; }
.product-card { display: flex; min-width: 0; flex-direction: column; }
.product-photo { position: relative; height: 460px; margin: 0; overflow: hidden; background: var(--blue); border-radius: 22px; }
.product-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; transition: transform .55s; }
.product-card:hover .product-photo img { transform: scale(1.025); }
.product-gallery-track { display: flex; width: 100%; height: 100%; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: none; }
.product-gallery-track::-webkit-scrollbar { display: none; }
.product-gallery-track > img, .product-gallery-track > video, .product-gallery-track > .product-photo-zoom { flex: 0 0 100%; min-width: 0; scroll-snap-align: start; scroll-snap-stop: always; }
.product-photo-zoom { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.product-photo-zoom:focus-visible { outline: 3px solid var(--orange); outline-offset: -3px; }
.product-photo-zoom:focus-visible img { transform: none; }
.photo-zoom { width: min(960px, calc(100% - 24px)); height: 90vh; height: 90dvh; max-width: none; max-height: none; padding: 16px; border: 0; border-radius: 20px; background: var(--white); color: var(--ink); }
.photo-zoom[open] { display: flex; flex-direction: column; gap: 12px; }
.photo-zoom::backdrop { background: rgba(255, 255, 255, .92); }
.photo-zoom-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-shrink: 0; }
.photo-zoom-header p { margin: 0; font-size: 16px; font-weight: 600; }
.photo-zoom-close { flex-shrink: 0; width: 44px; height: 44px; padding: 0; border: 1px solid var(--muted); border-radius: 50%; background: transparent; color: inherit; font-size: 30px; line-height: 1; cursor: pointer; }
.photo-zoom-close:hover { background: var(--ink); color: var(--white); }
.photo-zoom-close:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.photo-zoom-image { flex: 1; width: 100%; min-height: 0; object-fit: contain; }
.product-card:hover .product-gallery img { transform: none; }
.product-gallery-track:focus-visible { outline: 3px solid var(--orange); outline-offset: -3px; }
.product-gallery-controls[hidden] { display: none; }
.product-gallery-controls { position: absolute; inset: 0 12px 28px; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.product-gallery-controls button { width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--ink); font-size: 30px; line-height: 1; cursor: pointer; pointer-events: auto; }
.product-gallery-controls button:hover { background: var(--ink); color: var(--white); }
.product-gallery-controls button:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.product-gallery-position { position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); padding: 4px 12px; border-radius: 999px; background: var(--ink); color: var(--white); font-size: 13px; font-weight: 600; }
.hero-photo .product-gallery-controls { inset: 0 6% 48px; }
.product-photo span { position: absolute; top: 15px; left: 15px; padding: 7px 12px; background: rgba(255,255,255,.9); border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(8px); }
.product-body { position: relative; z-index: 2; flex: 1; margin: -28px 12px 0; padding: 25px; display: flex; flex-direction: column; background: var(--white); border-radius: 20px; box-shadow: 0 18px 44px rgba(55,42,29,.07); }
.product-meta { color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.product-body h3 { margin-top: 8px; font-size: 2.05rem; font-weight: 500; }
.product-body > p { min-height: 47px; margin: 11px 0 15px; color: var(--muted); font-size: 13px; }
.product-price { display: none; }
.variant-grid { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.variant-grid.variant-single { grid-template-columns: 1fr; }
.variant-grid label { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.variant-grid select { width: 100%; height: 46px; margin-top: 6px; padding: 0 31px 0 11px; appearance: none; background: var(--paper) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%23716e67' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 11px center; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; font: 600 12px "Manrope", sans-serif; text-transform: none; outline: none; }
.variant-grid select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px var(--orange-soft); }
.product-order { min-height: 49px; margin-top: 19px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; background: var(--ink); color: var(--white); border-radius: 999px; font-size: 12px; font-weight: 700; transition: background .2s; }
.product-order:hover { background: var(--orange); }
.product-body > p + .product-order { margin-top: auto; }
.custom-note { margin-top: 30px; padding: 21px 23px; display: grid; grid-template-columns: auto 1fr auto; gap: 17px; align-items: center; background: var(--cream); border: 1px solid var(--line); border-radius: 22px; }
.custom-icon { width: 46px; height: 46px; display: grid; place-items: center; background: var(--orange-soft); border-radius: 50%; }
.custom-icon svg { width: 25px; fill: none; stroke: var(--orange); stroke-width: 2; stroke-linecap: round; }
.custom-note strong, .custom-note span { display: block; }
.custom-note strong { font-size: 14px; }
.custom-note span { color: var(--muted); font-size: 12px; }
.custom-note > a { display: flex; gap: 15px; font-size: 13px; font-weight: 700; }

.details { background: var(--cream); }
.details-layout { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(65px, 9vw, 125px); align-items: center; }
.details-visual { position: relative; min-height: 680px; }
.details-photo { position: absolute; inset: 0 5% 5% 0; overflow: hidden; background: var(--sage); border-radius: 240px 240px 34px 34px; }
.details-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.material-card { position: absolute; right: -3%; bottom: 0; width: 205px; padding: 22px; background: var(--orange); color: var(--white); border-radius: 22px; transform: rotate(2deg); }
.material-card span, .material-card strong { display: block; }
.material-card span { font-size: 11px; text-transform: uppercase; }
.material-card strong { margin-top: 5px; font-family: "Sora", sans-serif; font-size: 21px; font-weight: 500; line-height: 1.08; }
.details-copy h2 { margin-top: 19px; }
.details-lead { max-width: 500px; margin: 27px 0 34px; color: var(--muted); }
.benefit-list { border-top: 1px solid var(--line); }
.benefit-list article { padding: 21px 0; display: grid; grid-template-columns: 48px 1fr; gap: 14px; border-bottom: 1px solid var(--line); }
.benefit-icon { width: 38px; height: 38px; display: grid; place-items: center; background: var(--orange-soft); border-radius: 50%; color: var(--orange); font-size: 18px; }
.benefit-list h3 { margin-bottom: 5px; font-family: "Manrope", sans-serif; font-size: 15px; font-weight: 700; letter-spacing: -.02em; }
.benefit-list p { max-width: 470px; margin: 0; color: var(--muted); font-size: 13px; }

.community { background: var(--sage); }
.community-top { margin-bottom: 55px; }
.community-top h2 { margin-top: 18px; }
.community-top > p { max-width: none; margin: 22px 0 0; color: var(--muted); }

@media (min-width: 1100px) {
  .community-top > p { white-space: nowrap; }
}
.brand-story { margin-bottom: 58px; padding: clamp(28px, 4.5vw, 58px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr); gap: clamp(34px, 5vw, 72px); align-items: stretch; background: rgba(255,255,255,.52); border: 1px solid rgba(36,35,31,.08); border-radius: 32px; }
.brand-story-copy { display: flex; flex-direction: column; }
.brand-story-lead { margin: 0; color: var(--ink); font-family: "Sora", sans-serif; font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 500; line-height: 1.28; letter-spacing: -.035em; }
.brand-story-founder { width: 100%; min-height: 100%; margin: 0; overflow: hidden; background: var(--blue); border-radius: 22px; }
.brand-story-founder img { width: 100%; height: 100%; object-fit: contain; object-position: center top; }
.brand-story-text { margin-top: 30px; display: grid; gap: 17px; }
.brand-story-text p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.brand-story-text strong { color: var(--orange); font-weight: 700; }
.community-collage { position: relative; min-height: 700px; }
.community-collage figure { position: absolute; margin: 0; overflow: hidden; }
.community-main { inset: 0 32% 0 0; border-radius: 34px 140px 34px 34px; }
.community-main img { width: 100%; height: 100%; object-fit: cover; object-position: center 70%; }
.community-side { right: 0; top: 0; width: 29%; height: 49%; border-radius: 130px 130px 24px 24px; }
.community-side img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.community-quote { position: absolute; right: 0; bottom: 0; width: 29%; height: 47%; padding: 30px; display: flex; flex-direction: column; justify-content: center; background: var(--cream); border-radius: 24px; }
.community-quote span { height: 47px; color: var(--orange); font-family: "Sora", sans-serif; font-size: 58px; line-height: 1; }
.community-quote p { margin: 0; font-family: "Sora", sans-serif; font-size: clamp(1.45rem, 2.2vw, 2.1rem); font-weight: 500; line-height: 1.15; letter-spacing: -.04em; }
.community-quote p em { color: var(--orange); font-style: normal; }
.instagram-bubble { position: absolute; left: 4%; bottom: 5%; width: 170px; height: 170px; padding: 23px; display: flex; align-items: center; justify-content: center; flex-direction: column; background: var(--orange); color: var(--white); border: 7px solid var(--sage); border-radius: 50%; text-align: center; transform: rotate(-7deg); }
.instagram-bubble span, .instagram-bubble small { font-size: 11px; }
.instagram-bubble strong { font-family: "Sora", sans-serif; font-size: 30px; font-weight: 500; line-height: 1; }

.voices { overflow: hidden; background: var(--paper); }
.voices-head { margin-bottom: 50px; display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.voices-head h2 { margin-top: 18px; }
.rating-chip { padding: 14px 18px; display: flex; align-items: center; gap: 14px; background: var(--cream); border: 1px solid var(--line); border-radius: 999px; }
.rating-chip b { font-family: "Sora", sans-serif; font-size: 31px; font-weight: 500; line-height: 1; }
.rating-chip > span { color: var(--orange); font-size: 12px; letter-spacing: .08em; }
.rating-chip small { display: block; color: var(--muted); font-size: 11px; letter-spacing: 0; }
.testimonial-rail { width: min(calc(100% - 48px), 1380px); margin-inline: auto; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.testimonial-rail blockquote { min-height: 300px; margin: 0; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; background: transparent; border-right: 1px solid var(--line); }
.testimonial-rail blockquote:last-child { border-right: 0; }
.quote-stars { color: var(--orange); font-size: 12px; letter-spacing: .12em; }
.testimonial-rail blockquote > p { margin: 30px 0; font-family: "Sora", sans-serif; font-size: clamp(1.25rem, 1.7vw, 1.7rem); font-weight: 400; line-height: 1.28; letter-spacing: -.035em; }
.testimonial-rail footer { display: flex; align-items: center; gap: 11px; }
.testimonial-rail footer > span { width: 38px; height: 38px; display: grid; place-items: center; background: var(--ink); color: var(--white); border-radius: 50%; font-size: 11px; }
.testimonial-rail footer strong, .testimonial-rail footer small { display: block; }
.testimonial-rail footer strong { font-size: 12px; }
.testimonial-rail footer small { color: var(--muted); font-size: 11px; }

.visit { padding-top: 75px; }
.visit-card { padding: 18px; display: grid; grid-template-columns: 1fr .82fr; gap: 25px; background: var(--cream); border: 1px solid var(--line); border-radius: 36px; }
.visit-copy { padding: clamp(35px, 5vw, 65px); }
.visit-copy h2 { margin-top: 18px; }
.visit-copy > p { max-width: 510px; margin: 24px 0 32px; color: var(--muted); }
.visit-info { margin: 0 0 30px; }
.visit-info > div { padding: 15px 0; display: grid; grid-template-columns: 120px 1fr; border-top: 1px solid var(--line); }
.visit-info dt { color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.visit-info dd { margin: 0; font-size: 13px; }
.sales-contacts { display: flex; flex-direction: column; gap: 6px; }
.sales-contacts a:hover { color: var(--orange); }
.visit-image { position: relative; min-height: 650px; overflow: hidden; border-radius: 24px; }
.visit-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.visit-float { position: absolute; left: 18px; bottom: 18px; padding: 14px 18px; display: flex; flex-direction: column; background: rgba(255,255,255,.9); border-radius: 16px; backdrop-filter: blur(8px); }
.visit-float b { font-family: "Sora", sans-serif; font-size: 21px; font-weight: 500; line-height: 1; }
.visit-float span { color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.map-pin { position: absolute; top: 18%; right: 16%; width: 24px; height: 24px; background: var(--orange); border: 5px solid var(--white); border-radius: 50% 50% 50% 0; box-shadow: 0 8px 20px rgba(0,0,0,.16); transform: rotate(-45deg); }
.visit-media { width: min(calc(100% - 48px), var(--shell)); margin: 42px auto 0; }
.visit-media-heading { margin-bottom: 18px; display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.visit-media-heading p { max-width: 520px; margin: 0; color: var(--muted); font-size: 15px; }
.visit-media-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.visit-media figure { position: relative; margin: 0; overflow: hidden; background: var(--ink); border-radius: 24px; }
.visit-media video { width: 100%; aspect-ratio: 9 / 16; display: block; object-fit: contain; background: var(--ink); }
.visit-media figcaption { position: absolute; top: 16px; left: 16px; padding: 8px 13px; background: rgba(255,255,255,.92); border-radius: 999px; font-size: 14px; font-weight: 700; pointer-events: none; backdrop-filter: blur(8px); }

@media (min-width: 981px) {
  .visit-media-heading p { max-width: none; margin-left: auto; white-space: nowrap; text-align: right; }
}

.closing { padding: 125px 0; text-align: center; background: var(--ink); color: var(--white); }
.closing-inner { display: flex; flex-direction: column; align-items: center; }
.closing-symbol { width: 76px; height: 78px; object-fit: contain; filter: drop-shadow(0 12px 18px rgba(0,0,0,.2)); }
.closing p { margin: 24px 0 12px; color: #a5a29c; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.closing h2 { margin-bottom: 36px; }
.site-footer { padding: 74px 0 25px; background: var(--cream); color: var(--ink); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .6fr); gap: 50px; }
.footer-brand p { color: var(--muted); font-size: 13px; }
.footer-brand .brand-lockup { width: 205px; }
.footer-column { display: flex; flex-direction: column; gap: 9px; }
.footer-column strong { margin-bottom: 8px; color: #89857e; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.footer-column a { color: #5c5953; font-size: 13px; }
.footer-column a:hover, .footer-bottom a:hover { color: var(--orange); }
.footer-bottom { margin-top: 52px; padding-top: 20px; display: flex; justify-content: space-between; gap: 24px; color: #77736c; font-size: 12px; border-top: 1px solid var(--line); }
.footer-bottom a { color: var(--ink); font-weight: 700; }
.whatsapp-float { position: fixed; z-index: 90; right: 23px; bottom: 23px; width: 56px; height: 56px; display: grid; place-items: center; background: var(--orange); border: 5px solid rgba(255,255,255,.86); border-radius: 50%; box-shadow: 0 10px 30px rgba(0,0,0,.18); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 27px; fill: var(--white); }

@media (max-width: 980px) {
  .header-inner { backdrop-filter: none; -webkit-backdrop-filter: none; }
  .main-nav { position: fixed; inset: 0; z-index: 1; width: 100vw; min-height: 100vh; min-height: 100dvh; padding: 115px 27px 40px; display: flex; align-items: stretch; flex-direction: column; gap: 0; overflow-y: auto; background: #f3efe7; isolation: isolate; transform: translateX(100%); transition: transform .3s; }
  .main-nav.open { transform: none; }
  .main-nav > a:not(.header-cta), .nav-catalog > a { padding: 17px 0; color: var(--ink); font-family: "Sora", sans-serif; font-size: 27px; font-weight: 500; border-bottom: 1px solid var(--line); }
  .nav-catalog > a { display: flex; justify-content: space-between; }
  .nav-submenu { position: static; width: 100%; padding: 7px 0 10px 18px; gap: 0; opacity: 1; pointer-events: auto; transform: none; transition: none; }
  .nav-submenu::before { display: none; }
  .nav-submenu a { padding: 10px 0; color: var(--muted); font-size: 15px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav-submenu a:hover, .nav-submenu a:focus-visible { background: transparent; }
  .main-nav .header-cta { margin-top: 25px; justify-content: center; }
  .menu-toggle { position: relative; z-index: 2; display: block; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .modality-sequence { gap: 14px; }
  .modality-sequence span { gap: clamp(10px, 1.8vw, 20px); font-size: 14px; }
  .hero-layout { gap: 28px; }
  .hero-visual { min-height: 620px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-nav { margin-bottom: 58px; }
  .details-layout { gap: 65px; }
  .brand-story { grid-template-columns: minmax(0, 1fr) minmax(240px, .5fr); gap: 32px; }
  .community-collage { min-height: 620px; }
  .visit-card { grid-template-columns: 1fr 1fr; }
  .visit-copy { padding: 30px 18px; }
  .visit-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .site-header { padding-top: 0; }
  .header-inner { width: 100%; max-width: none; min-height: 68px; margin-inline: 0; padding-inline: 15px; border-radius: 0; backdrop-filter: none; }
  .brand-lockup { width: 160px; }
  .hero { min-height: auto; padding: 108px 0 70px; }
  .hero-layout { display: flex; flex-direction: column; }
  .hero-copy { padding-top: 22px; }
  h1 { font-size: clamp(3.2rem, 14.3vw, 4.4rem); }
  .hero-copy > p { margin: 22px 0 27px; font-size: 14px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { margin-top: 29px; }
  .hero-visual { width: 100%; min-height: 550px; margin-top: 24px; }
  .hero-visual::before { inset: 5% 0 0 6%; }
  .hero-photo { inset: 0 4% 3% 0; }
  .orbit-bottom { left: -1%; bottom: 4%; }
  .hero-doodle { display: none; }
  .marquee { padding: 16px 0; }
  .trust-strip { margin-bottom: 42px; padding: 22px 18px; border-radius: 20px; }
  .trust-strip-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .trust-strip-grid::-webkit-scrollbar { display: none; }
  .trust-strip article { min-width: 78vw; padding: 2px 24px; scroll-snap-align: start; }
  .trust-strip article:first-child { padding-left: 0; }
  .trust-strip article:last-child { padding-right: 0; }
  .modality-sequence { position: relative; min-height: 30px; display: block; }
  .modality-sequence span { --modality-offset: 40px; position: absolute; inset: 0; width: 100%; min-width: 0; min-height: 30px; justify-content: center; gap: 0; font-size: 14px; animation-duration: 6s; }
  .modality-sequence span:nth-child(1) { animation-name: modality-mobile-one; }
  .modality-sequence span:nth-child(2) { animation-name: modality-mobile-two; }
  .modality-sequence span:nth-child(3) { animation-name: modality-mobile-three; }
  .modality-sequence span:nth-child(4) { animation-name: modality-mobile-four; }
  .modality-sequence span:nth-child(5) { animation-name: modality-mobile-five; }
  .section { padding: 90px 0; }
  .section-intro { display: block; }
  .section-intro .section-label { margin-bottom: 15px; }
  .section-intro h2, .details-copy h2, .community-top h2, .voices-head h2, .visit-copy h2, .closing h2 { font-size: clamp(3rem, 13.8vw, 4.2rem); }
  .section-intro > p { margin-top: 19px; }
  .catalog-nav { margin: -27px 0 48px; padding-bottom: 5px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .catalog-nav::-webkit-scrollbar { display: none; }
  .catalog-nav a { flex: 0 0 auto; }
  .product-category + .product-category { margin-top: 76px; }
  .product-category-head { align-items: flex-start; gap: 12px; }
  .product-category-head h3 { font-size: 2.65rem; }
  .product-category-head p { font-size: 13px; }
  .product-grid { grid-template-columns: 1fr; gap: 25px; }
  .product-photo { height: 430px; }
  .product-body { margin-inline: 9px; padding: 22px; }
  .product-body h3 { font-size: 2.5rem; }
  .custom-note { grid-template-columns: auto 1fr; }
  .custom-note > a { grid-column: 1 / -1; padding-top: 13px; border-top: 1px solid var(--line); }
  .details-layout { display: flex; flex-direction: column; }
  .details-visual { width: 100%; min-height: 520px; }
  .details-photo { inset: 0 2% 6% 0; border-radius: 180px 180px 28px 28px; }
  .material-card { right: 0; width: 175px; }
  .community-top > p { margin-top: 25px; }
  .brand-story { margin-bottom: 42px; padding: 25px 20px; grid-template-columns: 1fr; gap: 28px; border-radius: 24px; }
  .brand-story-founder { min-height: 0; aspect-ratio: 1 / 1.75; }
  .brand-story-text p { font-size: 14px; }
  .community-collage { min-height: 780px; }
  .community-main { inset: 0 0 43% 0; border-radius: 28px 90px 28px 28px; }
  .community-side { top: auto; right: auto; left: 0; bottom: 0; width: 47%; height: 39%; }
  .community-quote { right: 0; width: 49%; height: 39%; padding: 21px; }
  .community-quote p { font-size: 1.75rem; }
  .instagram-bubble { left: auto; right: 5%; bottom: 38%; width: 136px; height: 136px; padding: 17px; }
  .voices-head { align-items: flex-start; flex-direction: column; }
  .testimonial-rail { width: calc(100% - 30px); display: flex; overflow-x: auto; scroll-snap-type: x mandatory; border: 0; }
  .testimonial-rail blockquote { min-width: 87vw; min-height: 290px; scroll-snap-align: center; border: 1px solid var(--line); }
  .visit { padding-top: 50px; }
  .visit-card { padding: 10px; display: flex; flex-direction: column; border-radius: 28px; }
  .visit-copy { padding: 42px 16px 25px; }
  .visit-info > div { grid-template-columns: 95px 1fr; }
  .visit-actions { flex-direction: column; }
  .visit-actions .button { width: 100%; }
  .visit-image { min-height: 470px; }
  .visit-media { width: min(calc(100% - 30px), var(--shell)); margin-top: 28px; }
  .visit-media-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .visit-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .visit-media figure { border-radius: 18px; }
  .visit-media figcaption { top: 10px; left: 10px; max-width: calc(100% - 20px); padding: 6px 9px; line-height: 1.25; }
  .closing { padding: 92px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; row-gap: 38px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { right: 15px; bottom: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01s !important; animation-iteration-count: 1 !important; transition-duration: .01s !important; }
  .modality-sequence span { opacity: 1; transform: none; animation: none; }
}

@media (max-width: 720px) and (prefers-reduced-motion: reduce) {
  .modality-sequence span { display: none; }
  .modality-sequence span:first-child { display: flex; }
}
