/*
Theme Name: Cefiro Clothing
Theme URI: https://cefiro.com.mx
Author: Cefiro Clothing
Description: Custom editorial WooCommerce theme for Cefiro Clothing — Wear your freedom.
Version: 1.0.23
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: cefiro
*/

:root { --ink: #1c1b19; --paper: #f4f0e8; --sand: #d7c4a2; --white: #fffdf9; --display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Gotham", "Avenir Next", "Montserrat", "Helvetica Neue", Arial, sans-serif; font-weight: 300; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
.screen-reader-text { position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: white; background:#5d584f; }
.hero-media { position:absolute; inset:0; display:grid; grid-template-columns:1fr 1fr; }
.hero-media img { display:block; width:100%; height:100%; object-fit:cover; }
.hero-media .hero-women { object-position:center 54%; }
.hero-media .hero-men { object-position:center 52%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(19,27,32,.55) 0%, rgba(20,21,20,.07) 36%, rgba(24,18,11,.48) 100%), linear-gradient(90deg, rgba(17,17,14,.2), transparent 42%, rgba(12,20,23,.1)); }
.site-header { position: absolute; z-index: 10; inset: 0 0 auto; min-height: 86px; padding: 0 4.5vw; display: grid; grid-template-columns: minmax(145px,.8fr) minmax(580px,2fr) minmax(300px,.9fr); align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.overlay-header { color:#fff; text-shadow:0 1px 12px rgba(0,0,0,.18); }
.overlay-header .desktop-nav a,
.overlay-header .text-tool,
.overlay-header .header-tools { color:#fff; }
.brand { width: fit-content; font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.6rem,2vw,2.2rem); letter-spacing: .16em; line-height: 1; }
.feather-logo { width:46px; height:62px; display:flex; align-items:center; }
.feather-logo img, .footer-wordmark img { display:block; width:100%; height:auto; }
.desktop-nav { display:flex; justify-content:center; align-items:center; gap:clamp(16px,1.8vw,32px); }
.desktop-nav a, .text-tool { position: relative; padding: 10px 0; border: 0; background: transparent; color: inherit; font-size: .72rem; font-weight: 400; text-transform: uppercase; letter-spacing: .18em; cursor: pointer; }
.desktop-nav a { white-space:nowrap; }
.desktop-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:4px; height:1px; background:white; transition:right 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right:0; }
.header-tools { display:flex; justify-content:flex-end; align-items:center; gap:17px; }
.header-icon-link, .language-tool { position:relative; min-width:30px; min-height:42px; display:inline-flex; align-items:center; justify-content:center; gap:6px; color:inherit; }
.header-icon-link { transition:opacity 180ms ease, transform 180ms ease; }
.header-icon-link:hover, .header-icon-link:focus-visible { opacity:.72; transform:translateY(-1px); }
.header-icon { display:block; width:20px; height:20px; fill:none; stroke:currentColor; stroke-width:1.45; stroke-linecap:round; stroke-linejoin:round; }
.header-icon .icon-dot { fill:currentColor; stroke:none; }
.cart-tool { gap:3px; }
.cefiro-cart-count { min-width:12px; font-size:.62rem; font-weight:500; line-height:1; text-align:center; }
.language-tool { min-width:auto; padding-left:3px; font-size:.62rem; font-weight:500; letter-spacing:.12em; }
.language-tool .header-icon { width:18px; height:18px; }
.header-icon-link.is-disabled { opacity:.58; }
.currency { min-width:58px; }
.icon-button { min-width:28px; min-height:38px; border:0; background:transparent; color:white; display:inline-flex; align-items:center; justify-content:center; gap:7px; cursor:pointer; }
.user-icon { position:relative; display:block; width:24px; height:25px; border:1.5px solid currentColor; border-radius:13px 13px 8px 8px; border-top-color:transparent; }
.user-icon::before { content:""; position:absolute; width:8px; height:8px; border:1.5px solid currentColor; border-radius:50%; top:-4px; left:6px; }
.bag-icon { position:relative; display:block; width:24px; height:25px; border:1.5px solid currentColor; border-radius:2px; }
.bag-icon::before { content:""; position:absolute; width:10px; height:7px; border:1.5px solid currentColor; border-bottom:0; border-radius:6px 6px 0 0; left:5px; top:-7px; }
.bag-button span:last-child { font-size:.74rem; }
.menu-button, .mobile-panel { display:none; }

.hero-content { position:absolute; z-index:2; left:50%; top:56%; width:min(760px,calc(100% - 40px)); transform:translate(-50%,-50%); text-align:center; text-shadow:0 2px 22px rgba(0,0,0,.28); }
.eyebrow, .section-kicker { margin:0 0 18px; font-size:.7rem; font-weight:400; text-transform:uppercase; letter-spacing:.3em; }
.hero-content h1 { margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(5.5rem,10.5vw,11.5rem); font-weight:400; line-height:.85; letter-spacing:.03em; }
.hero-content h1.hero-logo { width:min(500px,66vw); margin:0 auto; line-height:1; }
.hero-logo img { display:block; width:100%; height:auto; }
.hero-logo + .hero-copy { margin-top:18px; }
.hero-line { margin:24px 0 10px; font-size:clamp(1.7rem,3.2vw,3rem); font-weight:300; }
.hero-copy { margin:0; font-size:clamp(.9rem,1.2vw,1.08rem); line-height:1.6; }
.hero-actions { margin-top:34px; display:flex; justify-content:center; gap:20px; }
.outline-button { min-width:210px; padding:15px 26px; border:1px solid rgba(255,255,255,.78); font-size:.76rem; font-weight:400; text-transform:uppercase; letter-spacing:.17em; transition:color 180ms ease,background 180ms ease; }
.outline-button:hover, .outline-button:focus-visible { background:white; color:#28241e; text-shadow:none; }
.scroll-cue { position:absolute; z-index:3; left:4.5vw; bottom:38px; display:flex; align-items:center; gap:14px; font-size:.65rem; text-transform:uppercase; letter-spacing:.22em; }
.scroll-cue i { width:54px; height:1px; background:rgba(255,255,255,.72); }

.intro-slice { min-height:54vh; padding:110px max(28px,8vw); display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; background:var(--paper); }
.intro-slice .section-kicker { color:#8a7557; }
.intro-slice h2 { max-width:860px; margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.5rem,4.5vw,4.4rem); font-weight:400; line-height:1.06; }
.intro-slice > p:last-child { max-width:620px; margin:30px 0 0; color:#615c54; font-size:1rem; line-height:1.8; }
.whatsapp-float { position:fixed; z-index:20; right:32px; bottom:28px; width:58px; height:58px; border:1px solid rgba(255,255,255,.86); border-radius:50%; background:rgba(36,43,38,.75); backdrop-filter:blur(10px); color:white; display:grid; place-items:center; font-size:1.8rem; box-shadow:0 8px 34px rgba(0,0,0,.18); }
.whatsapp-float svg { width:27px; height:27px; fill:none; stroke:currentColor; stroke-width:1.55; stroke-linecap:round; stroke-linejoin:round; }

.inner-header { position:relative; color:var(--ink); background:#f7f3ec; border-color:rgba(34,31,27,.12); }
.inner-header .feather-logo img { filter:brightness(0) saturate(100%); }
.inner-header .icon-button { color:var(--ink); }
.inner-header .desktop-nav a::after { background:var(--ink); }
.inner-header + .mobile-panel { position:absolute; top:0; color:white; }
.section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:40px; }
.section-heading h2, .editorial-copy h2, .visit-section h2, .closing-banner h2 { margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.4rem,4vw,4.25rem); font-weight:400; line-height:1.06; }
.text-link { display:inline-flex; align-items:center; gap:16px; padding-bottom:7px; border-bottom:1px solid currentColor; font-size:.7rem; font-weight:400; text-transform:uppercase; letter-spacing:.19em; }
.text-link span { font-size:1rem; }
.dark-link { color:#61594e; }
.solid-button { display:inline-block; width:fit-content; padding:16px 28px; background:#25231f; color:white; border:1px solid #25231f; font-size:.72rem; font-weight:400; text-transform:uppercase; letter-spacing:.18em; transition:background 180ms ease,color 180ms ease; }
.solid-button:hover, .solid-button:focus-visible { background:transparent; color:#25231f; }

.collection-grid { display:grid; grid-template-columns:1fr 1fr; min-height:82vh; }
.collection-card { position:relative; display:flex; align-items:flex-end; min-height:720px; padding:6vw; overflow:hidden; color:white; background-size:cover; background-repeat:no-repeat; }
.collection-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(26,33,35,.08),rgba(22,18,12,.18)); }
.collection-card > div { position:relative; z-index:1; }
.collection-card h2 { margin:0 0 22px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(3.5rem,5.7vw,5.8rem); font-weight:400; line-height:1; }
.collection-women { background-image:linear-gradient(180deg,transparent 48%,rgba(17,16,13,.7)),url("assets/images/collection-women-editorial.webp"); background-position:center 34%; }
.collection-men { background-image:linear-gradient(180deg,transparent 48%,rgba(17,16,13,.7)),url("assets/images/collection-men-editorial.webp"); background-position:center 31%; }

.product-section, .catalog-section { padding:120px max(28px,6vw); background:#f7f3ec; }
.product-section .section-kicker, .catalog-section .section-kicker, .visit-section .section-kicker { color:#8a7557; }
.product-grid { margin-top:55px; display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.product-image { position:relative; display:block; overflow:hidden; aspect-ratio:4/5; background:#e7e0d4; }
.product-image img { width:100%; height:100%; object-fit:cover; transition:transform 500ms ease; }
.product-card:hover .product-image img { transform:scale(1.025); }
.product-meta { display:flex; justify-content:space-between; gap:16px; padding:20px 2px; font-size:.8rem; }
.product-meta h3 { margin:0 0 7px; font-family:Georgia,"Times New Roman",serif; font-size:1.15rem; font-weight:400; }
.product-meta p { margin:0; color:#777066; }
.product-meta > span { white-space:nowrap; color:#4e4941; }
.product-badge { position:absolute; top:18px; left:18px; padding:8px 11px; background:rgba(249,246,240,.9); font-size:.58rem; text-transform:uppercase; letter-spacing:.14em; }

.editorial-split { display:grid; grid-template-columns:1fr 1fr; min-height:88vh; }
.editorial-image { min-height:700px; overflow:hidden; }
.editorial-image img { width:100%; height:100%; object-fit:cover; }
.editorial-copy { padding:9vw; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; }
.editorial-copy .section-kicker { color:#8a7557; }
.editorial-copy p:not(.section-kicker) { max-width:560px; margin:30px 0 36px; color:#5e584f; font-size:1rem; line-height:1.9; }
.custom-home { background:#e8dfd0; }
.experiences-home { background:#27312f; color:#f8f4eb; }
.experiences-home .editorial-copy p:not(.section-kicker) { color:#cbd1cc; }
.experiences-home .editorial-copy .section-kicker { color:#cfb98f; }
.experiences-home .solid-button { color:#222722; background:#f7f1e5; border-color:#f7f1e5; }
.experiences-home .solid-button:hover { color:#f7f1e5; background:transparent; }

.story-band { padding:150px max(28px,12vw); background:#536052 url("assets/images/story-editorial.webp") center 48%/cover fixed; color:white; text-align:center; position:relative; }
.story-band::before { content:""; position:absolute; inset:0; background:rgba(25,22,17,.64); }
.story-inner { position:relative; max-width:960px; margin:auto; }
.story-inner blockquote { margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.5rem,4.5vw,4.5rem); line-height:1.12; }
.story-inner > p:not(.section-kicker) { max-width:720px; margin:32px auto; line-height:1.9; color:#eee9e1; }

.wholesale-home { display:grid; grid-template-columns:1fr 1fr; background:#ded2bf; }
.wholesale-home-copy { padding:115px max(28px,8vw); }
.wholesale-home-copy .section-kicker, .wholesale-intro .section-kicker, .wholesale-brief .section-kicker { color:#8a7557; }
.wholesale-home-copy h2, .wholesale-intro h2, .wholesale-brief h2 { margin:0; font-family:var(--display); font-size:clamp(2.7rem,4.5vw,4.8rem); font-weight:400; line-height:1.05; }
.wholesale-home-copy > p:not(.section-kicker) { max-width:570px; margin:30px 0 36px; color:#5f584e; line-height:1.85; }
.wholesale-home-list { display:flex; flex-direction:column; justify-content:center; padding:70px max(28px,7vw); background:#27312f; color:#f7f2e9; }
.wholesale-home-list article { display:grid; grid-template-columns:55px 1fr; gap:20px; padding:34px 0; border-bottom:1px solid #59615d; }
.wholesale-home-list article:first-child { border-top:1px solid #59615d; }
.wholesale-home-list span { padding-top:6px; color:#cdb88f; font-size:.65rem; letter-spacing:.18em; }
.wholesale-home-list h3 { margin:0 0 8px; font-family:var(--display); font-size:1.8rem; font-weight:400; }
.wholesale-home-list p { margin:0; color:#bec6c1; line-height:1.6; }

.club-home { display:grid; grid-template-columns:1.08fr .92fr; min-height:760px; background:#29312e; color:#f7f2e9; }
.club-home-image { min-height:760px; background:linear-gradient(rgba(28,31,27,.08),rgba(21,19,15,.34)),url("assets/images/visit-editorial.webp") center 42%/cover; }
.club-home-copy { display:flex; flex-direction:column; justify-content:center; padding:100px max(28px,8vw); }
.club-home-copy .section-kicker { color:#cfb98f; }
.club-home-copy h2 { margin:0; font-family:var(--display); font-size:clamp(2.8rem,4.8vw,5.2rem); font-weight:400; line-height:1.02; }
.club-home-copy > p:not(.section-kicker) { max-width:520px; margin:30px 0 38px; color:#c7cec8; line-height:1.85; }
.club-home-copy .solid-button { background:#f7f2e9; border-color:#f7f2e9; color:#26302d; }
.club-home-copy .solid-button:hover { background:transparent; color:#f7f2e9; }

.visit-section { padding:125px max(28px,7vw); background:#eee8dc; }
.visit-section .section-heading { max-width:950px; }
.visit-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:75px; background:#c7bcaa; border:1px solid #c7bcaa; }
.visit-grid article { min-height:430px; padding:0; background:#eee8dc; overflow:hidden; }
.visit-card-image { display:block; width:100%; height:220px; object-fit:cover; }
.visit-card-copy { padding:34px 38px 38px; }
.visit-grid span, .process-grid span, .experience-cards span, .location-list > article > span { color:#9b8669; font-size:.65rem; letter-spacing:.18em; }
.visit-grid h3 { margin:28px 0 14px; font-family:Georgia,"Times New Roman",serif; font-size:1.8rem; font-weight:400; }
.visit-grid p { color:#615b52; line-height:1.7; }
.visit-grid small { color:#8a8174; }
.visit-button { margin-top:42px; }
.home-contact-band { display:grid; grid-template-columns:1fr 1fr; gap:9vw; align-items:center; padding:100px max(28px,8vw); background:#d9cbb6; }
.home-contact-band .section-kicker { color:#806b4f; }
.home-contact-band h2 { margin:0; font-family:var(--display); font-size:clamp(2.6rem,4.2vw,4.5rem); font-weight:400; line-height:1.05; }
.home-contact-band > div:last-child > p { max-width:560px; margin:0 0 32px; color:#5f584e; line-height:1.85; }
.closing-banner { min-height:70vh; padding:100px 30px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; color:white; background:linear-gradient(rgba(24,29,28,.42),rgba(24,24,20,.62)),url("assets/images/visit-editorial.webp") center 45%/cover; }
.closing-banner p:not(.section-kicker) { max-width:540px; margin:22px 0 34px; line-height:1.8; }

.site-footer { display:grid; grid-template-columns:.9fr 1.7fr 1fr; gap:65px; padding:85px max(28px,6vw) 30px; background:#20221f; color:#f4f0e8; }
.footer-brand p { margin:24px 0 8px; font-family:Georgia,"Times New Roman",serif; font-size:1.5rem; }
.footer-wordmark { width:165px; height:auto; }
.footer-brand span, .footer-links a, .footer-newsletter label span { color:#aeb0aa; font-size:.76rem; }
.footer-links { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.footer-links div { display:flex; flex-direction:column; gap:12px; }
.footer-links h3 { margin:0 0 8px; font-size:.65rem; font-weight:400; text-transform:uppercase; letter-spacing:.2em; }
.footer-newsletter h3 { margin:0 0 28px; font-family:Georgia,"Times New Roman",serif; font-size:1.6rem; font-weight:400; }
.footer-newsletter label { display:grid; grid-template-columns:1fr auto; border-bottom:1px solid #777a73; }
.footer-newsletter label span { grid-column:1/-1; margin-bottom:10px; }
.footer-newsletter input { min-width:0; padding:12px 0; border:0; outline:0; background:transparent; color:white; }
.footer-newsletter button { border:0; background:transparent; color:white; text-transform:uppercase; letter-spacing:.12em; cursor:pointer; }
.footer-contact-link { display:inline-flex; width:fit-content; margin-top:20px; padding-bottom:7px; border-bottom:1px solid rgba(255,255,255,.7); color:white; font-size:.7rem; text-transform:uppercase; letter-spacing:.14em; }
.shop-contact-button { margin-top:32px; }
.direct-contact { display:flex; flex-direction:column; gap:10px; margin-top:28px; }
.direct-contact a { width:fit-content; padding-bottom:4px; border-bottom:1px solid #9b8669; color:#5e5549; }
.form-note { color:#81796e; font-size:.72rem; line-height:1.5; }
.footer-bottom { grid-column:1/-1; display:flex; justify-content:space-between; padding-top:40px; border-top:1px solid #41433f; color:#858781; font-size:.65rem; text-transform:uppercase; letter-spacing:.1em; }

/* Interior pages */
.inner-page { background:#f7f3ec; }
.page-hero { min-height:66vh; padding:110px max(28px,8vw); display:flex; flex-direction:column; justify-content:center; background:#e9e1d4; }
.page-hero .section-kicker { color:#8a7557; }
.page-hero h1 { margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(3.5rem,6.5vw,6.9rem); font-weight:400; line-height:.98; }
.page-hero > p:last-child, .image-page-hero div > p:last-child { max-width:560px; margin:30px 0 0; color:#625b52; font-size:1.05rem; line-height:1.8; }
.shop-hero { min-height:auto; padding:128px max(28px,6vw) 46px; align-items:center; text-align:center; background:#f7f3ec; }
.shop-hero h1 { font-family:var(--sans, "Gotham", "Avenir Next", Arial, sans-serif); font-size:clamp(3rem,5vw,5.4rem); font-weight:300; letter-spacing:.34em; line-height:1; text-indent:.34em; }
.shop-hero .cefiro-title-rule { width:42px; height:1px; margin:25px auto 0; background:#81796e; }
.cefiro-shop-categories { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; padding:0 max(28px,6vw) 25px; background:#f7f3ec; }
.cefiro-category-card { position:relative; min-height:290px; display:flex; align-items:flex-end; justify-content:center; padding:28px; overflow:hidden; color:#fff; background:#544f47 center/cover no-repeat; }
.cefiro-category-card::before { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(20,20,18,.04) 42%,rgba(20,18,14,.53)); }
.cefiro-category-card span { position:relative; z-index:1; padding-bottom:8px; border-bottom:1px solid rgba(255,255,255,.85); font-size:.92rem; text-transform:uppercase; letter-spacing:.3em; }
.cefiro-category-card--women { background-image:url("assets/images/real-women-editorial.webp"); background-position:center 38%; }
.cefiro-category-card--men { background-image:url("assets/images/real-men-editorial.webp"); background-position:center 34%; }
.cefiro-category-card--accessories { background-image:url("assets/images/real-accessory-bag-editorial.webp"); background-position:center 56%; }
.category-tabs { position:sticky; z-index:5; top:0; display:flex; justify-content:center; gap:7vw; padding:25px; background:rgba(247,243,236,.92); backdrop-filter:blur(12px); border-bottom:1px solid #ddd4c6; }
.category-tabs a { font-size:.67rem; font-weight:400; text-transform:uppercase; letter-spacing:.19em; }
.catalog-note { max-width:360px; margin:0; color:#716a60; line-height:1.7; }
.shop-message { padding:130px max(28px,12vw); text-align:center; background:#26302d; color:#f7f3ec; }
.shop-message h2 { max-width:920px; margin:0 auto; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.5rem,4.3vw,4.4rem); font-weight:400; line-height:1.08; }
.shop-message > p:last-child { max-width:680px; margin:30px auto 0; color:#c7cec8; line-height:1.9; }
.catalog-placeholder { min-height:60vh; padding:8vw; display:flex; align-items:flex-end; background:linear-gradient(rgba(30,25,19,.16),rgba(30,25,19,.58)),url("assets/images/collection-women-editorial.webp") center 42%/cover; color:white; }
.catalog-placeholder h2 { margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(3.5rem,6vw,6.5rem); font-weight:400; line-height:1; }

.image-page-hero { display:grid; grid-template-columns:1fr 1fr; gap:8vw; padding:0; align-items:center; background:#e7decf; }
.image-page-hero img { width:100%; height:78vh; object-fit:cover; }
.image-page-hero > div { padding-right:7vw; }
.image-page-hero.reverse img { order:2; }
.image-page-hero.reverse > div { padding:0 0 0 7vw; }
.image-page-hero h1 { font-size:clamp(3.1rem,5vw,5.6rem); }
.manifesto { padding:150px max(28px,10vw); text-align:center; }
.manifesto h2, .experience-intro h2, .contact-cta h2 { margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.75rem,5vw,5rem); font-weight:400; line-height:1.06; }
.manifesto > p:last-child { max-width:670px; margin:36px auto 0; color:#625d54; line-height:1.9; }
.process-section { padding:110px max(28px,7vw); background:#26302d; color:#f7f2e9; }
.process-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:50px; background:#56605c; }
.process-grid article { padding:50px 40px; background:#26302d; }
.process-grid h3 { margin:70px 0 18px; font-family:Georgia,"Times New Roman",serif; font-size:2rem; font-weight:400; }
.process-grid p { color:#c5ccc7; line-height:1.8; }
.contact-cta { padding:140px max(28px,12vw); text-align:center; }
.contact-cta > p:not(.section-kicker) { max-width:620px; margin:30px auto 36px; color:#635d54; line-height:1.8; }

.custom-gallery-section { display:grid; grid-template-columns:.72fr 1.28fr; gap:7vw; align-items:start; padding:120px max(28px,7vw); background:#e4d9c9; }
.custom-gallery-heading { position:sticky; top:110px; }
.custom-gallery-heading .section-kicker, .custom-stories .section-kicker, .personalization-types .section-kicker, .custom-testimonial-intro .section-kicker { color:#8a7557; }
.custom-gallery-heading h2, .custom-stories h2, .custom-process-heading h2, .personalization-types h2 { margin:0; font-family:var(--display); font-size:clamp(2.7rem,4.2vw,4.6rem); font-weight:400; line-height:1.04; }
.custom-gallery-heading > p:last-child { max-width:460px; margin:30px 0 0; color:#625b52; line-height:1.85; }
.custom-collage { display:grid; grid-template-columns:1.15fr .85fr; gap:18px; }
.custom-collage figure { position:relative; min-height:330px; margin:0; overflow:hidden; background:#cfc3b1; }
.custom-collage-main { grid-row:span 2; min-height:700px!important; }
.custom-collage img { display:block; width:100%; height:100%; object-fit:cover; transition:transform 500ms ease; }
.custom-collage figure:hover img { transform:scale(1.02); }
.custom-collage figcaption { position:absolute; inset:auto 0 0; padding:36px 24px 20px; background:linear-gradient(transparent,rgba(20,18,15,.72)); color:white; font-size:.63rem; text-transform:uppercase; letter-spacing:.15em; }

.custom-stories { padding:120px max(28px,7vw); background:#f7f3ec; }
.custom-stories .section-heading { max-width:900px; }
.custom-story-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:60px; }
.custom-story-grid article { background:#eee7dc; }
.custom-story-grid img { display:block; width:100%; aspect-ratio:4/5; object-fit:cover; }
.custom-story-grid article > div { padding:30px; }
.custom-story-grid h3 { margin:0 0 14px; font-family:var(--display); font-size:1.75rem; font-weight:400; }
.custom-story-grid p { margin:0; color:#655f56; line-height:1.75; }

.custom-process { padding-top:125px; }
.custom-process-heading { max-width:760px; }
.custom-process-heading .section-kicker { color:#cfb98f; }
.custom-process .process-grid { grid-template-columns:repeat(4,1fr); margin-top:65px; }
.custom-process .process-grid article { min-height:390px; }

.personalization-types { display:grid; grid-template-columns:1fr 1fr; gap:9vw; padding:120px max(28px,8vw); background:#ded2bf; }
.personalization-types > div > p:last-child { max-width:540px; margin:30px 0 0; color:#5f584e; line-height:1.85; }
.personalization-types ul { margin:0; padding:0; list-style:none; border-top:1px solid #aa9c87; }
.personalization-types li { display:grid; grid-template-columns:52px 1fr; gap:20px; padding:25px 0; border-bottom:1px solid #aa9c87; color:#4d473e; line-height:1.55; }
.personalization-types li span { padding-top:3px; color:#8a7557; font-size:.62rem; letter-spacing:.16em; }

.custom-testimonial-intro { padding:135px max(28px,14vw); background:#f7f3ec; text-align:center; }
.custom-testimonial-intro blockquote { max-width:980px; margin:0 auto; font-family:var(--display); font-size:clamp(2.4rem,4.3vw,4.5rem); font-weight:400; line-height:1.12; }
.custom-testimonial-intro > p:last-child { max-width:620px; margin:30px auto 0; color:#726a5f; line-height:1.8; }
.custom-contact-cta { background:#29312e; color:#f7f2e9; }
.custom-contact-cta > p:not(.section-kicker) { color:#c5ccc7; }
.custom-contact-cta .solid-button { background:#f7f2e9; border-color:#f7f2e9; color:#26302d; }
.custom-contact-cta .solid-button:hover { background:transparent; color:#f7f2e9; }

.experience-intro { padding:140px max(28px,8vw) 95px; text-align:center; }
.experience-intro > p:last-child { max-width:720px; margin:34px auto 0; color:#655f56; font-size:1rem; line-height:1.85; }
.experience-feature { display:grid; grid-template-columns:1.05fr .95fr; min-height:780px; background:#27312f; color:#f7f2e9; }
.experience-feature-image { min-height:780px; overflow:hidden; }
.experience-feature-image img { width:100%; height:100%; object-fit:cover; }
.experience-feature-copy { display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:90px max(36px,8vw); }
.experience-feature-copy .section-kicker { color:#cfb98f; }
.experience-feature-copy h2, .experience-options-heading h2, .experience-flow h2 { margin:0; font-family:var(--display); font-size:clamp(2.7rem,4.2vw,4.6rem); font-weight:400; line-height:1.05; }
.experience-feature-copy > p:not(.section-kicker) { max-width:570px; margin:28px 0; color:#c7cec8; line-height:1.85; }
.experience-feature-copy ul { width:100%; margin:5px 0 38px; padding:0; list-style:none; border-top:1px solid #56605c; }
.experience-feature-copy li { display:grid; grid-template-columns:42px 1fr; gap:16px; padding:20px 0; border-bottom:1px solid #56605c; color:#e8e8e2; line-height:1.5; }
.experience-feature-copy li span { padding-top:3px; color:#cfb98f; font-size:.62rem; letter-spacing:.14em; }
.experience-feature-copy .solid-button { background:#f7f2e9; border-color:#f7f2e9; color:#26302d; }
.experience-feature-copy .solid-button:hover { background:transparent; color:#f7f2e9; }
.experience-options-heading { padding:125px max(28px,8vw) 65px; text-align:center; background:#f7f3ec; }
.experience-options-heading .section-kicker { color:#8a7557; }
.experience-cards { display:grid; grid-template-columns:1fr 1fr; gap:1px; padding:0 max(28px,7vw) 120px; background:#cfc4b4; }
.experience-cards article { min-height:390px; padding:50px; display:flex; flex-direction:column; background:#f7f3ec; }
.experience-cards h3 { margin:55px 0 12px; font-family:Georgia,"Times New Roman",serif; font-size:2.2rem; font-weight:400; }
.experience-cards p { max-width:430px; color:#655f56; line-height:1.8; }
.experience-cards .experience-detail { margin:0 0 8px; color:#9a8568; font-size:.68rem; text-transform:uppercase; letter-spacing:.11em; line-height:1.6; }
.experience-cards a { margin-top:auto; font-size:.68rem; text-transform:uppercase; letter-spacing:.12em; }
.experience-flow { display:grid; grid-template-columns:.85fr 1.15fr; gap:9vw; padding:125px max(28px,8vw); background:#e6dccd; }
.experience-flow .section-kicker { color:#8a7557; }
.experience-flow ol { margin:0; padding:0; list-style:none; border-top:1px solid #ac9f8c; }
.experience-flow li { display:grid; grid-template-columns:46px 1fr; gap:22px; padding:28px 0 30px; border-bottom:1px solid #ac9f8c; }
.experience-flow li > span { padding-top:6px; color:#8a7557; font-size:.64rem; letter-spacing:.14em; }
.experience-flow h3 { margin:0 0 10px; font-family:var(--display); font-size:1.6rem; font-weight:400; }
.experience-flow li p { margin:0; color:#625b52; line-height:1.7; }
.sand-cta { background:#dfd0b9; }

.story-page-hero { min-height:78vh; color:white; background:linear-gradient(rgba(23,25,22,.32),rgba(21,17,12,.62)),url("assets/images/story-editorial.webp") center 45%/cover; }
.story-page-hero .section-kicker, .story-page-hero > p:last-child { color:white; }
.founder-story { display:grid; grid-template-columns:1fr 1fr; min-height:820px; background:#e4d9c9; }
.founder-portrait { position:relative; min-height:820px; margin:0; overflow:hidden; background:#2a302b; }
.founder-portrait img { display:block; width:100%; height:100%; object-fit:cover; }
.founder-portrait figcaption { position:absolute; left:34px; bottom:28px; padding:10px 13px; background:rgba(28,29,25,.68); color:white; font-size:.62rem; text-transform:uppercase; letter-spacing:.15em; }
.founder-story-copy { display:flex; flex-direction:column; justify-content:center; padding:100px max(34px,8vw); }
.founder-story-copy .section-kicker { color:#8a7557; }
.founder-story-copy h2 { margin:0; font-family:var(--display); font-size:clamp(2.8rem,4.5vw,4.9rem); font-weight:400; line-height:1.04; }
.founder-story-copy > p:not(.section-kicker) { max-width:570px; margin:28px 0 0; color:#554f46; font-size:1.05rem; line-height:1.85; }
.founder-story-copy > span { margin-top:38px; color:#8b7961; font-family:var(--display); }
.story-turning-point { padding:140px max(28px,12vw); background:#f7f3ec; text-align:center; }
.story-turning-point blockquote { max-width:1050px; margin:0 auto; font-family:var(--display); font-size:clamp(2.7rem,5vw,5.2rem); line-height:1.12; }
.story-copy { max-width:860px; margin:auto; padding:110px 28px 130px; font-family:Georgia,"Times New Roman",serif; }
.story-copy p { margin:0 0 32px; color:#4f4a42; font-size:1.25rem; line-height:1.9; }
.story-copy .lead { color:#24211e; font-size:clamp(1.7rem,2.6vw,2.4rem); line-height:1.5; }
.story-values { display:grid; grid-template-columns:repeat(3,1fr); background:#29312e; color:white; }
.story-values article { min-height:350px; padding:55px; border-right:1px solid #505754; }
.story-values h3 { margin-top:110px; font-family:Georgia,"Times New Roman",serif; font-size:2rem; font-weight:400; }

.visit-page-hero { color:white; background:linear-gradient(90deg,rgba(30,29,24,.72),rgba(30,29,24,.18)),url("assets/images/visit-editorial.webp") center 43%/cover; }

/* A warmer, more organic display face for the large editorial titles. */
.intro-slice h2, .section-heading h2, .editorial-copy h2, .visit-section h2, .closing-banner h2,
.collection-card h2, .product-meta h3, .story-inner blockquote, .visit-grid h3, .footer-brand p,
.footer-newsletter h3, .page-hero h1, .shop-message h2, .catalog-placeholder h2, .manifesto h2,
.experience-intro h2, .contact-cta h2, .process-grid h3, .experience-cards h3, .story-copy,
.story-turning-point blockquote, .founder-story-copy h2, .experience-feature-copy h2, .experience-options-heading h2,
.experience-flow h2, .experience-flow h3, .story-values h3, .location-list h2, .contact-grid h2, .mobile-panel a {
  font-family:var(--display);
}

/* Grouped gallery — v1.0.14
 * Up to four positions at the side; one lead image per colour/fabric below. */
.cefiro-product-shell .cefiro-gallery-ready .woocommerce-product-gallery__wrapper {
  display:none!important;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-stage {
  position:relative;
  grid-column:2!important;
  grid-row:1!important;
  min-width:0;
  overflow:hidden;
  background:#e9e1d5;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-stage > img {
  display:block;
  width:100%;
  height:auto;
  max-height:760px;
  aspect-ratio:4/5;
  object-fit:cover;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-nav {
  grid-template-rows:none;
  display:block;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-thumbs {
  height:auto;
  overflow:visible;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-arrow[hidden] {
  display:none!important;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-color-carousel {
  grid-column:1/-1!important;
  grid-row:2!important;
  display:grid;
  grid-template-columns:42px minmax(0,1fr) 42px;
  gap:12px;
  align-items:stretch;
  margin-top:18px;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-color-rail {
  display:flex;
  gap:12px;
  min-width:0;
  overflow:hidden;
  scroll-behavior:smooth;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-color-card {
  flex:0 0 108px;
  display:flex;
  flex-direction:column;
  gap:7px;
  padding:0 0 8px;
  border:0;
  border-bottom:2px solid transparent;
  color:#4b453e;
  background:transparent;
  opacity:.68;
  cursor:pointer;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-color-card.is-active {
  border-bottom-color:#5f574d;
  opacity:1;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-color-card img {
  display:block;
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-color-card span {
  display:block;
  min-height:28px;
  font-size:10px;
  line-height:1.35;
  letter-spacing:.08em;
  text-align:left;
  text-transform:uppercase;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-color-arrow {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:0;
  color:#27231f;
  background:#e8e0d4;
  cursor:pointer;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-color-arrow svg {
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-color-prev svg { transform:rotate(90deg); }
.cefiro-product-shell .cefiro-gallery-ready .cefiro-color-next svg { transform:rotate(-90deg); }

@media (max-width:760px) {
  .cefiro-option-group--color-fabric { grid-template-columns:1fr; }
  .cefiro-product-shell .woocommerce-product-gallery.cefiro-gallery-ready {
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-stage {
    grid-column:1!important;
    grid-row:1!important;
  }
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-stage > img {
    max-height:none;
  }
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-nav {
    grid-column:1!important;
    grid-row:2!important;
    display:block;
    width:auto;
    padding:10px 22px 4px;
  }
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-thumbs {
    display:flex!important;
    flex-direction:row;
    gap:8px;
    overflow-x:auto;
  }
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-thumbs button {
    flex:0 0 74px;
  }
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-color-carousel {
    grid-column:1!important;
    grid-row:3!important;
    grid-template-columns:34px minmax(0,1fr) 34px;
    gap:7px;
    padding:0 14px;
  }
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-color-card {
    flex-basis:88px;
  }
}
.visit-page-hero .section-kicker, .visit-page-hero > p:last-child { color:white; }
.location-list { padding:90px max(28px,7vw); }
.location-list article { display:grid; grid-template-columns:minmax(220px,320px) 50px 1fr auto; gap:30px; align-items:center; padding:38px 0; border-bottom:1px solid #cfc7ba; }
.location-list article > img { display:block; width:100%; aspect-ratio:4/3; object-fit:cover; }
.location-list h2 { margin:0 0 12px; font-family:Georgia,"Times New Roman",serif; font-size:2.3rem; font-weight:400; }
.location-list p { margin:0 0 10px; color:#635d54; }
.location-list small { color:#8b8377; }
.location-list a { font-size:.68rem; text-transform:uppercase; letter-spacing:.13em; }
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:9vw; padding:120px max(28px,8vw); background:#e2d7c6; }
.contact-grid h2 { margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.7rem,4.2vw,4.3rem); font-weight:400; line-height:1.08; }
.contact-grid > div > p:last-child { max-width:480px; color:#625b52; line-height:1.8; }
.contact-grid form, .contact-grid label { display:flex; flex-direction:column; gap:10px; }
.contact-grid form { gap:24px; }
.contact-grid label { color:#6b6358; font-size:.7rem; text-transform:uppercase; letter-spacing:.13em; }
.contact-grid label small { margin-left:6px; color:#93897b; font-size:.58rem; letter-spacing:.08em; }
.contact-grid input, .contact-grid textarea, .contact-grid select { width:100%; padding:14px 0; border:0; border-bottom:1px solid #a79a88; border-radius:0; outline:0; background:transparent; color:#222; font:1rem Arial,sans-serif; resize:vertical; }
.contact-grid .solid-button { margin-top:10px; }

.business-contact-band { display:grid; grid-template-columns:1fr 1fr; gap:9vw; align-items:center; padding:95px max(28px,8vw); background:#29312e; color:#f7f2e9; }
.business-contact-band .section-kicker { color:#cfb98f; }
.business-contact-band h2 { margin:0; font-family:var(--display); font-size:clamp(2.5rem,4vw,4.3rem); font-weight:400; line-height:1.06; }
.business-contact-band > div:last-child > p { max-width:560px; margin:0 0 30px; color:#c5ccc7; line-height:1.85; }
.business-contact-band .solid-button { background:#f7f2e9; border-color:#f7f2e9; color:#26302d; }
.business-contact-band .solid-button:hover { background:transparent; color:#f7f2e9; }

.wholesale-page-hero { min-height:78vh; color:white; background:linear-gradient(90deg,rgba(22,27,25,.76),rgba(22,27,25,.18)),url("assets/images/experience-villa.webp") center 43%/cover; }
.wholesale-page-hero .section-kicker, .wholesale-page-hero > p:last-child { color:white; }
.wholesale-intro { padding:140px max(28px,10vw); text-align:center; }
.wholesale-intro > p:last-child { max-width:760px; margin:36px auto 0; color:#625b52; line-height:1.9; }
.partnership-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; padding:0 max(28px,7vw) 120px; background:#cfc4b4; }
.partnership-grid article { min-height:410px; padding:48px 40px; background:#f7f3ec; }
.partnership-grid span { color:#9b8669; font-size:.65rem; letter-spacing:.18em; }
.partnership-grid h3 { margin:90px 0 18px; font-family:var(--display); font-size:2rem; font-weight:400; }
.partnership-grid p { color:#655f56; line-height:1.8; }
.wholesale-brief { display:grid; grid-template-columns:1fr 1fr; gap:9vw; align-items:start; padding:120px max(28px,8vw); background:#e3d7c5; }
.wholesale-brief ul { margin:0; padding:0; list-style:none; border-top:1px solid #a99c89; }
.wholesale-brief li { padding:22px 0; border-bottom:1px solid #a99c89; color:#4e4941; }
.wholesale-contact-cta { background:#26302d; color:#f7f2e9; }
.wholesale-contact-cta > p:not(.section-kicker) { color:#c5ccc7; }
.wholesale-contact-cta .solid-button { background:#f7f2e9; border-color:#f7f2e9; color:#26302d; }
.wholesale-contact-cta .solid-button:hover { background:transparent; color:#f7f2e9; }

.club-page-hero { min-height:82vh; color:white; background:linear-gradient(90deg,rgba(26,30,27,.72),rgba(26,25,21,.2)),url("assets/images/visit-editorial.webp") center 43%/cover; }
.club-page-hero .section-kicker, .club-page-hero > p:last-child { color:white; }
.club-intro { padding:140px max(28px,10vw); text-align:center; }
.club-intro .section-kicker { color:#8a7557; }
.club-intro h2 { margin:0; font-family:var(--display); font-size:clamp(2.8rem,4.8vw,5rem); font-weight:400; line-height:1.04; }
.club-intro > p:last-child { max-width:720px; margin:34px auto 0; color:#625b52; line-height:1.9; }
.club-partners { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; padding:0 max(28px,7vw) 120px; background:#c9bead; }
.club-partners article { min-height:470px; padding:42px; background:#f7f3ec; }
.partner-top { display:flex; justify-content:space-between; gap:20px; color:#9b8669; font-size:.62rem; text-transform:uppercase; letter-spacing:.16em; }
.partner-place { margin:86px 0 12px; color:#817666; font-size:.66rem; text-transform:uppercase; letter-spacing:.17em; }
.club-partners h2 { min-height:2.2em; margin:0; font-family:var(--display); font-size:clamp(1.8rem,2.5vw,2.7rem); font-weight:400; line-height:1.08; }
.club-partners h3 { margin:28px 0 14px; color:#8a6e46; font-size:.78rem; font-weight:500; text-transform:uppercase; letter-spacing:.16em; }
.club-partners article > p:last-child { color:#655f56; line-height:1.75; }
.club-how { display:grid; grid-template-columns:.8fr 1.2fr; gap:9vw; padding:120px max(28px,8vw); background:#29312e; color:#f7f2e9; }
.club-how .section-kicker { color:#cfb98f; }
.club-how h2 { margin:0; font-family:var(--display); font-size:clamp(2.7rem,4vw,4.5rem); font-weight:400; }
.club-how ol { margin:0; padding:0; list-style:none; border-top:1px solid #59615d; }
.club-how li { display:grid; grid-template-columns:52px 1fr; gap:20px; padding:28px 0; border-bottom:1px solid #59615d; }
.club-how li > span { padding-top:5px; color:#cfb98f; font-size:.62rem; letter-spacing:.16em; }
.club-how h3 { margin:0 0 8px; font-family:var(--display); font-size:1.55rem; font-weight:400; }
.club-how li p { margin:0; color:#c5ccc7; line-height:1.7; }
.club-terms { padding:28px max(28px,8vw); background:#ded2bf; color:#655d51; text-align:center; }
.club-terms p { max-width:950px; margin:auto; font-size:.68rem; line-height:1.8; letter-spacing:.04em; }
.club-contact-cta { background:#e7ddce; }

/* Policies */
.policies-hero { min-height:72vh; color:#f7f2e9; background:linear-gradient(90deg,rgba(29,33,29,.9),rgba(29,33,29,.36)),url("assets/images/story-editorial.webp") center 54%/cover; }
.policies-hero .section-kicker, .policies-hero > p:last-child { color:#f7f2e9; }
.policy-index { position:sticky; z-index:5; top:0; display:grid; grid-template-columns:repeat(4,1fr); border-bottom:1px solid #cfc4b4; background:rgba(247,243,236,.94); backdrop-filter:blur(14px); }
.policy-index a { display:flex; align-items:center; gap:16px; min-height:78px; padding:18px 28px; border-right:1px solid #d8cebf; color:#3f3a33; font-size:.68rem; font-weight:400; text-transform:uppercase; letter-spacing:.14em; }
.policy-index a:last-child { border-right:0; }
.policy-index span { color:#9b8669; font-size:.58rem; letter-spacing:.16em; }
.policy-intro { display:grid; grid-template-columns:.85fr 1.15fr; gap:10vw; align-items:end; padding:125px max(28px,8vw); background:#e5dac9; }
.policy-intro .section-kicker { color:#8a7557; }
.policy-intro h2, .policy-section aside h2, .policies-contact h2 { margin:0; font-family:var(--display); font-size:clamp(2.8rem,4.6vw,5rem); font-weight:400; line-height:1.04; }
.policy-intro > p { max-width:720px; margin:0; color:#5f584e; font-size:1.02rem; line-height:1.9; }
.policy-section { scroll-margin-top:78px; display:grid; grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr); gap:8vw; padding:120px max(28px,8vw); background:#f7f3ec; }
.policy-section.policy-alt { background:#e9dfd0; }
.policy-section aside { position:sticky; top:125px; align-self:start; }
.policy-section aside > span { display:block; margin-bottom:48px; color:#9b8669; font-size:.68rem; letter-spacing:.2em; }
.policy-section aside .section-kicker { color:#8a7557; }
.policy-copy { border-top:1px solid #bcb09f; }
.policy-copy article { padding:34px 0 38px; border-bottom:1px solid #cfc4b4; }
.policy-copy h3 { margin:0 0 14px; font-family:var(--display); font-size:1.55rem; font-weight:400; line-height:1.2; }
.policy-copy p { margin:0; color:#5f594f; line-height:1.85; }
.policy-copy a { border-bottom:1px solid #95856e; }
.policy-copy .policy-highlight { margin:22px 0; padding:34px 36px 38px; border:1px solid #ad9b80; background:#dfd0b9; }
.policies-contact { padding:130px max(28px,10vw); text-align:center; background:#29312e; color:#f7f2e9; }
.policies-contact .section-kicker { color:#cfb98f; }
.policies-contact > p:not(.section-kicker) { max-width:620px; margin:28px auto 36px; color:#c5ccc7; line-height:1.85; }
.policies-contact .solid-button { background:#f7f2e9; border-color:#f7f2e9; color:#26302d; }
.policies-contact .solid-button:hover { background:transparent; color:#f7f2e9; }

@media (max-width:1180px) {
  .site-header { grid-template-columns:1fr auto; }
  .desktop-nav, .header-tools { display:none; }
  .menu-button { display:flex; flex-direction:column; gap:7px; width:42px; height:42px; align-items:center; justify-content:center; border:0; background:transparent; color:inherit; -webkit-appearance:none; appearance:none; cursor:pointer; }
  .menu-button span { display:block; width:25px; height:1px; background:currentColor; transition:transform 180ms ease; }
  .mobile-panel { position:fixed; z-index:9; inset:0; min-height:100vh; min-height:100svh; padding:130px 8vw 50px; color:#f7f2e9; background:rgba(34,35,31,.96); backdrop-filter:blur(18px); display:flex; flex-direction:column; justify-content:center; gap:24px; opacity:0; pointer-events:none; transform:translateY(-12px); transition:opacity 180ms ease,transform 180ms ease; }
  .inner-header + .mobile-panel { position:fixed; top:0; }
  .mobile-panel.is-open { opacity:1; pointer-events:auto; transform:translateY(0); }
  .mobile-panel a, .mobile-panel .mobile-meta span { color:#f7f2e9; }
  .mobile-panel a { width:fit-content; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2rem,8vw,4rem); }
  .mobile-meta { margin-top:20px; display:flex; flex-wrap:wrap; align-items:center; gap:14px 22px; font-size:.68rem; text-transform:uppercase; letter-spacing:.14em; }
  .mobile-panel .mobile-meta a { font-family:inherit; font-size:inherit; }
  .menu-is-open { overflow:hidden; }
  .menu-is-open .menu-button span:first-child { transform:translateY(4px) rotate(45deg); }
  .menu-is-open .menu-button span:last-child { transform:translateY(-4px) rotate(-45deg); }
}

/* Real-photo homepage alternative. Kept under /real-preview so the approved home stays intact. */
.real-page {
  background: #f4f0e8;
  color: #29261f;
}

.real-hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  background: #273126;
}

.real-hero-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 0.9fr;
}

.real-hero-grid img {
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
}

.real-hero-left {
  object-position: 50% 35%;
}

.real-hero-main {
  object-position: 50% 42%;
}

.real-hero-right {
  object-position: 50% 35%;
}

.real-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 16, 13, 0.52) 0%, rgba(16, 18, 15, 0.08) 34%, rgba(13, 15, 12, 0.55) 100%),
    linear-gradient(90deg, rgba(18, 20, 16, 0.14), rgba(18, 20, 16, 0.02), rgba(18, 20, 16, 0.14));
}

.real-hero-content {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 9rem 2rem 4rem;
  text-align: center;
  color: white;
}

.real-kicker,
.real-eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.26em;
  line-height: 1.6;
  font-weight: 500;
}

.real-kicker {
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.82);
}

.real-hero-logo {
  width: min(34vw, 470px);
  height: auto;
  margin-bottom: 1.1rem;
}

.real-hero-copy {
  max-width: 600px;
  margin: 0;
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  font-weight: 300;
  letter-spacing: 0.055em;
}

.real-hero-actions {
  display: flex;
  gap: 0.85rem;
  margin-top: 2.15rem;
}

.real-outline-button {
  min-width: 170px;
  padding: 0.95rem 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.76);
  color: white;
  text-align: center;
  font-size: 0.67rem;
  letter-spacing: 0.19em;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.real-outline-button:hover {
  background: white;
  color: #26241f;
}

.real-scroll {
  position: absolute;
  z-index: 3;
  bottom: 1.4rem;
  left: 50%;
  width: 22px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 20px;
  transform: translateX(-50%);
}

.real-scroll span {
  position: absolute;
  top: 7px;
  left: 9px;
  width: 2px;
  height: 7px;
  background: white;
  border-radius: 2px;
}

.real-intro {
  max-width: 850px;
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) 2rem;
  text-align: center;
}

.real-eyebrow {
  margin: 0 0 1.3rem;
  color: #887b68;
}

.real-intro h1,
.real-section-heading h2,
.real-story-copy h2,
.real-closing h2,
.real-collection h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.real-intro h1 {
  margin: 0 0 1.5rem;
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 1.04;
}

.real-intro > p:last-child {
  max-width: 630px;
  margin: 0 auto;
  color: #6f675b;
  line-height: 1.9;
  font-weight: 300;
}

.real-collections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 820px;
}

.real-collection {
  position: relative;
  overflow: hidden;
  min-height: 74vw;
  max-height: 940px;
}

.real-collection > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.real-collection:first-child > img {
  object-position: center 30%;
}

.real-collection:last-child > img {
  object-position: center 30%;
}

.real-collection:hover > img {
  transform: scale(1.025);
}

.real-collection-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14,14,12,0.02) 38%, rgba(14,14,12,0.66) 100%);
}

.real-collection-copy {
  position: absolute;
  z-index: 2;
  left: clamp(2rem, 5vw, 5rem);
  right: 2rem;
  bottom: clamp(2.5rem, 6vw, 5.5rem);
  color: white;
}

.real-collection-copy p {
  margin: 0 0 0.75rem;
  font-size: 0.65rem;
  letter-spacing: 0.24em;
}

.real-collection-copy h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(2.1rem, 4vw, 4rem);
}

.real-collection-copy a,
.real-text-link {
  color: inherit;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
}

.real-collection-copy a span,
.real-text-link span {
  display: inline-block;
  margin-left: 0.5rem;
}

.real-accessories {
  padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 4vw, 4.5rem);
  background: #f8f5ef;
}

.real-section-heading {
  max-width: 690px;
  margin: 0 auto clamp(3rem, 6vw, 5.5rem);
  text-align: center;
}

.real-section-heading h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 4.6vw, 4.2rem);
}

.real-section-heading > p:last-child {
  margin: 0 auto;
  color: #746b5f;
  line-height: 1.75;
}

.real-accessory-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
}

.real-accessory-image {
  aspect-ratio: 0.78;
  overflow: hidden;
  background: #ddd6ca;
}

.real-accessory-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.real-accessory:hover img {
  transform: scale(1.035);
}

.real-accessory > p {
  margin: 1.05rem 0 0.35rem;
  color: #968873;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.real-accessory h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  font-weight: 400;
}

.real-story {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  min-height: 850px;
  background: #c9c2b5;
}

.real-story-image {
  min-height: 780px;
}

.real-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% center;
}

.real-story-copy {
  align-self: center;
  max-width: 570px;
  padding: clamp(3rem, 7vw, 8rem);
}

.real-story-copy h2 {
  margin: 0 0 2rem;
  font-size: clamp(2.3rem, 4.5vw, 4.8rem);
  line-height: 1.05;
}

.real-story-copy > p:not(.real-eyebrow) {
  margin: 0 0 1.3rem;
  color: #514c44;
  line-height: 1.85;
  font-weight: 300;
}

.real-text-link {
  display: inline-block;
  margin-top: 1.1rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #514c44;
  color: #29261f;
}

.real-closing {
  position: relative;
  min-height: 78svh;
  overflow: hidden;
}

.real-closing > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}

.real-closing-shade {
  position: absolute;
  inset: 0;
  background: rgba(19, 19, 16, 0.45);
}

.real-closing-copy {
  position: relative;
  z-index: 2;
  min-height: 78svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  text-align: center;
  color: white;
}

.real-closing-copy > p {
  margin: 0 0 1rem;
  font-size: 0.67rem;
  letter-spacing: 0.25em;
}

.real-closing-copy h2 {
  margin: 0 0 2rem;
  font-size: clamp(2.6rem, 6vw, 6rem);
}

@media (max-width: 950px) {
  .real-hero-grid {
    grid-template-columns: 1fr;
  }

  .real-hero-side {
    display: none;
  }

  .real-hero-main {
    object-position: 48% 38%;
  }

  .real-hero-logo {
    width: min(58vw, 410px);
  }

  .real-accessory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 1.2rem;
  }

  .real-story {
    grid-template-columns: 1fr;
  }

  .real-story-image {
    min-height: 720px;
  }
}

@media (max-width: 680px) {
  .real-hero {
    min-height: 100svh;
  }

  .real-hero-content {
    justify-content: flex-end;
    padding: 8rem 1.25rem 6.1rem;
  }

  .real-kicker {
    font-size: 0.55rem;
    margin-bottom: 1rem;
  }

  .real-hero-logo {
    width: min(78vw, 330px);
    margin-bottom: 0.8rem;
  }

  .real-hero-copy {
    max-width: 310px;
    font-size: 0.78rem;
    line-height: 1.55;
  }

  .real-hero-actions {
    width: 100%;
    gap: 0.55rem;
    margin-top: 1.6rem;
  }

  .real-outline-button {
    min-width: 0;
    flex: 1;
    padding: 0.85rem 0.55rem;
    font-size: 0.58rem;
  }

  .real-intro {
    padding: 5rem 1.35rem;
  }

  .real-collections {
    grid-template-columns: 1fr;
  }

  .real-collection {
    min-height: 112vw;
    max-height: none;
  }

  .real-collection-copy {
    left: 1.6rem;
    bottom: 2.2rem;
  }

  .real-accessories {
    padding: 5rem 1rem;
  }

  .real-accessory-grid {
    gap: 2.1rem 0.75rem;
  }

  .real-accessory-image {
    aspect-ratio: 0.72;
  }

  .real-accessory h3 {
    font-size: 1rem;
  }

  .real-story-image {
    min-height: 120vw;
  }

  .real-story-copy {
    padding: 4.5rem 1.5rem 5rem;
  }

  .real-closing,
  .real-closing-copy {
    min-height: 72svh;
  }

  .real-closing > img {
    object-position: 50% 38%;
  }
}

@media (max-width:900px) {
  .collection-grid, .editorial-split, .image-page-hero, .contact-grid, .wholesale-home, .wholesale-brief, .club-home, .club-how, .home-contact-band, .custom-gallery-section, .personalization-types, .experience-feature, .experience-flow, .founder-story { grid-template-columns:1fr; }
  .collection-card { min-height:82vh; background-size:cover; }
  .collection-women { background-position:center 30%; }
  .collection-men { background-position:center 28%; }
  .product-grid { grid-template-columns:1fr 1fr; }
  .product-grid .product-card:last-child { display:none; }
  .editorial-image { min-height:70vh; }
  .editorial-copy { padding:100px max(28px,9vw); }
  .experiences-home .editorial-copy { order:2; }
  .experiences-home .editorial-image { order:1; }
  .visit-grid, .process-grid, .story-values, .partnership-grid, .club-partners { grid-template-columns:1fr; }
  .custom-gallery-heading { position:static; }
  .custom-story-grid { grid-template-columns:1fr 1fr; }
  .custom-story-grid article:last-child { grid-column:1/-1; }
  .custom-story-grid article:last-child img { aspect-ratio:16/9; }
  .custom-process .process-grid { grid-template-columns:1fr 1fr; }
  .club-home-image { min-height:70vh; }
  .club-partners article { min-height:360px; }
  .visit-grid article { min-height:250px; }
  .visit-grid h3 { margin-top:40px; }
  .site-footer { grid-template-columns:1fr 1fr; }
  .footer-links { grid-template-columns:1fr 1fr; }
  .footer-newsletter { grid-column:1/-1; }
  .image-page-hero img { height:70vh; }
  .image-page-hero > div, .image-page-hero.reverse > div { padding:80px max(28px,8vw); }
  .image-page-hero.reverse img { order:0; }
  .experience-cards { grid-template-columns:1fr; }
  .experience-feature-image, .founder-portrait { min-height:72vh; }
  .experience-feature-copy { padding:90px max(28px,8vw); }
  .founder-story-copy { padding:95px max(28px,8vw); }
  .story-values article { min-height:240px; border-right:0; border-bottom:1px solid #505754; }
  .story-values h3 { margin-top:55px; }
  .location-list article { grid-template-columns:220px 42px 1fr; }
  .location-list article > a { grid-column:3; }
  .business-contact-band { grid-template-columns:1fr; }
  .policy-intro, .policy-section { grid-template-columns:1fr; }
  .policy-section aside { position:static; }
  .policy-index { grid-template-columns:1fr 1fr; position:relative; }
  .policy-index a:nth-child(2) { border-right:0; }
  .policy-index a:nth-child(-n+2) { border-bottom:1px solid #d8cebf; }
  .shop-hero { background:linear-gradient(90deg,rgba(232,223,208,.94),rgba(232,223,208,.65)),url("assets/images/dionisio-beige.png") center/cover; }
}

@media (max-width:680px) {
  .site-header { min-height:74px; padding-inline:22px; }
  .brand { font-size:1.45rem; }
  .feather-logo { width:40px; height:52px; }
  .footer-wordmark { width:145px; height:auto; }
  .hero { min-height:100svh; }
  .hero-media { grid-template-columns:1fr; }
  .hero-media .hero-women { display:none; }
  .hero-media .hero-men { object-position:center 50%; }
  .hero-content { top:57%; }
  .eyebrow { font-size:.58rem; letter-spacing:.2em; }
  .hero-content h1 { font-size:clamp(4rem,22vw,6.4rem); }
  .hero-content h1.hero-logo { width:min(300px,78vw); }
  .hero-line { margin-top:20px; font-size:1.65rem; }
  .hero-copy { max-width:330px; margin-inline:auto; font-size:.84rem; }
  .hero-actions { margin-top:28px; flex-direction:column; align-items:center; gap:12px; }
  .outline-button { width:min(310px,92vw); min-width:0; padding-block:14px; }
  .scroll-cue { display:none; }
  .whatsapp-float { right:18px; bottom:18px; width:52px; height:52px; }
  .intro-slice { min-height:70vh; padding-block:85px; }
  .collection-card { min-height:72vh; padding:42px 28px; }
  .product-section, .catalog-section, .visit-section { padding:80px 22px; }
  .section-heading { align-items:flex-start; flex-direction:column; gap:25px; }
  .product-grid { margin-top:40px; grid-template-columns:1fr; gap:30px; }
  .product-grid .product-card:last-child { display:block; }
  .editorial-image { min-height:62vh; }
  .editorial-copy { padding:78px 25px; }
  .story-band { padding:100px 25px; background-attachment:scroll; }
  .visit-grid { margin-top:45px; }
  .visit-grid article { padding:0; }
  .visit-card-image { height:240px; }
  .visit-card-copy { padding:30px 28px 36px; }
  .closing-banner { min-height:78vh; }
  .home-contact-band { padding:80px 24px; }
  .site-footer { grid-template-columns:1fr; gap:50px; padding-top:70px; }
  .footer-links { grid-template-columns:1fr 1fr; }
  .footer-newsletter { grid-column:auto; }
  .footer-bottom { flex-direction:column; gap:12px; }
  .page-hero { min-height:72vh; padding:80px 24px; }
  .page-hero h1 { font-size:clamp(3rem,13vw,4.3rem); line-height:1; }
  .collection-card h2 { font-size:3.25rem; }
  .section-heading h2, .editorial-copy h2, .visit-section h2, .closing-banner h2 { font-size:clamp(2.35rem,11vw,3.1rem); }
  .image-page-hero h1 { font-size:clamp(2.9rem,12vw,4rem); }
  .manifesto h2, .experience-intro h2, .contact-cta h2 { font-size:clamp(2.6rem,11vw,3.5rem); }
  .category-tabs { gap:28px; overflow:auto; justify-content:flex-start; }
  .catalog-note { max-width:none; }
  .shop-message { padding:95px 25px; }
  .image-page-hero img { height:62vh; }
  .manifesto, .contact-cta, .experience-intro { padding:95px 25px; }
  .experience-options-heading { padding:90px 24px 52px; }
  .experience-feature-image, .founder-portrait { min-height:66vh; }
  .experience-feature-copy, .founder-story-copy, .experience-flow { padding:80px 24px; }
  .experience-feature-copy h2, .experience-options-heading h2, .experience-flow h2, .founder-story-copy h2 { font-size:clamp(2.6rem,11vw,3.6rem); }
  .process-section { padding:85px 24px; }
  .process-grid article { padding:40px 28px; }
  .process-grid h3 { margin-top:48px; }
  .experience-cards { padding:0 20px 80px; }
  .experience-cards article { min-height:350px; padding:35px 28px; }
  .story-copy { padding:95px 24px; }
  .story-turning-point { padding:100px 24px; }
  .story-turning-point blockquote { font-size:clamp(2.5rem,11vw,3.8rem); }
  .story-values article { padding:40px 28px; }
  .location-list { padding:55px 22px; }
  .location-list article { grid-template-columns:36px 1fr; gap:15px; padding:42px 0; }
  .location-list article > img { grid-column:1/-1; aspect-ratio:16/11; }
  .location-list article > a { grid-column:2; }
  .location-list h2 { font-size:2rem; }
  .contact-grid { padding:85px 24px; }
  .policy-index a { min-height:68px; padding:16px 18px; gap:10px; font-size:.58rem; }
  .policy-intro { padding:90px 24px; }
  .policy-section { scroll-margin-top:0; padding:90px 24px; gap:52px; }
  .policy-section aside > span { margin-bottom:34px; }
  .policy-copy .policy-highlight { margin:18px 0; padding:28px 24px 32px; }
  .policies-contact { padding:95px 24px; }
  .business-contact-band { padding:85px 24px; }
  .wholesale-home-copy, .wholesale-home-list { padding:80px 25px; }
  .wholesale-intro, .wholesale-brief { padding:95px 24px; }
  .partnership-grid { padding:0 20px 80px; }
  .partnership-grid article { min-height:340px; padding:38px 28px; }
  .partnership-grid h3 { margin-top:60px; }
  .club-home-copy { padding:82px 25px; }
  .club-home-image { min-height:62vh; }
  .club-intro { padding:95px 24px; }
  .club-partners { padding:0 20px 80px; }
  .club-partners article { min-height:330px; padding:36px 28px; }
  .partner-place { margin-top:55px; }
  .club-partners h2 { min-height:0; }
  .club-how { padding:85px 24px; }
  .custom-gallery-section, .custom-stories, .personalization-types { padding:85px 22px; }
  .custom-collage { grid-template-columns:1fr; }
  .custom-collage-main { min-height:115vw!important; grid-row:auto; }
  .custom-collage figure { min-height:90vw; }
  .custom-story-grid { grid-template-columns:1fr; }
  .custom-story-grid article:last-child { grid-column:auto; }
  .custom-story-grid article:last-child img { aspect-ratio:4/5; }
  .custom-process .process-grid { grid-template-columns:1fr; }
  .custom-process .process-grid article { min-height:300px; }
  .custom-testimonial-intro { padding:95px 24px; }
}

@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto} *,*::before,*::after{transition:none!important} }

/* WordPress and WooCommerce integration */
.admin-bar .overlay-header { top:32px; }
.standard-content { max-width:900px; min-height:45vh; margin:0 auto; padding:90px max(28px,6vw); font-size:1rem; line-height:1.85; }
.standard-content img { max-width:100%; height:auto; }
.woocommerce-shell { min-height:65vh; padding:90px max(24px,6vw) 120px; background:#f7f3ec; }
.woocommerce-shell .woocommerce-breadcrumb { margin:0 0 42px; color:#81796e; font-size:.72rem; letter-spacing:.08em; }
.woocommerce-shell .woocommerce-products-header__title,
.woocommerce-shell .product_title,
.woocommerce-shell .related > h2,
.woocommerce-shell .up-sells > h2,
.woocommerce-shell .cart_totals h2,
.woocommerce-shell .woocommerce-order-details__title { font-family:var(--display); font-weight:400; }
.woocommerce-shell .woocommerce-products-header__title { margin:0 0 45px; font-size:clamp(2.8rem,5vw,5rem); }
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { margin-bottom:36px; color:#736b60; font-size:.78rem; }
.woocommerce .woocommerce-ordering select,
.woocommerce div.product form.cart .variations select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select { min-height:48px; padding:10px 13px; border:1px solid #cfc4b4; border-radius:0; background:#fffdf9; color:#29251f; }
.woocommerce ul.products { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:36px 24px; margin:0; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display:none; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product { float:none!important; width:auto!important; margin:0!important; }
.woocommerce ul.products li.product a img { aspect-ratio:4/5; margin:0 0 18px; object-fit:cover; background:#e6ded2; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding:0; font-family:var(--display); font-size:1.25rem; font-weight:400; }
.woocommerce ul.products li.product .price { margin-top:8px; color:#554e45; font-size:.82rem; }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit { padding:15px 22px; border-radius:0; background:#25231f; color:#fff; font-size:.68rem; font-weight:400; text-transform:uppercase; letter-spacing:.14em; }
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { background:#4b463e; color:#fff; }
.woocommerce div.product { display:flow-root; }
.woocommerce div.product div.images,
.woocommerce div.product div.summary { margin-bottom:70px; }
.woocommerce div.product .product_title { font-size:clamp(2.5rem,4.5vw,4.7rem); line-height:1.02; }
.woocommerce div.product p.price,
.woocommerce div.product span.price { color:#51493f; font-size:1.15rem; }
.woocommerce div.product form.cart .variations th { padding:14px 20px 14px 0; text-align:left; text-transform:uppercase; letter-spacing:.12em; font-size:.68rem; }
.woocommerce div.product form.cart .variations td { padding:8px 0; }
.woocommerce div.product form.cart .variations select { min-width:240px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding:0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius:0; background:#e8dfd0; }
.woocommerce div.product .woocommerce-tabs .panel { line-height:1.8; }
.woocommerce div.product .up-sells,
.woocommerce div.product .related { clear:both; margin:0 -6vw; padding:105px max(24px,6vw); border-top:1px solid rgba(58,53,46,.14); }
.woocommerce div.product .up-sells { background:#f8f4ed; }
.woocommerce div.product .related { background:#f2ece2; }
.woocommerce div.product .up-sells > h2,
.woocommerce div.product .related > h2 { position:relative; margin:0 0 52px; text-align:center; font-family:var(--display); font-size:clamp(2rem,3.4vw,3.6rem); font-weight:400; letter-spacing:.13em; text-transform:uppercase; }
.woocommerce div.product .up-sells > h2::before,
.woocommerce div.product .related > h2::before { content:""; display:block; width:20px; height:1px; margin:0 auto 24px; background:#6d6458; }
.woocommerce div.product .up-sells ul.products { grid-template-columns:repeat(4,minmax(0,1fr)); }
.woocommerce div.product .related ul.products { grid-template-columns:repeat(3,minmax(0,1fr)); }
.woocommerce div.product .up-sells ul.products li.product .button,
.woocommerce div.product .related ul.products li.product .button { display:none; }
.woocommerce div.product .up-sells ul.products li.product a img,
.woocommerce div.product .related ul.products li.product a img { aspect-ratio:4/5; transition:transform 450ms ease; }
.woocommerce div.product .up-sells ul.products li.product:hover a img,
.woocommerce div.product .related ul.products li.product:hover a img { transform:scale(1.018); }
.woocommerce div.product .up-sells ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .related ul.products li.product .woocommerce-loop-product__title { text-align:center; font-family:var(--sans); font-size:.78rem; letter-spacing:.16em; text-transform:uppercase; }
.woocommerce div.product .up-sells ul.products li.product .price,
.woocommerce div.product .related ul.products li.product .price { display:block; text-align:center; font-size:.72rem; letter-spacing:.12em; }
.woocommerce table.shop_table { border-radius:0; border-color:#cec3b3; }
.woocommerce-message,
.woocommerce-info { border-top-color:#8a7557; background:#eee8dc; }
.woocommerce-message::before,
.woocommerce-info::before { color:#8a7557; }

@media (max-width:900px) {
  .woocommerce ul.products { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .woocommerce-shell { padding:65px 22px 90px; }
  .woocommerce div.product .up-sells,
  .woocommerce div.product .related { margin:0 -22px; padding:80px 22px; }
  .woocommerce div.product .up-sells ul.products,
  .woocommerce div.product .related ul.products { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width:782px) {
  .admin-bar .overlay-header { top:46px; }
}

@media (max-width:560px) {
  .woocommerce ul.products { gap:28px 12px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size:1rem; }
  .woocommerce div.product form.cart .variations select { min-width:0; width:100%; }
  .woocommerce div.product .up-sells,
  .woocommerce div.product .related { padding:68px 18px; }
  .woocommerce div.product .up-sells > h2,
  .woocommerce div.product .related > h2 { margin-bottom:36px; font-size:1.55rem; line-height:1.3; }
  .woocommerce div.product .up-sells ul.products li.product .woocommerce-loop-product__title,
  .woocommerce div.product .related ul.products li.product .woocommerce-loop-product__title { font-size:.68rem; letter-spacing:.1em; }
}

/* WooCommerce editorial shop — v1.0.9 */
.cefiro-shop-shell { padding-top:24px; }
.cefiro-collection-bar { position:relative; display:flex; align-items:center; justify-content:space-between; gap:28px; margin:0 0 36px; padding:20px 0; border-top:1px solid #d8d0c4; border-bottom:1px solid #d8d0c4; }
.cefiro-collection-bar h2 { margin:0; font-size:.72rem; font-weight:400; text-transform:uppercase; letter-spacing:.3em; }
.cefiro-filter-panel { position:relative; margin-left:auto; }
.cefiro-filter-panel > summary { min-width:125px; display:flex; align-items:center; justify-content:space-between; gap:26px; list-style:none; cursor:pointer; font-size:.68rem; font-weight:400; text-transform:uppercase; letter-spacing:.23em; }
.cefiro-filter-panel > summary::-webkit-details-marker { display:none; }
.cefiro-filter-panel[open] > summary span { transform:rotate(45deg); }
.cefiro-filter-panel > summary span { display:inline-block; transition:transform 180ms ease; }
.cefiro-filter-panel form { position:absolute; z-index:12; top:35px; right:0; width:min(760px,86vw); padding:28px; display:grid; grid-template-columns:repeat(3,minmax(150px,1fr)); gap:20px; background:#f9f6f0; border:1px solid #d7cec1; box-shadow:0 18px 50px rgba(42,36,29,.13); }
.cefiro-filter-panel label { display:flex; flex-direction:column; gap:9px; }
.cefiro-filter-panel label > span { color:#6f675d; font-size:.62rem; text-transform:uppercase; letter-spacing:.16em; }
.cefiro-filter-panel select, .cefiro-filter-panel input { width:100%; min-height:44px; padding:8px 10px; border:1px solid #d2c9bc; border-radius:0; background:#fffdf9; color:#29251f; }
.cefiro-filter-actions { grid-column:1/-1; display:flex; align-items:center; gap:24px; padding-top:6px; }
.cefiro-filter-actions button { padding:13px 21px; border:1px solid #292723; background:#292723; color:#fff; cursor:pointer; font-size:.64rem; text-transform:uppercase; letter-spacing:.16em; }
.cefiro-filter-actions a { padding-bottom:5px; border-bottom:1px solid currentColor; font-size:.64rem; text-transform:uppercase; letter-spacing:.14em; }
.cefiro-shop-shell .woocommerce-result-count { clear:both; }
.cefiro-shop-shell .woocommerce-ordering { margin-left:25px; }
.cefiro-shop-shell .woocommerce-ordering select { min-width:150px; border-width:0 0 1px; background:transparent; text-transform:uppercase; letter-spacing:.12em; }
.cefiro-shop-shell .woocommerce ul.products { grid-template-columns:repeat(4,minmax(0,1fr)); gap:46px 24px; }
.cefiro-shop-shell .woocommerce ul.products li.product { text-align:center; }
.cefiro-shop-shell .woocommerce ul.products li.product a img { margin-bottom:20px; }
.cefiro-shop-shell .woocommerce ul.products li.product .woocommerce-loop-product__title { font-family:"Gotham","Avenir Next",Arial,sans-serif; font-size:.8rem; font-weight:400; letter-spacing:.16em; text-transform:uppercase; }
.cefiro-shop-shell .woocommerce ul.products li.product .price { margin-top:12px; font-size:.75rem; letter-spacing:.18em; }
.cefiro-shop-shell .woocommerce ul.products li.product .button { display:none; }
.cefiro-loop-swatches { min-height:22px; display:flex; justify-content:center; gap:9px; margin:12px 0 4px; }
.cefiro-loop-swatches i { width:20px; height:20px; display:block; border:1px solid rgba(37,34,29,.15); border-radius:50%; background:#d7c8ac; }
[data-color*="beige"], [data-color*="crema"], [data-color*="natural"], [data-color*="blanco"] { --cefiro-swatch:#e4dac7; background-color:#e4dac7!important; }
[data-color*="mostaza"] { --cefiro-swatch:#c69d48; background-color:#c69d48!important; }
[data-color*="naranja"], [data-color*="terracota"] { --cefiro-swatch:#ae5f3f; background-color:#ae5f3f!important; }
[data-color*="negro"] { --cefiro-swatch:#292725; background-color:#292725!important; }
[data-color*="oliva"], [data-color*="salvia"], [data-color*="sage"] { --cefiro-swatch:#696d50; background-color:#696d50!important; }
[data-color*="vino"], [data-color*="bordeaux"] { --cefiro-swatch:#663b3a; background-color:#663b3a!important; }
.single-product .woocommerce-shell { padding-top:130px; }
.single-product .woocommerce-breadcrumb { margin-bottom:34px; }
.single-product .woocommerce div.product { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(390px,.8fr); column-gap:6vw; align-items:start; }
.single-product .woocommerce div.product div.images, .single-product .woocommerce div.product div.summary { float:none; width:auto; margin:0 0 78px; }
.single-product .woocommerce div.product div.images { grid-column:1; }
.single-product .woocommerce div.product div.summary { grid-column:2; }
.single-product .woocommerce div.product .up-sells, .single-product .woocommerce div.product .related { grid-column:1/-1; }
.single-product .woocommerce-product-gallery { display:grid; grid-template-columns:92px minmax(0,1fr); gap:18px; }
.single-product .woocommerce-product-gallery .flex-viewport { grid-column:2; grid-row:1; }
.single-product .woocommerce-product-gallery .flex-control-thumbs { grid-column:1; grid-row:1; display:flex; flex-direction:column; gap:14px; margin:0!important; }
.single-product .woocommerce-product-gallery .flex-control-thumbs li { float:none!important; width:100%!important; }
.single-product .woocommerce-product-gallery .flex-control-thumbs img { aspect-ratio:4/5; object-fit:cover; opacity:.7; }
.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active { opacity:1; outline:1px solid #8b8173; outline-offset:3px; }
.single-product .woocommerce-product-gallery__image a img { aspect-ratio:4/5; object-fit:cover; }
.cefiro-product-eyebrow { margin:0 0 14px; font-size:.62rem; text-transform:uppercase; letter-spacing:.36em; }
.single-product .woocommerce div.product .product_title { margin-bottom:13px; font-family:"Gotham","Avenir Next",Arial,sans-serif; font-size:clamp(2rem,3.6vw,4rem); font-weight:300; letter-spacing:.12em; line-height:1.08; text-transform:uppercase; }
.single-product .woocommerce div.product div.summary > .price { margin:24px 0 26px; padding-bottom:25px; border-bottom:1px solid #d5cec3; font-family:var(--display); font-size:1.5rem; letter-spacing:.12em; }
.single-product .woocommerce-product-details__short-description { color:#6c655c; line-height:1.75; }
.single-product .woocommerce div.product form.cart { margin-top:28px; }
.single-product .woocommerce div.product form.cart .variations { margin-bottom:15px; }
.single-product .woocommerce div.product form.cart .variations tr { display:grid; grid-template-columns:1fr; margin-bottom:20px; }
.single-product .woocommerce div.product form.cart .variations th, .single-product .woocommerce div.product form.cart .variations td { display:block; padding:0; }
.single-product .woocommerce div.product form.cart .variations th { margin-bottom:12px; }
.single-product .woocommerce div.product form.cart .variations label { font-size:.67rem; font-weight:400; text-transform:uppercase; letter-spacing:.25em; }
.cefiro-native-select { position:absolute!important; width:1px!important; height:1px!important; overflow:hidden!important; clip:rect(0 0 0 0)!important; white-space:nowrap!important; }
.cefiro-option-group { display:flex; flex-wrap:wrap; gap:10px; }
.cefiro-option { position:relative; min-width:72px; min-height:44px; padding:11px 16px; border:1px solid #d6cec3; background:transparent; color:#38342f; cursor:pointer; font-size:.76rem; letter-spacing:.07em; }
.cefiro-option:hover, .cefiro-option.is-selected { border-color:#302d28; }
.cefiro-option.is-selected { box-shadow:inset 0 0 0 1px #302d28; }
.cefiro-option.is-unavailable { color:#aca79f; background:#efede9; cursor:not-allowed; }
.cefiro-option.is-unavailable::after { content:""; position:absolute; left:-3px; right:-3px; top:50%; height:1px; background:#aaa59e; transform:rotate(-27deg); }
.cefiro-option--color { min-width:auto; width:48px; height:48px; padding:0; border:5px solid #f7f3ec; border-radius:50%; background:var(--cefiro-swatch,#d7c8ac); box-shadow:0 0 0 1px #c9c0b3; }
.cefiro-option--color.is-selected { box-shadow:0 0 0 2px #302d28; }
.cefiro-option--color span { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }
.cefiro-option-group--color-fabric { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.cefiro-option--color-fabric { min-height:58px; display:flex; align-items:center; gap:11px; padding:10px 13px; text-align:left; letter-spacing:.02em; line-height:1.3; }
.cefiro-option--color-fabric i { flex:0 0 30px; width:30px; height:30px; border:4px solid #f7f3ec; border-radius:50%; background:var(--cefiro-swatch,#d7c8ac); box-shadow:0 0 0 1px #c9c0b3; }
.cefiro-option--color-fabric.is-selected { background:#f0ebe1; }
.single-product .woocommerce div.product form.cart .reset_variations { display:inline-block; margin-top:10px; color:#777066; font-size:.65rem; text-transform:uppercase; letter-spacing:.12em; }
.single-product .woocommerce-variation-add-to-cart { display:grid; grid-template-columns:70px 1fr; gap:12px; }
.single-product .woocommerce .quantity .qty { width:70px; height:52px; border:1px solid #cec5b8; background:transparent; }
.single-product .woocommerce div.product form.cart .button { min-height:52px; width:100%; background:#292825; font-size:.72rem; letter-spacing:.27em; }
.cefiro-product-accordions { margin-top:24px; border-top:1px solid #d6cec3; }
.cefiro-product-accordions details { border-bottom:1px solid #d6cec3; }
.cefiro-product-accordions summary { display:flex; justify-content:space-between; gap:18px; padding:18px 8px; list-style:none; cursor:pointer; font-size:.66rem; font-weight:400; text-transform:uppercase; letter-spacing:.23em; }
.cefiro-product-accordions summary::-webkit-details-marker { display:none; }
.cefiro-product-accordions details[open] summary span { transform:rotate(45deg); }
.cefiro-product-accordions summary span { transition:transform 180ms ease; }
.cefiro-product-accordions details > div { padding:0 8px 20px; color:#665f56; font-size:.88rem; line-height:1.7; }
.cefiro-product-accordions table { width:100%; border-collapse:collapse; }
.cefiro-product-accordions th, .cefiro-product-accordions td { padding:7px 0; border-bottom:1px solid #e4ded5; text-align:left; }
.cefiro-product-values { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:36px; }
.cefiro-product-values span { display:flex; flex-direction:column; align-items:center; gap:9px; text-align:center; font-size:.55rem; text-transform:uppercase; letter-spacing:.17em; }
.cefiro-product-values b { font-family:var(--display); font-size:1.8rem; font-weight:400; }
.woocommerce div.product .up-sells > h2::after { content:"Piezas que hablan el mismo viaje"; display:block; margin-top:12px; color:#777066; font-family:"Gotham","Avenir Next",Arial,sans-serif; font-size:.58rem; font-weight:400; letter-spacing:.28em; }
.woocommerce div.product .related > h2::after { content:"Más esencia para tu camino"; display:block; margin-top:12px; color:#777066; font-family:"Gotham","Avenir Next",Arial,sans-serif; font-size:.58rem; font-weight:400; letter-spacing:.28em; }
@media (max-width:1050px) {
  .cefiro-shop-shell .woocommerce ul.products { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .single-product .woocommerce div.product { grid-template-columns:minmax(0,1fr) minmax(340px,.9fr); gap:40px; }
  .single-product .woocommerce-product-gallery { grid-template-columns:70px minmax(0,1fr); gap:12px; }
}
@media (max-width:760px) {
  .shop-hero { padding:106px 22px 32px; }
  .shop-hero h1 { font-size:2.7rem; }
  .cefiro-shop-categories { grid-template-columns:repeat(3,1fr); gap:0; padding:0; border-top:1px solid #d8d0c4; border-bottom:1px solid #d8d0c4; }
  .cefiro-category-card { min-height:auto; padding:20px 8px; background-image:none; color:#2c2925; }
  .cefiro-category-card::before { display:none; }
  .cefiro-category-card span { padding:0; border:0; font-size:.66rem; letter-spacing:.16em; }
  .cefiro-category-card + .cefiro-category-card { border-left:1px solid #d8d0c4; }
  .cefiro-shop-shell { padding-top:20px; }
  .cefiro-collection-bar { margin-bottom:25px; }
  .cefiro-collection-bar h2 { display:none; }
  .cefiro-filter-panel { width:100%; }
  .cefiro-filter-panel > summary { width:100%; min-height:52px; justify-content:center; padding:0 18px; background:#ece7df; }
  .cefiro-filter-panel form { position:static; width:100%; grid-template-columns:1fr; margin-top:10px; box-shadow:none; }
  .cefiro-filter-actions { grid-column:auto; }
  .cefiro-shop-shell .woocommerce .woocommerce-result-count { display:none; }
  .cefiro-shop-shell .woocommerce .woocommerce-ordering { float:none; width:100%; margin:0 0 25px; }
  .cefiro-shop-shell .woocommerce .woocommerce-ordering select { width:100%; }
  .cefiro-shop-shell .woocommerce ul.products { grid-template-columns:repeat(2,minmax(0,1fr)); gap:32px 12px; }
  .cefiro-shop-shell .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size:.68rem; letter-spacing:.1em; }
  .cefiro-shop-shell .woocommerce ul.products li.product .price { font-size:.65rem; }
  .single-product .woocommerce-shell { padding-top:105px; }
  .single-product .woocommerce-breadcrumb { display:none; }
  .single-product .woocommerce div.product { display:block; }
  .single-product .woocommerce div.product div.images, .single-product .woocommerce div.product div.summary { margin-bottom:45px; }
  .single-product .woocommerce-product-gallery { display:block; margin-left:-22px; margin-right:-22px; }
  .single-product .woocommerce-product-gallery .flex-control-thumbs { display:flex; flex-direction:row; gap:8px; padding:10px 22px 0; }
  .single-product .woocommerce-product-gallery .flex-control-thumbs li { width:74px!important; flex:0 0 74px; }
  .single-product .woocommerce div.product .product_title { font-size:2rem; letter-spacing:.11em; }
  .cefiro-product-eyebrow { margin-top:10px; }
  .cefiro-product-values { margin-bottom:10px; }
  .woocommerce div.product .up-sells, .woocommerce div.product .related { margin-left:-22px; margin-right:-22px; }
}

/* Gallery and image-quality corrections — v1.0.10 */
.cefiro-shop-shell .woocommerce ul.products {
  display:grid!important;
  width:100%!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  align-items:start;
}
.cefiro-shop-shell .woocommerce ul.products li.product {
  min-width:0;
  max-width:none!important;
}
.cefiro-shop-shell .woocommerce ul.products li.product a {
  display:block;
}
.cefiro-shop-shell .woocommerce ul.products li.product a img {
  display:block;
  width:100%!important;
  height:auto!important;
  aspect-ratio:4/5;
  object-fit:cover;
  image-rendering:auto;
}

.cefiro-product-shell {
  padding-top:130px;
}
.cefiro-product-shell > .woocommerce,
.cefiro-product-shell .woocommerce-notices-wrapper {
  width:100%;
}
.cefiro-product-shell .woocommerce div.product {
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);
  column-gap:clamp(42px,6vw,110px);
  align-items:start;
}
.cefiro-product-shell .woocommerce div.product div.images,
.cefiro-product-shell .woocommerce div.product div.summary {
  float:none!important;
  width:auto!important;
  min-width:0;
  margin:0 0 78px;
}
.cefiro-product-shell .woocommerce div.product div.images { grid-column:1; }
.cefiro-product-shell .woocommerce div.product div.summary { grid-column:2; }
.cefiro-product-shell .woocommerce div.product .up-sells,
.cefiro-product-shell .woocommerce div.product .related { grid-column:1/-1; }
.cefiro-product-shell .woocommerce div.product .product_title {
  margin-bottom:13px;
  font-family:var(--display);
  font-size:clamp(3rem,5vw,5.8rem);
  font-weight:400;
  letter-spacing:0;
  line-height:1;
  text-transform:none;
}
.cefiro-product-shell .cefiro-selected-value {
  font-weight:300;
  letter-spacing:0;
  text-transform:none;
}

.cefiro-product-shell .woocommerce-product-gallery {
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  gap:18px;
  width:100%!important;
  max-width:820px;
}
.cefiro-product-shell .woocommerce-product-gallery .flex-viewport {
  grid-column:2;
  grid-row:1;
  width:100%;
  overflow:hidden;
}
.cefiro-product-shell .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin:0;
}
.cefiro-product-shell .woocommerce-product-gallery__image,
.cefiro-product-shell .woocommerce-product-gallery__image a {
  display:block;
  width:100%;
}
.cefiro-product-shell .woocommerce-product-gallery__image a img {
  display:block;
  width:100%!important;
  height:auto!important;
  max-height:760px;
  aspect-ratio:4/5;
  object-fit:cover;
  image-rendering:auto;
}
.cefiro-product-shell .woocommerce-product-gallery .flex-control-thumbs {
  grid-column:1;
  grid-row:1;
  display:flex;
  flex-direction:column;
  gap:14px;
  margin:0!important;
  padding:0;
}
.cefiro-product-shell .woocommerce-product-gallery .flex-control-thumbs li {
  float:none!important;
  width:100%!important;
  margin:0!important;
}
.cefiro-product-shell .woocommerce-product-gallery .flex-control-thumbs img {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:4/5;
  object-fit:cover;
}

/* Native, dependency-free fallback. JavaScript adds this only if WooCommerce's
 * own slider did not initialise. */
.cefiro-product-shell .woocommerce-product-gallery.cefiro-gallery-fallback {
  display:grid;
}
.cefiro-product-shell .cefiro-gallery-fallback .cefiro-fallback-thumbs {
  grid-column:1;
  grid-row:1;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.cefiro-product-shell .cefiro-gallery-fallback .cefiro-fallback-thumbs button {
  width:100%;
  padding:0;
  border:0;
  outline:1px solid transparent;
  outline-offset:3px;
  background:transparent;
  opacity:.66;
  cursor:pointer;
}
.cefiro-product-shell .cefiro-gallery-fallback .cefiro-fallback-thumbs button.is-active {
  outline-color:#8b8173;
  opacity:1;
}
.cefiro-product-shell .cefiro-gallery-fallback .cefiro-fallback-thumbs img {
  display:block;
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
}
.cefiro-product-shell .cefiro-gallery-fallback .woocommerce-product-gallery__wrapper {
  grid-column:2;
  grid-row:1;
  width:100%;
}
.cefiro-product-shell .cefiro-gallery-fallback .woocommerce-product-gallery__image {
  display:none!important;
}
.cefiro-product-shell .cefiro-gallery-fallback .woocommerce-product-gallery__image.is-active {
  display:block!important;
}
.cefiro-product-shell .cefiro-gallery-fallback .flex-control-thumbs {
  display:none!important;
}

/* Cefiro product gallery: the only active slider implementation. The strong
 * resets neutralise inline FlexSlider dimensions left by cached markup. */
.cefiro-product-shell .woocommerce-product-gallery.cefiro-gallery-ready {
  display:grid!important;
  grid-template-columns:92px minmax(0,1fr)!important;
  gap:18px!important;
  overflow:visible!important;
}
.cefiro-product-shell .cefiro-gallery-ready .woocommerce-product-gallery__wrapper {
  grid-column:2!important;
  grid-row:1!important;
  display:block!important;
  width:100%!important;
  margin:0!important;
  transform:none!important;
  position:relative;
}
.cefiro-product-shell .cefiro-gallery-ready .woocommerce-product-gallery__image {
  display:none!important;
  float:none!important;
  width:100%!important;
  margin:0!important;
}
.cefiro-product-shell .cefiro-gallery-ready .woocommerce-product-gallery__image.is-active {
  display:block!important;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-thumbs {
  display:flex!important;
  flex-direction:column;
  gap:14px;
  min-width:0;
  height:506px;
  overflow:hidden;
  scroll-behavior:smooth;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-nav {
  grid-column:1!important;
  grid-row:1!important;
  display:grid;
  grid-template-rows:32px 506px 32px;
  gap:8px;
  align-self:start;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-thumbs button {
  display:block;
  width:100%;
  padding:0;
  border:0;
  outline:1px solid transparent;
  outline-offset:3px;
  background:transparent;
  opacity:.62;
  cursor:pointer;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-thumbs button.is-active {
  outline-color:#8b8173;
  opacity:1;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-thumbs img {
  display:block;
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-thumb-arrow,
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-arrow {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:0;
  color:#27231f;
  background:rgba(244,240,232,.9);
  cursor:pointer;
  transition:background .2s ease;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-thumb-arrow:hover,
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-arrow:hover {
  background:#fffdf9;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-thumb-arrow svg,
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-arrow svg {
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-thumb-prev svg { transform:rotate(180deg); }
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-arrow {
  position:absolute;
  z-index:4;
  top:50%;
  width:44px;
  height:54px;
  transform:translateY(-50%);
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-prev { left:12px; }
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-prev svg { transform:rotate(90deg); }
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-next { right:12px; }
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-next svg { transform:rotate(-90deg); }

@media (max-width:1050px) {
  .cefiro-shop-shell .woocommerce ul.products {
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .cefiro-product-shell .woocommerce div.product {
    grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);
    gap:40px;
  }
  .cefiro-product-shell .woocommerce-product-gallery {
    grid-template-columns:70px minmax(0,1fr);
    gap:12px;
  }
}

@media (max-width:760px) {
  .cefiro-shop-shell .woocommerce ul.products {
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .cefiro-product-shell {
    padding-top:105px;
  }
  .cefiro-product-shell .woocommerce div.product {
    display:block;
  }
  .cefiro-product-shell .woocommerce div.product div.images,
  .cefiro-product-shell .woocommerce div.product div.summary {
    margin-bottom:45px;
  }
  .cefiro-product-shell .woocommerce div.product .product_title {
    font-size:clamp(3rem,14vw,4.4rem);
  }
  .cefiro-product-shell .woocommerce-product-gallery,
  .cefiro-product-shell .woocommerce-product-gallery.cefiro-gallery-fallback,
  .cefiro-product-shell .woocommerce-product-gallery.cefiro-gallery-ready {
    display:block!important;
    max-width:none;
    margin-left:-22px;
    margin-right:-22px;
    width:auto!important;
  }
  .cefiro-product-shell .woocommerce-product-gallery__image a img {
    max-height:none;
  }
  .cefiro-product-shell .woocommerce-product-gallery .flex-control-thumbs,
  .cefiro-product-shell .cefiro-gallery-fallback .cefiro-fallback-thumbs,
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-thumbs {
    display:flex;
    flex-direction:row;
    gap:8px;
    overflow-x:auto;
    padding:10px 22px 4px;
    scrollbar-width:none;
  }
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-thumbs {
    width:100%;
    height:auto;
    padding:0;
    overflow-x:auto;
    overflow-y:hidden;
  }
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-nav {
    display:grid;
    grid-template-columns:36px minmax(0,1fr) 36px;
    grid-template-rows:auto;
    gap:8px;
    width:100%;
    padding:10px 22px 4px;
  }
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-thumb-arrow { min-height:92px; }
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-thumb-prev svg { transform:rotate(90deg); }
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-thumb-next svg { transform:rotate(-90deg); }
  .cefiro-product-shell .woocommerce-product-gallery .flex-control-thumbs::-webkit-scrollbar,
  .cefiro-product-shell .cefiro-gallery-fallback .cefiro-fallback-thumbs::-webkit-scrollbar,
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-thumbs::-webkit-scrollbar {
    display:none;
  }
  .cefiro-product-shell .woocommerce-product-gallery .flex-control-thumbs li,
  .cefiro-product-shell .cefiro-gallery-fallback .cefiro-fallback-thumbs button,
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-thumbs button {
    width:74px!important;
    flex:0 0 74px;
  }
}

/* Final cascade for grouped product galleries. */
.cefiro-product-shell .cefiro-gallery-ready .woocommerce-product-gallery__wrapper {
  display:none!important;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-nav {
  grid-column:1!important;
  grid-row:1!important;
  display:block;
  align-self:start;
}
.cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-thumbs {
  display:flex!important;
  flex-direction:column;
  gap:14px;
  height:auto;
  padding:0;
  overflow:visible;
}

@media (max-width:760px) {
  .cefiro-product-shell .woocommerce-product-gallery.cefiro-gallery-ready {
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-stage {
    grid-column:1!important;
    grid-row:1!important;
  }
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-nav {
    grid-column:1!important;
    grid-row:2!important;
    display:block;
    width:auto;
    padding:10px 22px 4px;
  }
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-thumbs {
    flex-direction:row;
    gap:8px;
    overflow-x:auto;
    overflow-y:hidden;
  }
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-gallery-thumbs button {
    width:74px!important;
    flex:0 0 74px;
  }
  .cefiro-product-shell .cefiro-gallery-ready .cefiro-color-carousel {
    grid-column:1!important;
    grid-row:3!important;
  }
}

/* Editorial photography system + Experiences bento — v1.0.18 */
.hero-media img,
.editorial-image img,
.image-page-hero > img,
.custom-collage img,
.custom-proof img,
.visit-card-image,
.location-list article > img,
.founder-portrait img {
  filter:saturate(.92) contrast(.98) brightness(.98);
}
.hero-media img,
.editorial-image img,
.image-page-hero > img,
.custom-collage img,
.custom-proof img,
.visit-card-image,
.location-list article > img,
.founder-portrait img,
.experience-card-image img {
  transition:transform 700ms cubic-bezier(.2,.65,.25,1), filter 400ms ease;
}
.editorial-image:hover img,
.custom-collage figure:hover img,
.custom-proof article:hover img,
.visit-grid article:hover .visit-card-image,
.location-list article:hover > img,
.experience-card:hover .experience-card-image img {
  transform:scale(1.018);
}

.experiences-page-editorial { background:#f7f3ec; }
.experiences-editorial-intro {
  display:grid;
  grid-template-columns:minmax(360px,.72fr) minmax(360px,1fr);
  gap:7vw;
  align-items:end;
  padding:76px max(28px,4vw) 50px;
}
.experiences-editorial-intro .section-kicker { color:#8a7557; }
.experiences-editorial-intro h1 {
  margin:0;
  font-family:var(--display);
  font-size:clamp(4.2rem,7vw,7.4rem);
  font-weight:400;
  line-height:.92;
}
.experiences-editorial-intro > p {
  max-width:620px;
  margin:0 0 8px;
  color:#625d54;
  font-size:1rem;
  line-height:1.8;
}
.experiences-bento {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  padding:0 max(28px,4vw) 110px;
}
.experience-card {
  min-width:0;
  display:flex;
  flex-direction:column;
}
.experience-card-image { display:block; width:100%; overflow:hidden; background:#d9d0c1; }
.experience-card-image img {
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}
.experience-card-copy { flex:1; padding:31px 34px 34px; }
.experience-card-copy > p {
  margin:0 0 24px;
  color:#c8c2b7;
  font-size:.62rem;
  text-transform:uppercase;
  letter-spacing:.17em;
}
.experience-card-copy h2,
.experience-card-meta h2 {
  margin:0;
  font-family:var(--display);
  font-weight:400;
  line-height:1.08;
}
.experience-card-copy h2 { font-size:clamp(2.7rem,4vw,4.6rem); }
.experience-card-copy > div {
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:flex-end;
  margin-top:19px;
}
.experience-card-copy span { color:#d6d0c6; font-size:.88rem; line-height:1.65; }
.experience-card-copy a {
  flex:none;
  padding-bottom:6px;
  border-bottom:1px solid #aaa79d;
  font-size:.63rem;
  text-transform:uppercase;
  letter-spacing:.16em;
}
.experience-card-copy a b { margin-left:8px; font-weight:400; }
.experience-card-meta {
  flex:1;
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:12px;
  padding:18px 0 8px;
}
.experience-card-meta > span {
  padding-top:6px;
  color:#8f887d;
  font-size:.61rem;
  letter-spacing:.14em;
}
.experience-card-meta h2 { font-size:clamp(1.45rem,2vw,2.25rem); }
.experience-card-meta p {
  margin:8px 0 0;
  color:#6c665d;
  font-size:.78rem;
  line-height:1.55;
}
.experience-card-meta > div { display:flex; min-height:205px; flex-direction:column; }
.experience-card-meta .experience-discover { margin-top:auto; padding-top:18px; align-self:flex-start; }

.experience-contact-actions {
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:16px;
}
.experience-contact-action {
  min-height:40px;
  padding:11px 15px 10px;
  border:1px solid #282721;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-size:.61rem;
  font-weight:500;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.13em;
  transition:background 180ms ease,color 180ms ease,border-color 180ms ease;
}
.experience-contact-action-primary { background:#282721; color:#fffdf9; }
.experience-contact-action:hover,
.experience-contact-action:focus-visible { background:#8a7557; border-color:#8a7557; color:#fff; }
.experience-contact-action svg {
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.experience-card-copy .experience-contact-actions { margin-top:25px; }
.experience-card-copy .experience-contact-action {
  border-color:rgba(255,255,255,.62);
  color:#f7f3ea;
}
.experience-card-copy .experience-contact-action-primary { background:#f7f3ea; color:#22241f; }
.experience-card-copy .experience-contact-action:hover,
.experience-card-copy .experience-contact-action:focus-visible { background:#b7a27e; border-color:#b7a27e; color:#22241f; }
.experience-direct-contact {
  margin:0 max(28px,4vw) 100px;
  padding:46px max(24px,4vw);
  display:grid;
  grid-template-columns:minmax(260px,1fr) auto;
  gap:42px;
  align-items:center;
  background:#ded1bb;
}
.experience-direct-contact .section-kicker { margin-bottom:12px; color:#74644e; }
.experience-direct-contact h2 {
  margin:0;
  font-family:var(--display);
  font-size:clamp(2.25rem,4vw,4.2rem);
  font-weight:400;
  line-height:1.03;
}
.experience-direct-contact > div:last-child { display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-end; }
.experience-direct-contact .experience-contact-action { min-height:49px; padding:14px 22px 13px; }
.experience-contact-note { margin:14px 0 0; color:#665e53; font-size:.78rem; line-height:1.6; }

@media (max-width:1100px) {
  .experiences-bento { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width:700px) {
  .experiences-editorial-intro {
    grid-template-columns:1fr;
    gap:22px;
    padding:44px 22px 32px;
  }
  .experiences-editorial-intro h1 { font-size:clamp(3.6rem,18vw,5.2rem); }
  .experiences-bento { grid-template-columns:1fr; gap:34px; padding:0 22px 72px; }
  .experience-card-image img { aspect-ratio:4/3; }
  .experience-card-copy { padding:26px 24px 28px; }
  .experience-card-copy > div { align-items:flex-start; flex-direction:column; gap:20px; }
  .experience-card-meta { padding-top:15px; }
  .experience-card-meta > div { min-height:0; }
  .experience-contact-actions { margin-top:13px; }
  .experience-contact-action { flex:1 1 135px; }
  .experience-direct-contact {
    margin:0 22px 68px;
    padding:32px 24px;
    grid-template-columns:1fr;
    gap:25px;
  }
  .experience-direct-contact > div:last-child { justify-content:flex-start; }
  .experience-direct-contact .experience-contact-action { flex:1 1 170px; }
}

/* Functional language toggle + clean WooCommerce utility pages */
.language-tool { transition:opacity 180ms ease,transform 180ms ease; }
.language-tool:hover,.language-tool:focus-visible { opacity:.7; transform:translateY(-1px); }
.cefiro-commerce-hero { padding:54px max(24px,6vw) 34px; text-align:center; background:#f7f3ec; border-bottom:1px solid #ddd4c7; }
.cefiro-commerce-hero .section-kicker { margin-bottom:13px; color:#8a7557; }
.cefiro-commerce-hero h1 { margin:0; font-family:var(--display); font-size:clamp(2.8rem,5vw,5.2rem); font-weight:400; line-height:1; }
.cefiro-cart-shell,.cefiro-checkout-shell { min-height:48vh; padding-top:58px; }
.cefiro-cart-shell .woocommerce-cart-form,.cefiro-cart-shell .cart-collaterals { background:#fffdf9; }
.cefiro-cart-shell .woocommerce-info,.cefiro-cart-shell .cart-empty { text-align:center; }
.cefiro-cart-shell .return-to-shop { text-align:center; }
@media (max-width:700px) {
  .cefiro-commerce-hero { padding:38px 22px 28px; }
  .cefiro-cart-shell,.cefiro-checkout-shell { padding-top:38px; }
}

@media (prefers-reduced-motion:reduce) {
  .hero-media img,
  .editorial-image img,
  .image-page-hero > img,
  .custom-collage img,
  .custom-proof img,
  .visit-card-image,
  .location-list article > img,
  .founder-portrait img,
  .experience-card-image img { transition:none; }
}

/* Experiences sales panels + Concierge — v1.0.19 */
body.experience-modal-open { overflow:hidden; }
.experience-card-image {
  position:relative;
  width:100%;
  padding:0;
  border:0;
  border-radius:0;
  text-align:left;
  cursor:pointer;
}
.experience-card-hover {
  position:absolute;
  inset:auto 0 0;
  padding:38px 24px 20px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:end;
  color:#fff;
  background:linear-gradient(transparent,rgba(20,20,17,.78));
  opacity:0;
  transform:translateY(8px);
  transition:opacity 220ms ease,transform 220ms ease;
}
.experience-card-hover b { font-size:.66rem; font-weight:500; text-transform:uppercase; letter-spacing:.17em; }
.experience-card-hover small { max-width:65%; text-align:right; font-size:.62rem; line-height:1.5; }
.experience-card-image:hover .experience-card-hover,
.experience-card-image:focus-visible .experience-card-hover { opacity:1; transform:none; }
.experience-card-eyebrow { margin:0 0 6px!important; color:#8a7557!important; font-size:.58rem!important; text-transform:uppercase; letter-spacing:.15em; }
.experience-discover {
  margin-top:15px;
  padding:0 0 6px;
  border:0;
  border-bottom:1px solid currentColor;
  border-radius:0;
  background:transparent;
  color:inherit;
  font-size:.61rem;
  text-transform:uppercase;
  letter-spacing:.15em;
  cursor:pointer;
}
.experience-card-copy .experience-discover { margin:0; }
.experience-partner-callout {
  margin:0 max(28px,4vw) 28px;
  padding:48px max(24px,4vw);
  display:grid;
  grid-template-columns:minmax(280px,1fr) auto;
  gap:50px;
  align-items:center;
  color:#f6f1e8;
  background:#29312e;
}
.experience-partner-callout .section-kicker { color:#cab995; }
.experience-partner-callout h2 { margin:8px 0 13px; font-family:var(--display); font-size:clamp(2.2rem,3.6vw,4rem); font-weight:400; }
.experience-partner-callout p:last-child { max-width:680px; margin:0; color:#c9cdc8; line-height:1.75; }
.experience-partner-callout .experience-contact-action { border-color:#f6f1e8; background:#f6f1e8; color:#29312e; }

.experience-modal { position:fixed; inset:0; z-index:100000; visibility:hidden; opacity:0; transition:opacity 220ms ease,visibility 220ms ease; }
.experience-modal.is-open { visibility:visible; opacity:1; }
.experience-modal-backdrop { position:absolute; inset:0; width:100%; padding:0; border:0; background:rgba(18,18,15,.66); cursor:pointer; }
.experience-modal-panel {
  position:absolute;
  top:0;
  right:0;
  width:min(760px,92vw);
  height:100%;
  overflow-y:auto;
  background:#f7f3ec;
  transform:translateX(100%);
  transition:transform 320ms cubic-bezier(.25,.72,.25,1);
}
.experience-modal.is-open .experience-modal-panel { transform:none; }
.experience-modal-close {
  position:fixed;
  z-index:2;
  top:18px;
  right:20px;
  width:46px;
  height:46px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:50%;
  background:rgba(30,30,26,.72);
  color:#fff;
  font:300 2rem/1 var(--sans);
  cursor:pointer;
}
.experience-modal-hero { display:block; width:100%; height:min(46vh,430px); object-fit:cover; }
.experience-modal-content { padding:44px clamp(24px,6vw,62px) 62px; }
.experience-modal-content > h2 { margin:6px 0 20px; font-family:var(--display); font-size:clamp(2.7rem,6vw,5rem); font-weight:400; line-height:.98; }
.experience-modal-lead { margin:0; color:#5e584f; font-size:.98rem; line-height:1.85; }
.experience-facts { display:grid; grid-template-columns:1fr 1fr; margin:34px 0 40px; border-top:1px solid #cdc4b7; border-left:1px solid #cdc4b7; }
.experience-facts div { min-height:100px; padding:19px 20px; border-right:1px solid #cdc4b7; border-bottom:1px solid #cdc4b7; }
.experience-facts dt,.experience-modal-sections h3 { margin:0 0 9px; color:#837664; font-size:.62rem; font-weight:500; text-transform:uppercase; letter-spacing:.16em; }
.experience-facts dd { margin:0; font-family:var(--display); font-size:1.15rem; line-height:1.3; }
.experience-modal-sections { display:grid; grid-template-columns:1fr 1fr; gap:30px 38px; }
.experience-modal-sections section { border-top:1px solid #d5ccbf; padding-top:18px; }
.experience-modal-sections p,.experience-modal-sections li { color:#625c53; font-size:.82rem; line-height:1.72; }
.experience-modal-sections ul,.experience-modal-sections ol { margin:0; padding-left:18px; }
.experience-modal-content > .experience-contact-actions { margin-top:42px; padding-top:28px; border-top:1px solid #cdc4b7; }

.concierge-page { background:#f7f3ec; }
.concierge-hero { min-height:72vh; padding:110px max(28px,8vw) 90px; display:flex; flex-direction:column; justify-content:center; color:#f8f3ea; background:linear-gradient(90deg,rgba(27,31,28,.9),rgba(27,31,28,.32)),url("assets/images/experience-villa.webp") center/cover; }
.concierge-hero .section-kicker { color:#d3c29e; }
.concierge-hero h1 { margin:14px 0 22px; font-family:var(--display); font-size:clamp(4rem,8vw,8rem); font-weight:400; line-height:.88; }
.concierge-hero > p:not(.section-kicker) { margin:0; font-size:1.12rem; }
.concierge-hero-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:34px; }
.concierge-hero .experience-contact-action { border-color:#fff; color:#fff; }
.concierge-hero .experience-contact-action-primary { background:#fff; color:#262923; }
.concierge-intro { padding:105px max(28px,8vw); display:grid; grid-template-columns:1fr 1fr; gap:10vw; align-items:end; }
.concierge-intro h2,.concierge-offer h2,.concierge-join h2 { margin:10px 0 0; font-family:var(--display); font-size:clamp(2.6rem,4.6vw,5rem); font-weight:400; line-height:1; }
.concierge-intro > p { margin:0; color:#625c53; line-height:1.9; }
.concierge-steps { padding:0 max(28px,8vw) 110px; display:grid; grid-template-columns:repeat(3,1fr); }
.concierge-steps article { min-height:220px; padding:30px; border:1px solid #cfc5b7; border-right:0; }
.concierge-steps article:last-child { border-right:1px solid #cfc5b7; }
.concierge-steps span { color:#8a7557; font-size:.64rem; letter-spacing:.15em; }
.concierge-steps h3 { margin:48px 0 12px; font-family:var(--display); font-size:2rem; font-weight:400; }
.concierge-steps p { margin:0; color:#6a635a; line-height:1.7; }
.concierge-offer { padding:95px max(28px,8vw); display:grid; grid-template-columns:.85fr 1.15fr; gap:9vw; background:#ddd1bd; }
.concierge-offer ul { margin:0; padding:0; list-style:none; }
.concierge-offer li { display:grid; grid-template-columns:35px 1fr; gap:18px; padding:22px 0; border-top:1px solid rgba(54,49,43,.22); }
.concierge-offer li span { padding-top:5px; font-size:.62rem; letter-spacing:.14em; }
.concierge-offer h3 { margin:0 0 7px; font-family:var(--display); font-size:1.55rem; font-weight:400; }
.concierge-offer li p { margin:0; color:#625b51; font-size:.8rem; line-height:1.6; }
.concierge-join { padding:110px max(28px,8vw); display:grid; grid-template-columns:.8fr 1.2fr; gap:9vw; }
.concierge-join-copy > p:last-child { margin-top:25px; color:#625c53; line-height:1.8; }
.concierge-join-form { display:grid; grid-template-columns:1fr 1fr; gap:24px 18px; }
.concierge-join-form > label { display:flex; flex-direction:column; gap:9px; }
.concierge-join-form label span,.concierge-join-form legend { font-size:.61rem; text-transform:uppercase; letter-spacing:.14em; }
.concierge-join-form input[type="text"],.concierge-join-form input[type="tel"],.concierge-join-form input[type="email"] { min-height:48px; padding:10px 12px; border:0; border-bottom:1px solid #a99f91; border-radius:0; background:transparent; }
.concierge-join-form fieldset { grid-column:1/-1; padding:22px; display:grid; grid-template-columns:1fr 1fr; gap:12px; border:1px solid #cfc5b7; }
.concierge-join-form legend { padding:0 8px; }
.concierge-join-form fieldset label { color:#585249; font-size:.78rem; }
.concierge-join-form > button,.concierge-email-link { grid-column:1/-1; }
.concierge-email-link { color:#6f675c; font-size:.72rem; }

/* The archive no longer needs two large vertical bands before products. */
.shop-hero { padding-top:72px; padding-bottom:30px; }
.woocommerce-shell { padding-top:42px; }
.footer-links { grid-template-columns:repeat(5,1fr); }

@media (max-width:900px) {
  .experience-modal-sections { grid-template-columns:1fr; }
  .concierge-intro,.concierge-offer,.concierge-join { grid-template-columns:1fr; gap:45px; }
  .footer-links { grid-template-columns:repeat(3,1fr); }
}
@media (max-width:700px) {
  .experience-card-hover { display:none; }
  .experience-partner-callout { margin:0 22px 22px; padding:34px 24px; grid-template-columns:1fr; gap:25px; }
  .experience-modal-panel { width:100%; }
  .experience-modal-hero { height:34vh; }
  .experience-modal-content { padding:32px 22px 48px; }
  .experience-facts { grid-template-columns:1fr; }
  .experience-facts div { min-height:0; }
  .concierge-hero { min-height:68vh; padding:80px 22px 60px; }
  .concierge-intro,.concierge-offer,.concierge-join { padding:75px 22px; }
  .concierge-steps { padding:0 22px 75px; grid-template-columns:1fr; }
  .concierge-steps article { border-right:1px solid #cfc5b7; border-bottom:0; }
  .concierge-steps article:last-child { border-bottom:1px solid #cfc5b7; }
  .concierge-join-form { grid-template-columns:1fr; }
  .concierge-join-form fieldset { grid-template-columns:1fr; }
  .shop-hero { padding-top:52px; }
  .woocommerce-shell { padding-top:28px; }
  .footer-links { grid-template-columns:1fr 1fr; }
}

/* Tighter editorial rhythm and simplified Contact — v1.0.20 */
/* Home: retain the editorial pacing without making every block a full screen. */
.home .hero { min-height:88svh; }
.home .intro-slice { min-height:auto; padding-top:78px; padding-bottom:78px; }
.home .collection-grid { min-height:0; }
.home .collection-card { min-height:620px; }
.home .product-section { padding-top:88px; padding-bottom:88px; }
.home .editorial-split { min-height:0; }
.home .editorial-image { min-height:590px; }
.home .editorial-copy { padding:7vw; }
.home .story-band { padding-top:105px; padding-bottom:105px; }
.home .club-home,.home .club-home-image { min-height:620px; }
.home .club-home-copy { padding-top:80px; padding-bottom:80px; }
.home .visit-section { padding-top:88px; padding-bottom:88px; }
.home .visit-grid { margin-top:48px; }
.home .home-contact-band { padding-top:72px; padding-bottom:72px; }
.home .closing-banner { min-height:55vh; padding-top:72px; padding-bottom:72px; }

/* Shop: title now starts immediately after the header. */
.cefiro-woocommerce .shop-hero { padding:32px max(28px,6vw) 22px; }
.cefiro-woocommerce .shop-hero .cefiro-title-rule { margin-top:18px; }
.cefiro-shop-shell { padding-top:18px; }

/* Experiences: compact introduction and supporting sections. */
.experiences-editorial-intro { padding-top:38px; padding-bottom:34px; }
.experiences-bento { padding-bottom:78px; }
.experiences-page .experience-flow { padding-top:88px; padding-bottom:88px; }
.experiences-page .experience-direct-contact { margin-bottom:72px; padding-top:38px; padding-bottom:38px; }

/* Club: shorter hero and visual benefit cards. */
.club-page-hero { min-height:58vh; padding-top:72px; padding-bottom:72px; }
.club-intro { padding-top:86px; padding-bottom:86px; }
.club-partners { padding-bottom:88px; }
.club-partners article { min-height:0; padding:0; overflow:hidden; }
.club-partner-image { display:block; width:100%; aspect-ratio:16/10; object-fit:cover; }
.club-partner-copy { padding:28px 30px 34px; }
.club-partner-copy .partner-place { margin:32px 0 10px; }
.club-partner-copy > p:last-child { color:#655f56; line-height:1.7; }
.club-partners h2 { min-height:0; }
.club-how { padding-top:88px; padding-bottom:88px; }
.club-contact-cta { padding-top:90px; padding-bottom:90px; }

/* Story: one hierarchy, one body typeface and a restrained palette. */
.story-page { background:#f7f3ec; }
.story-page-hero { min-height:60vh; padding-top:76px; padding-bottom:76px; }
.founder-story,.founder-portrait { min-height:650px; }
.founder-story-copy { padding-top:76px; padding-bottom:76px; }
.founder-story-copy h2,.story-turning-point blockquote,.story-values h3 { font-family:var(--display); }
.founder-story-copy > p:not(.section-kicker),.story-copy p { color:#585249; font-family:"Gotham","Avenir Next","Montserrat","Helvetica Neue",Arial,sans-serif; font-size:1rem; line-height:1.82; }
.founder-story-copy > p:not(.section-kicker) { margin-top:22px; }
.story-turning-point { padding-top:88px; padding-bottom:88px; background:#eee6da; }
.story-turning-point blockquote { font-size:clamp(2.25rem,4vw,4.2rem); color:#292621; }
.story-copy { max-width:820px; padding-top:76px; padding-bottom:82px; font-family:"Gotham","Avenir Next","Montserrat","Helvetica Neue",Arial,sans-serif; }
.story-copy .lead { color:#292621; font-size:clamp(1.35rem,2vw,1.75rem); line-height:1.58; }
.story-values article { min-height:270px; padding:44px; }
.story-values h3 { margin-top:72px; font-size:1.8rem; }

/* Contact: direct channels first; locations and business links second. */
.contact-page-compact .visit-page-hero { min-height:42vh; padding-top:64px; padding-bottom:58px; }
.contact-first { display:grid; grid-template-columns:.82fr 1.18fr; gap:8vw; align-items:start; padding:76px max(28px,8vw); background:#e2d7c6; }
.contact-first .section-kicker,.contact-locations-heading .section-kicker { color:#806b4f; }
.contact-first h2,.contact-locations-heading h2 { margin:0; font-family:var(--display); font-size:clamp(2.5rem,4vw,4.2rem); font-weight:400; line-height:1.05; }
.contact-first > div:first-child > p:last-child { max-width:500px; margin:22px 0 0; color:#625b52; line-height:1.75; }
.contact-first-actions { display:grid; gap:10px; }
.contact-first-card { min-height:92px; padding:18px 22px; display:grid; grid-template-columns:1fr auto; gap:5px 20px; align-items:center; border:1px solid #b6a995; background:rgba(255,253,249,.34); transition:background 180ms ease,color 180ms ease,border-color 180ms ease; }
.contact-first-card span { color:#766b5d; font-size:.6rem; text-transform:uppercase; letter-spacing:.14em; }
.contact-first-card strong { grid-row:1/3; grid-column:2; font-family:var(--display); font-size:1.65rem; font-weight:400; }
.contact-first-card small { color:#5f574d; font-size:.72rem; }
.contact-first-card-primary,.contact-first-card:hover,.contact-first-card:focus-visible { border-color:#29312e; background:#29312e; color:#fff; }
.contact-first-card-primary span,.contact-first-card-primary small,.contact-first-card:hover span,.contact-first-card:hover small,.contact-first-card:focus-visible span,.contact-first-card:focus-visible small { color:#cbd0cc; }
.contact-locations-heading { padding:72px max(28px,7vw) 28px; background:#f7f3ec; }
.contact-location-list { padding-top:0; padding-bottom:65px; }
.contact-location-list article { grid-template-columns:180px 42px 1fr auto; padding:26px 0; }
.contact-location-list h2 { font-size:1.85rem; }
.contact-location-list article > img { aspect-ratio:4/3; }
.contact-page-compact .business-contact-band { padding-top:72px; padding-bottom:72px; }
.contact-business-actions { display:flex; flex-wrap:wrap; gap:10px; }
.contact-business-actions .solid-button-light { background:transparent; color:#f7f2e9; }
.contact-business-actions .solid-button-light:hover { background:#f7f2e9; color:#26302d; }

@media (max-width:900px) {
  .contact-first { grid-template-columns:1fr; gap:38px; }
  .contact-location-list article { grid-template-columns:180px 36px 1fr; }
  .contact-location-list article > a { grid-column:3; }
}
@media (max-width:700px) {
  .home .hero { min-height:86svh; }
  .home .intro-slice,.home .product-section,.home .visit-section { padding-top:64px; padding-bottom:64px; }
  .home .collection-card { min-height:72vh; }
  .home .editorial-image { min-height:68vh; }
  .home .story-band { padding-top:78px; padding-bottom:78px; }
  .home .club-home,.home .club-home-image { min-height:58vh; }
  .home .closing-banner { min-height:50vh; }
  .cefiro-woocommerce .shop-hero { padding:24px 22px 18px; }
  .experiences-editorial-intro { padding-top:25px; padding-bottom:28px; }
  .experiences-bento { padding-bottom:62px; }
  .club-page-hero,.story-page-hero { min-height:52vh; padding-top:60px; padding-bottom:60px; }
  .club-intro,.club-how,.story-turning-point { padding-top:68px; padding-bottom:68px; }
  .club-partner-copy { padding:25px 24px 30px; }
  .founder-story,.founder-portrait { min-height:0; }
  .founder-portrait { height:72vh; }
  .founder-story-copy { padding-top:68px; padding-bottom:68px; }
  .story-copy { padding-top:64px; padding-bottom:68px; }
  .story-values article { min-height:220px; }
  .contact-page-compact .visit-page-hero { min-height:38vh; padding-top:48px; padding-bottom:45px; }
  .contact-first { padding:62px 22px; }
  .contact-first-card { grid-template-columns:1fr; }
  .contact-first-card strong { grid-row:auto; grid-column:auto; }
  .contact-locations-heading { padding:58px 22px 24px; }
  .contact-location-list { padding:0 22px 55px; }
  .contact-location-list article { grid-template-columns:36px 1fr; }
  .contact-location-list article > img { grid-column:1/-1; }
  .contact-location-list article > a { grid-column:2; }
  .contact-page-compact .business-contact-band { padding-top:62px; padding-bottom:62px; }
}
