
:root{
  --ink:#171613;
  --ink-2:#28251f;
  --ivory:#f8f5ed;
  --paper:#fffdf8;
  --sand:#e9e0d1;
  --sand-2:#d8cbb6;
  --gold:#c99a24;
  --gold-2:#e0bc56;
  --olive:#747864;
  --rose:#b78178;
  --muted:#716c63;
  --line:rgba(23,22,19,.13);
  --white-line:rgba(255,255,255,.14);
  --shadow:0 28px 70px rgba(23,22,19,.14);
  --radius:26px;
  --radius-sm:16px;
  --max:1240px;
  --serif:'Cal Sans', 'Arial Narrow', Arial, sans-serif;
  --sans:'Cal Sans', 'Arial Narrow', Arial, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--ivory)}
body{margin:0;color:var(--ink);font-family:var(--sans);background:var(--ivory);line-height:1.62;-webkit-font-smoothing:antialiased}
body.menu-open,body.quote-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img,svg{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
::selection{background:#d8b04b;color:#15130f}

.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.container.narrow{width:min(calc(100% - 40px),860px)}
.section{padding:104px 0}
.section-sm{padding:72px 0}
.section-lg{padding:132px 0}
.bg-paper{background:var(--paper)}
.bg-dark{background:var(--ink);color:#f6f0e5}
.bg-sand{background:var(--sand)}
.bg-soft{background:#f1ebdf}
.border-top{border-top:1px solid var(--line)}

.eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;color:var(--muted);margin-bottom:18px}
.eyebrow:before{content:"";width:32px;height:1px;background:currentColor;opacity:.65}
.bg-dark .eyebrow{color:#d8c79f}
.display{font-family:var(--serif);font-weight:400;letter-spacing:-.035em;line-height:.98;font-size:clamp(44px,6.3vw,82px);margin:0}
.h1{font-family:var(--serif);font-size:clamp(44px,5.4vw,72px);font-weight:400;line-height:1.02;letter-spacing:-.035em;margin:0}
.h2{font-family:var(--serif);font-size:clamp(34px,4.2vw,56px);font-weight:400;line-height:1.06;letter-spacing:-.03em;margin:0}
.h3{font-family:var(--serif);font-size:30px;font-weight:400;line-height:1.15;margin:0}
.lead{font-size:18px;color:var(--muted);max-width:700px;margin:22px 0 0}
.bg-dark .lead{color:#cfc7ba}
.kicker{font-family:var(--serif);font-style:italic;color:var(--gold);font-size:1.06em}
.copy p{margin:0 0 18px;color:var(--muted)}
.copy p:last-child{margin-bottom:0}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 22px;border-radius:999px;border:1px solid transparent;font-weight:600;font-size:14px;transition:.25s ease;background:transparent;white-space:nowrap}
.btn svg{width:17px;height:17px}
.btn-primary{background:var(--ink);color:#fff}
.btn-primary:hover{background:#313029;transform:translateY(-1px)}
.btn-gold{background:var(--gold);color:#17140e}
.btn-gold:hover{background:var(--gold-2);transform:translateY(-1px)}
.btn-outline{border-color:var(--line);background:rgba(255,255,255,.35)}
.btn-outline:hover{border-color:rgba(23,22,19,.28);background:#fff}
.bg-dark .btn-outline{border-color:var(--white-line);background:rgba(255,255,255,.04);color:#fff}
.bg-dark .btn-outline:hover{background:rgba(255,255,255,.1)}
.btn-text{padding:0;min-height:auto;border-radius:0;font-weight:700;border-bottom:1px solid currentColor}
.btn-text:hover{color:var(--gold)}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}

.site-header{position:fixed;inset:0 0 auto;z-index:1000;height:86px;display:flex;align-items:center;transition:.3s ease;color:#fff}
.site-header:after{content:"";position:absolute;inset:0;background:rgba(14,13,11,.05);backdrop-filter:blur(0);border-bottom:1px solid transparent;transition:.3s ease;z-index:-1}
.site-header.scrolled,.site-header.light-header{color:var(--ink)}
.site-header.scrolled:after,.site-header.light-header:after{background:rgba(248,245,237,.92);backdrop-filter:blur(18px);border-color:var(--line)}
.header-inner{width:min(calc(100% - 40px),var(--max));margin:auto;display:grid;grid-template-columns:240px 1fr auto;align-items:center;gap:24px}
.brand{display:inline-flex;align-items:center;gap:12px;min-width:0}
.brand-mark{width:30px;height:43px;object-fit:contain}
.brand-name{font-size:13px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;line-height:1.2}
.main-nav{display:flex;align-items:center;justify-content:center;gap:24px;font-size:13px;font-weight:600}
.main-nav>a,.nav-drop>a{position:relative;opacity:.9;padding:30px 0}
.main-nav>a:after,.nav-drop>a:after{content:"";position:absolute;left:0;right:100%;bottom:21px;height:1px;background:currentColor;transition:.25s ease}
.main-nav>a:hover:after,.main-nav>a.active:after,.nav-drop>a:hover:after{right:0}
.header-actions{display:flex;align-items:center;gap:10px}
.quote-count-btn{position:relative;width:44px;height:44px;border-radius:50%;border:1px solid currentColor;color:inherit;background:transparent;display:grid;place-items:center;opacity:.9}
.quote-count-btn svg{width:18px}
.quote-badge{position:absolute;right:-2px;top:-3px;display:grid;place-items:center;background:var(--gold);color:#1b1710;width:20px;height:20px;border-radius:50%;font-size:10px;font-weight:800;border:2px solid var(--ivory)}
.header-cta{min-height:44px;padding:0 18px;background:var(--gold);color:#17140e}
.menu-toggle{display:none;width:46px;height:46px;border-radius:50%;border:1px solid currentColor;background:transparent;color:inherit;position:relative}
.menu-toggle span{position:absolute;left:13px;right:13px;height:1.5px;background:currentColor;transition:.25s}
.menu-toggle span:first-child{top:18px}.menu-toggle span:last-child{top:26px}
body.menu-open .menu-toggle span:first-child{transform:translateY(4px) rotate(45deg)}
body.menu-open .menu-toggle span:last-child{transform:translateY(-4px) rotate(-45deg)}
.nav-drop{position:relative}
.dropdown{position:absolute;top:74px;left:50%;transform:translate(-50%,8px);width:246px;padding:12px;background:rgba(251,248,241,.98);color:var(--ink);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:.22s ease}
.nav-drop:hover .dropdown{opacity:1;transform:translate(-50%,0);pointer-events:auto}
.dropdown a{display:flex;justify-content:space-between;align-items:center;padding:12px;border-radius:10px;font-size:13px}
.dropdown a:hover{background:var(--sand)}

.mobile-nav{display:none;position:fixed;z-index:990;inset:0;background:var(--ivory);padding:110px 24px 34px;overflow:auto}
.mobile-nav a{display:flex;align-items:center;justify-content:space-between;padding:17px 0;border-bottom:1px solid var(--line);font-family:var(--serif);font-size:28px}
.mobile-nav .mobile-sub{padding-left:18px}
.mobile-nav .mobile-sub a{font-family:var(--sans);font-size:15px;padding:12px 0;color:var(--muted)}
.mobile-nav .btn{margin-top:26px;font-family:var(--sans);font-size:14px}

.hero{min-height:760px;position:relative;background:#151411;color:#f8f2e7;display:grid;align-items:end;overflow:hidden;padding-top:86px}
.hero-visual{position:absolute;inset:0}
.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,13,11,.88) 0%,rgba(14,13,11,.68) 38%,rgba(14,13,11,.18) 70%,rgba(14,13,11,.12) 100%)}
.hero-content{position:relative;z-index:2;padding:110px 0 84px;max-width:720px}
.hero .eyebrow{color:#d9c899}
.hero .display em{color:#deb550;font-weight:400}
.hero .lead{color:#d8d0c5;max-width:610px}
.hero-bottom{position:absolute;z-index:2;right:30px;bottom:26px;display:flex;align-items:center;gap:16px;color:#ded6c8;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.hero-bottom:before{content:"";width:70px;height:1px;background:#d1b25e}

.occasion-entry{position:relative;margin-top:-1px;background:#171613;color:#fff;border-top:1px solid rgba(255,255,255,.12)}
.occasion-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.occasion-link{padding:26px 28px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;border-right:1px solid rgba(255,255,255,.12);transition:.25s ease}
.occasion-link:last-child{border-right:0}
.occasion-link:hover{background:#24221d}
.occasion-link small{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:10px;color:#a9a298;margin-bottom:4px}
.occasion-link strong{font-family:var(--serif);font-size:25px;font-weight:400}
.occasion-link span{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18)}

.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:48px}
.section-heading .lead{max-width:520px;margin:0}

.editorial-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:stretch}
.editorial-copy{padding:44px 0 44px 18px;align-self:center}
.editorial-image{min-height:560px;border-radius:var(--radius);overflow:hidden;background:#ddd;position:relative}
.editorial-image img{width:100%;height:100%;object-fit:cover}
.editorial-image .image-label{position:absolute;left:18px;bottom:18px;background:rgba(248,245,237,.88);backdrop-filter:blur(10px);padding:10px 14px;border-radius:999px;font-size:11px;text-transform:uppercase;letter-spacing:.12em}

.collection-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.collection-card{background:var(--paper);border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);transition:.3s ease;position:relative}
.collection-card:hover{transform:translateY(-5px);box-shadow:0 26px 60px rgba(23,22,19,.11)}
.collection-media{aspect-ratio:4/4.9;overflow:hidden;background:#ece6db;position:relative}
.collection-media img{width:100%;height:100%;object-fit:cover;transition:.45s ease}
.collection-card:hover .collection-media img{transform:scale(1.03)}
.collection-tag{position:absolute;top:16px;left:16px;background:rgba(255,253,248,.86);backdrop-filter:blur(8px);font-size:10px;text-transform:uppercase;letter-spacing:.13em;padding:8px 11px;border-radius:999px}
.collection-info{padding:22px 22px 24px}
.collection-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.collection-title h3{font-family:var(--serif);font-size:27px;font-weight:400;margin:0}
.collection-title span{font-size:12px;color:var(--muted);margin-top:5px}
.collection-info p{font-size:14px;color:var(--muted);margin:10px 0 20px}
.card-actions{display:flex;gap:10px;flex-wrap:wrap}
.card-actions .btn{min-height:42px;padding:0 16px;font-size:12px}

.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust-item{padding:30px 22px;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-item svg{width:26px;height:26px;margin-bottom:16px;color:var(--gold)}
.trust-item strong{display:block;font-family:var(--serif);font-size:22px;font-weight:400}
.trust-item span{font-size:13px;color:var(--muted);display:block;margin-top:5px}

.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;counter-reset:step}
.process-card{counter-increment:step;border-top:1px solid var(--line);padding:24px 8px 8px;position:relative}
.process-card:before{content:"0" counter(step);display:block;font-size:11px;letter-spacing:.14em;color:var(--gold);margin-bottom:28px;font-weight:700}
.process-card h3{font-family:var(--serif);font-size:25px;font-weight:400;margin:0 0 10px}
.process-card p{font-size:14px;color:var(--muted);margin:0}

.feature-panel{display:grid;grid-template-columns:1fr 1fr;min-height:580px;border-radius:32px;overflow:hidden;background:var(--ink);color:#fff}
.feature-panel .panel-image{position:relative;overflow:hidden}
.feature-panel .panel-image img{width:100%;height:100%;object-fit:cover}
.feature-panel .panel-copy{padding:72px;display:flex;flex-direction:column;justify-content:center}
.feature-panel .panel-copy p{color:#cfc7ba;max-width:500px}
.option-list{display:grid;gap:0;margin-top:30px;border-top:1px solid var(--white-line)}
.option-list div{display:flex;justify-content:space-between;gap:18px;padding:17px 0;border-bottom:1px solid var(--white-line);font-size:14px}
.option-list span:last-child{color:#bdb4a6;text-align:right}

.cta-panel{position:relative;overflow:hidden;border-radius:32px;padding:82px 72px;background:var(--ink);color:#fff}
.cta-panel:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-160px;top:-200px;background:radial-gradient(circle,rgba(213,168,51,.25),transparent 66%)}
.cta-panel .h2{max-width:750px;position:relative}
.cta-panel p{max-width:620px;color:#cfc7ba;position:relative}
.cta-panel .actions{position:relative}

.page-hero{padding:190px 0 86px;background:var(--ink);color:#f7f2e8;position:relative;overflow:hidden}
.page-hero:after{content:"";position:absolute;width:560px;height:560px;border-radius:50%;right:-200px;top:-250px;background:radial-gradient(circle,rgba(207,162,42,.2),transparent 68%)}
.page-hero .container{position:relative;z-index:2}
.page-hero .lead{color:#cbc4b8;max-width:650px}
.page-hero .crumb{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#9f9789;margin-bottom:26px}
.page-hero.media-hero{min-height:650px;display:flex;align-items:end;padding-bottom:76px}
.page-hero.media-hero .page-bg{position:absolute;inset:0}
.page-hero.media-hero .page-bg img{width:100%;height:100%;object-fit:cover}
.page-hero.media-hero .page-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,14,12,.9),rgba(15,14,12,.62) 55%,rgba(15,14,12,.22))}

.two-col{display:grid;grid-template-columns:1fr 1fr;gap:68px;align-items:center}
.two-col.top{align-items:start}
.image-frame{border-radius:var(--radius);overflow:hidden;background:#ded5c7;min-height:480px}
.image-frame img{width:100%;height:100%;object-fit:cover}
.text-stack h2{margin-bottom:20px}.text-stack p{color:var(--muted)}
.bullet-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}
.bullet{padding:16px 18px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.28);font-size:13px;display:flex;align-items:center;gap:10px}
.bullet:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gold);flex:0 0 auto}

.use-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.use-card{min-height:260px;padding:28px;border:1px solid var(--line);border-radius:20px;background:var(--paper);display:flex;flex-direction:column;justify-content:space-between;transition:.25s ease}
.use-card:hover{transform:translateY(-4px);border-color:rgba(23,22,19,.25)}
.use-card .num{font-size:11px;letter-spacing:.14em;color:var(--gold);font-weight:700}
.use-card h3{font-family:var(--serif);font-size:26px;font-weight:400;margin:0 0 8px}
.use-card p{color:var(--muted);font-size:13px;margin:0}

.range-table{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--paper)}
.range-row{display:grid;grid-template-columns:1.2fr .9fr 1.4fr;gap:18px;padding:20px 22px;border-bottom:1px solid var(--line);align-items:center}
.range-row:last-child{border-bottom:0}
.range-row.head{background:#eee6d8;font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:#777065}
.range-row strong{font-family:var(--serif);font-weight:400;font-size:22px}
.range-row span{font-size:13px;color:var(--muted)}

.package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.package-card{padding:28px;border-radius:20px;border:1px solid var(--line);background:var(--paper)}
.package-card .swatch{height:140px;border-radius:14px;margin-bottom:24px;position:relative;overflow:hidden}
.package-card:nth-child(1) .swatch{background:linear-gradient(135deg,#23221e,#525044)}
.package-card:nth-child(2) .swatch{background:linear-gradient(135deg,#f4eee4,#d8c29b)}
.package-card:nth-child(3) .swatch{background:linear-gradient(135deg,#eadbd7,#b77f77)}
.package-card .swatch:after{content:"";position:absolute;width:70%;height:10px;left:15%;top:50%;background:#d0a333;transform:rotate(-5deg);box-shadow:0 8px 30px rgba(0,0,0,.12)}
.package-card h3{font-family:var(--serif);font-weight:400;font-size:26px;margin:0}
.package-card p{font-size:13px;color:var(--muted);margin:10px 0 0}

.filter-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:36px;flex-wrap:wrap}
.filter-pills{display:flex;gap:8px;flex-wrap:wrap}
.filter-pill{border:1px solid var(--line);background:transparent;border-radius:999px;padding:9px 14px;font-size:12px;color:var(--muted)}
.filter-pill.active,.filter-pill:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
.filter-note{font-size:12px;color:var(--muted)}.filter-selects{display:flex;gap:8px;flex-wrap:wrap;width:100%;padding-top:4px}.filter-selects select{border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:9px 34px 9px 13px;font-size:12px;color:var(--muted);outline:none}
.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.catalog-grid .collection-card.is-hidden{display:none}

.detail-hero{padding:150px 0 70px;background:var(--paper)}
.detail-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:62px;align-items:center}
.detail-media{background:#eee7db;border-radius:30px;overflow:hidden;aspect-ratio:4/5}
.detail-media img{width:100%;height:100%;object-fit:cover}
.detail-copy .meta{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:var(--gold);font-weight:700}
.detail-copy h1{font-family:var(--serif);font-size:clamp(42px,5vw,66px);font-weight:400;line-height:1.02;margin:14px 0 20px}
.detail-copy p{color:var(--muted)}
.spec-list{margin:26px 0;border-top:1px solid var(--line)}
.spec-list div{display:grid;grid-template-columns:150px 1fr;gap:20px;padding:14px 0;border-bottom:1px solid var(--line);font-size:13px}
.spec-list strong{font-weight:600}.spec-list span{color:var(--muted)}

.quote-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}
.quote-aside{position:sticky;top:120px}
.quote-aside .image-frame{min-height:auto;aspect-ratio:1/1}
.quote-aside h2{margin-top:26px}
.quote-form{background:var(--paper);border:1px solid var(--line);border-radius:28px;padding:34px}
.form-section{padding:0 0 28px;margin-bottom:28px;border-bottom:1px solid var(--line)}
.form-section:last-of-type{border-bottom:0;margin-bottom:0}
.form-section h3{font-family:var(--serif);font-weight:400;font-size:24px;margin:0 0 18px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:grid;gap:8px}.field.full{grid-column:1/-1}
.field label{font-size:12px;font-weight:700;color:#4f4a42}
.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);background:#fbf8f1;border-radius:13px;padding:13px 14px;color:var(--ink);outline:none;transition:.2s}
.field input:focus,.field select:focus,.field textarea:focus{border-color:#b48927;box-shadow:0 0 0 3px rgba(201,154,36,.1)}
.field textarea{min-height:120px;resize:vertical}
.checkbox-row{display:flex;flex-wrap:wrap;gap:10px}
.check-chip{position:relative}
.check-chip input{position:absolute;opacity:0;pointer-events:none}
.check-chip label{display:block;padding:10px 13px;border:1px solid var(--line);border-radius:999px;font-size:12px;color:var(--muted);cursor:pointer;transition:.2s}
.check-chip input:checked+label{background:var(--ink);color:#fff;border-color:var(--ink)}
.quote-selection{display:grid;gap:8px;margin:0 0 18px}.quote-selection:empty{display:none}
.quote-selection-item{display:flex;justify-content:space-between;gap:15px;padding:11px 13px;background:var(--sand);border-radius:12px;font-size:12px}

.gallery-grid{columns:3 320px;column-gap:18px}
.gallery-item{break-inside:avoid;margin:0 0 18px;border-radius:20px;overflow:hidden;position:relative;background:#ddd}
.gallery-item img{width:100%;height:auto;min-height:240px;object-fit:cover}
.gallery-item:nth-child(3n+1) img{aspect-ratio:4/5}.gallery-item:nth-child(3n+2) img{aspect-ratio:1/1}.gallery-item:nth-child(3n) img{aspect-ratio:5/4}
.gallery-item:after{content:attr(data-label);position:absolute;left:14px;bottom:14px;background:rgba(248,245,237,.9);padding:8px 10px;border-radius:999px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(4px);transition:.25s}
.gallery-item:hover:after{opacity:1;transform:none}
.gallery-item.is-hidden{display:none}

.logo-cloud{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.logo-placeholder{height:100px;border:1px solid var(--line);border-radius:16px;display:grid;place-items:center;color:#a59e92;font-size:11px;text-transform:uppercase;letter-spacing:.12em;background:var(--paper)}
.testimonial-feature{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;background:var(--ink);color:#fff;border-radius:30px;overflow:hidden}
.testimonial-feature .visual{min-height:440px;background:linear-gradient(145deg,#4b4337,#1e1c18);display:grid;place-items:center;position:relative}
.testimonial-feature .visual img{width:70%;max-height:360px;object-fit:contain}
.testimonial-feature .quote{padding:54px;display:flex;flex-direction:column;justify-content:center}
.testimonial-feature blockquote{font-family:var(--serif);font-size:34px;line-height:1.2;margin:0 0 24px;color:#f3eadc}
.testimonial-feature p{color:#bdb5aa;margin:0}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.testimonial-card{padding:28px;border:1px solid var(--line);border-radius:20px;background:var(--paper);min-height:260px;display:flex;flex-direction:column;justify-content:space-between}
.testimonial-card .stars{letter-spacing:.15em;color:var(--gold);font-size:12px}
.testimonial-card p{font-family:var(--serif);font-size:23px;line-height:1.3;margin:22px 0;color:#403b34}
.testimonial-card small{color:var(--muted)}

.blog-feature{display:grid;grid-template-columns:1.15fr .85fr;gap:30px;align-items:stretch;margin-bottom:28px}
.blog-feature .media{border-radius:26px;overflow:hidden;min-height:460px;background:#ddd}
.blog-feature .media img{width:100%;height:100%;object-fit:cover}
.blog-feature .content{padding:34px 20px;display:flex;flex-direction:column;justify-content:center}
.blog-meta{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-weight:700;margin-bottom:14px}
.blog-feature h2,.blog-card h3{font-family:var(--serif);font-weight:400;margin:0;line-height:1.12}
.blog-feature h2{font-size:42px}.blog-feature p,.blog-card p{color:var(--muted)}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.blog-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--paper)}
.blog-card .media{aspect-ratio:4/3;background:#ddd;overflow:hidden}.blog-card .media img{width:100%;height:100%;object-fit:cover}
.blog-card .content{padding:22px}.blog-card h3{font-size:26px}
.blog-card p{font-size:13px;margin-bottom:0}
.article{width:min(calc(100% - 40px),820px);margin:auto;padding:80px 0 110px}
.article .article-lead{font-family:var(--serif);font-size:30px;line-height:1.35;color:#49433a;margin-bottom:40px}
.article h2{font-family:var(--serif);font-size:36px;font-weight:400;margin:48px 0 18px}
.article p{color:#5d574e;font-size:17px}
.article .callout{padding:26px;border-left:3px solid var(--gold);background:var(--paper);margin:32px 0;border-radius:0 16px 16px 0}

.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:72px;align-items:start}
.faq-list{border-top:1px solid var(--line)}
.faq-item{border-bottom:1px solid var(--line)}
.faq-q{width:100%;border:0;background:transparent;display:flex;justify-content:space-between;gap:20px;text-align:left;padding:20px 0;font-family:var(--serif);font-size:23px;color:var(--ink)}
.faq-q span:last-child{font-family:var(--sans);font-size:24px;font-weight:300;transition:.2s}
.faq-item.open .faq-q span:last-child{transform:rotate(45deg)}
.faq-a{display:grid;grid-template-rows:0fr;transition:.3s ease}.faq-a>div{overflow:hidden}.faq-a p{color:var(--muted);margin:0;padding:0 38px 22px 0;font-size:14px}
.faq-item.open .faq-a{grid-template-rows:1fr}
.contact-panel{border-radius:26px;background:var(--ink);color:#fff;padding:38px}
.contact-panel p{color:#c7c0b4}
.contact-list{display:grid;gap:12px;margin-top:28px}
.contact-list div{border-top:1px solid var(--white-line);padding-top:14px}
.contact-list small{display:block;color:#928b7f;text-transform:uppercase;letter-spacing:.1em;font-size:9px}
.contact-list strong{font-family:var(--serif);font-size:22px;font-weight:400}

.legal{width:min(calc(100% - 40px),880px);margin:auto;padding:170px 0 100px}.legal h1{font-family:var(--serif);font-weight:400;font-size:56px}.legal h2{font-family:var(--serif);font-weight:400;font-size:30px;margin-top:38px}.legal p,.legal li{color:var(--muted)}

.quote-drawer{position:fixed;z-index:1200;top:0;right:0;width:min(420px,100%);height:100dvh;background:var(--paper);box-shadow:-30px 0 80px rgba(0,0,0,.18);transform:translateX(105%);transition:.32s ease;padding:28px;display:flex;flex-direction:column}
.quote-drawer.open{transform:none}
.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:18px}
.drawer-head h3{font-family:var(--serif);font-size:29px;font-weight:400;margin:0}.drawer-close{border:1px solid var(--line);background:transparent;border-radius:50%;width:40px;height:40px}
.drawer-items{flex:1;overflow:auto;padding:18px 0;display:grid;align-content:start;gap:10px}
.drawer-empty{padding:26px 0;color:var(--muted);font-size:14px}
.drawer-item{display:grid;grid-template-columns:62px 1fr auto;gap:12px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:14px}.drawer-item img{width:62px;height:72px;object-fit:cover;border-radius:9px}.drawer-item strong{font-family:var(--serif);font-size:18px;font-weight:400}.drawer-item small{display:block;color:var(--muted)}.drawer-remove{border:0;background:transparent;color:#8c8276;font-size:18px}
.drawer-foot{border-top:1px solid var(--line);padding-top:18px;display:grid;gap:10px}
.drawer-overlay{position:fixed;z-index:1190;inset:0;background:rgba(0,0,0,.35);opacity:0;pointer-events:none;transition:.3s}.drawer-overlay.open{opacity:1;pointer-events:auto}

.float-whatsapp{position:fixed;right:22px;bottom:22px;z-index:950;width:54px;height:54px;border-radius:50%;background:#1e231e;color:#fff;display:grid;place-items:center;box-shadow:0 12px 35px rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.2)}
.float-whatsapp svg{width:24px;height:24px}
.float-whatsapp:hover{transform:translateY(-2px)}
.toast{position:fixed;z-index:2000;left:50%;bottom:30px;transform:translate(-50%,20px);background:#171613;color:#fff;padding:12px 16px;border-radius:999px;font-size:12px;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}

.site-footer{background:#11110f;color:#e8e1d5;padding:0 0 28px}.footer-contact-bar{display:grid;grid-template-columns:1fr 1fr 1.3fr auto;gap:24px;align-items:center;padding:26px 0;border-bottom:1px solid var(--white-line);margin-bottom:64px}.footer-contact-bar small{display:block;text-transform:uppercase;letter-spacing:.12em;color:#6f695f;font-size:9px;margin-bottom:3px}.footer-contact-bar strong{font-family:var(--serif);font-size:18px;font-weight:400;color:#d5cdc0}.footer-contact-bar .btn{justify-self:end}
.footer-top{display:grid;grid-template-columns:1.35fr repeat(3,.85fr);gap:54px;padding-bottom:54px;border-bottom:1px solid var(--white-line)}
.footer-brand .brand{margin-bottom:22px}.footer-brand p{color:#9f988d;max-width:360px;font-size:14px}.footer-col h4{text-transform:uppercase;letter-spacing:.13em;font-size:10px;color:#817b71;margin:0 0 16px}.footer-col a{display:block;color:#cfc7ba;font-size:13px;padding:5px 0}.footer-col a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:24px;color:#777167;font-size:11px;flex-wrap:wrap}

.reveal{opacity:0;transform:translateY(18px);transition:.7s ease}.reveal.in{opacity:1;transform:none}

@media (max-width:1100px){
  .main-nav{gap:15px}.main-nav>a,.nav-drop>a{font-size:12px}.header-inner{grid-template-columns:205px 1fr auto}.brand-name{font-size:11px}.header-cta{padding:0 14px}
  .feature-panel .panel-copy{padding:48px}.use-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:940px){
  .section{padding:82px 0}.section-lg{padding:100px 0}
  .main-nav,.header-cta{display:none}.header-inner{grid-template-columns:1fr auto}.header-actions{justify-self:end}.menu-toggle{display:block}.mobile-nav{display:none}.menu-open .mobile-nav{display:block}
  .hero{min-height:700px}.hero-content{padding:100px 0 72px}.hero-visual:after{background:linear-gradient(90deg,rgba(14,13,11,.89),rgba(14,13,11,.48))}
  .occasion-grid{grid-template-columns:1fr}.occasion-link{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
  .occasion-link:last-child{border-bottom:0}
  .editorial-grid,.two-col,.detail-grid,.quote-layout,.faq-layout,.blog-feature{grid-template-columns:1fr;gap:42px}
  .editorial-copy{padding:0}.editorial-image{min-height:460px}.two-col .image-frame{order:-1}.detail-hero{padding-top:130px}.quote-aside{position:static}.quote-aside .image-frame{max-width:540px}
  .collection-row,.catalog-grid,.package-grid,.testimonial-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}
  .trust-strip{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .process-grid{grid-template-columns:repeat(2,1fr);gap:32px}.feature-panel{grid-template-columns:1fr}.feature-panel .panel-image{min-height:420px}.feature-panel .panel-copy{padding:50px 38px}
  .logo-cloud{grid-template-columns:repeat(3,1fr)}.testimonial-feature{grid-template-columns:1fr}.testimonial-feature .visual{min-height:340px}.footer-contact-bar{grid-template-columns:1fr 1fr}.footer-contact-bar .btn{justify-self:start}.footer-top{grid-template-columns:1.3fr 1fr 1fr}.footer-brand{grid-column:1/-1}
}
@media (max-width:640px){
  .container,.header-inner{width:min(calc(100% - 28px),var(--max))}.section{padding:68px 0}.section-sm{padding:52px 0}.section-lg{padding:82px 0}
  .site-header{height:74px}.brand-mark{width:25px;height:36px}.brand-name{font-size:10px;letter-spacing:.14em}.quote-count-btn{width:40px;height:40px}.menu-toggle{width:42px;height:42px}.menu-toggle span{left:11px;right:11px}
  .hero{min-height:680px;padding-top:74px}.hero-content{padding:88px 0 70px}.hero .display{font-size:49px}.hero .lead{font-size:16px}.hero-bottom{display:none}
  .section-heading{display:block}.section-heading .lead{margin-top:18px}.occasion-link{padding:22px 16px}.occasion-link strong{font-size:22px}
  .collection-row,.catalog-grid,.package-grid,.testimonial-grid,.blog-grid,.use-grid{grid-template-columns:1fr}.collection-media{aspect-ratio:4/4.5}
  .trust-strip{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.trust-item:last-child{border-bottom:0}
  .process-grid{grid-template-columns:1fr}.feature-panel .panel-image{min-height:330px}.feature-panel .panel-copy{padding:38px 24px}.cta-panel{padding:50px 24px;border-radius:24px}
  .page-hero{padding:150px 0 66px}.page-hero.media-hero{min-height:570px;padding-bottom:60px}.page-hero .h1{font-size:48px}.page-hero .lead{font-size:16px}
  .bullet-grid{grid-template-columns:1fr}.range-row{grid-template-columns:1fr;gap:6px;padding:17px}.range-row.head{display:none}.range-row strong{font-size:20px}
  .detail-grid{gap:28px}.detail-media{aspect-ratio:4/4.7}.spec-list div{grid-template-columns:110px 1fr}.quote-form{padding:22px 16px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}
  .gallery-grid{columns:2 150px;column-gap:12px}.gallery-item{margin-bottom:12px;border-radius:14px}
  .logo-cloud{grid-template-columns:repeat(2,1fr)}.testimonial-feature .quote{padding:34px 24px}.testimonial-feature blockquote{font-size:28px}.testimonial-feature .visual{min-height:280px}
  .blog-feature .media{min-height:330px}.blog-feature .content{padding:6px}.blog-feature h2{font-size:34px}.article{padding-top:58px}.article .article-lead{font-size:26px}.article p{font-size:16px}
  .faq-layout{gap:38px}.faq-q{font-size:20px}.contact-panel{padding:28px 22px}
  .footer-contact-bar{grid-template-columns:1fr;padding-top:22px;margin-bottom:48px}.footer-top{grid-template-columns:1fr 1fr;gap:36px 24px}.footer-brand{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom div+div{margin-top:7px}
  .float-whatsapp{right:15px;bottom:15px}.drawer-item{grid-template-columns:54px 1fr auto}.drawer-item img{width:54px;height:62px}
}

/* 2026 visual refinement: richer editorial photography + tighter luxury system */
:root{--ivory:#f5f0e8;--paper:#fbf8f2;--sand:#e8ded0;--gold:#b88a2d;--ink:#151410;--muted:#6b655d;--max:1320px;--radius:22px}
body{background:#f5f0e8}
.section{padding:92px 0}.section-lg{padding:116px 0}.section-sm{padding:62px 0}
.site-header{height:78px}.header-inner{width:min(calc(100% - 56px),var(--max))}.site-header.scrolled:after,.site-header.light-header:after{background:rgba(248,245,238,.94)}
.hero{min-height:760px;background:#0f0e0c;align-items:end}.hero-visual img{filter:saturate(.88) contrast(1.03);object-position:center 53%}.hero-visual:after{background:linear-gradient(90deg,rgba(15,14,12,.82) 0%,rgba(15,14,12,.58) 34%,rgba(15,14,12,.14) 68%,rgba(15,14,12,.05) 100%),linear-gradient(0deg,rgba(15,14,12,.44),transparent 48%)}
.hero-content{padding:145px 0 100px;max-width:690px}.hero .display{font-size:clamp(52px,6vw,86px);line-height:.96}.hero .lead{font-size:17px;max-width:560px}.hero-bottom{right:56px;bottom:34px}
.occasion-entry{background:#11100e}.occasion-link{padding:22px 30px}.occasion-link strong{font-size:23px}
.visual-rail{background:#11100e;padding:0 0 34px}.visual-rail-grid{width:min(calc(100% - 56px),var(--max));margin:auto;display:grid;grid-template-columns:1.5fr .85fr .85fr 1.05fr;gap:10px;height:300px}.visual-tile{margin:0;overflow:hidden;border-radius:14px;position:relative}.visual-tile img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.visual-tile:hover img{transform:scale(1.035)}.visual-tile:nth-child(2) img{object-position:center 62%}.visual-tile:nth-child(4) img{object-position:center 55%}
.section-heading{margin-bottom:38px}.h2{font-size:clamp(34px,3.7vw,52px)}.lead{font-size:17px}.eyebrow{letter-spacing:.19em;font-size:10px}
.editorial-grid{grid-template-columns:1.12fr .88fr;gap:64px}.editorial-image{min-height:610px;border-radius:18px}.editorial-image img{filter:saturate(.84)}.editorial-copy{padding:34px 0}
.collection-row{gap:18px}.collection-card{border-radius:18px;background:#fcfaf5}.collection-media{aspect-ratio:4/4.6}.collection-media img{filter:saturate(.8)}.collection-card:nth-child(1) .collection-media img{object-position:center 55%}.collection-card:nth-child(2) .collection-media img{object-position:center 58%}.collection-card:nth-child(3) .collection-media img{object-position:center}.collection-info{padding:20px 20px 22px}.collection-title h3{font-size:28px}.collection-card .btn{min-height:42px;padding:0 15px;font-size:12px}
.trust-strip{background:transparent}.trust-item{padding:24px 26px}.trust-item svg{width:22px;height:22px;margin-bottom:18px}
.feature-panel{border-radius:22px;overflow:hidden;box-shadow:0 28px 80px rgba(23,22,19,.1)}.feature-panel .panel-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.75)}
.image-frame{border-radius:18px;overflow:hidden}.image-frame img{width:100%;height:100%;object-fit:cover;filter:saturate(.82)}
.blog-card{border-radius:16px;overflow:hidden}.blog-card .media{aspect-ratio:16/10}.blog-card .media img{filter:saturate(.78)}
.page-hero{padding:154px 0 78px}.page-hero.media-hero{min-height:680px;display:flex;align-items:end;padding-bottom:76px}.page-hero.media-hero .page-bg img{filter:saturate(.78) contrast(1.02)}.page-hero.media-hero .page-bg:after{background:linear-gradient(90deg,rgba(15,14,12,.83),rgba(15,14,12,.32) 60%,rgba(15,14,12,.12)),linear-gradient(0deg,rgba(15,14,12,.45),transparent 55%)}
.gallery-grid{columns:3 260px;column-gap:16px}.gallery-item{border-radius:16px;margin-bottom:16px}.gallery-item img{filter:saturate(.8);transition:.45s}.gallery-item:hover img{transform:scale(1.025)}
.cta-panel{background:radial-gradient(circle at 76% 30%,rgba(190,143,43,.2),transparent 30%),#151410}
@media(max-width:940px){.header-inner,.visual-rail-grid{width:min(calc(100% - 36px),var(--max))}.visual-rail-grid{grid-template-columns:1.35fr 1fr 1fr;height:260px}.visual-tile:nth-child(4){display:none}.editorial-grid{gap:40px}.hero{min-height:700px}}
@media(max-width:640px){.section{padding:62px 0}.visual-rail{padding-bottom:18px}.visual-rail-grid{width:calc(100% - 20px);grid-template-columns:1.25fr .75fr;height:210px;gap:7px}.visual-tile:nth-child(3),.visual-tile:nth-child(4){display:none}.hero{min-height:670px}.hero-content{padding:110px 0 72px}.hero .display{font-size:47px}.editorial-image{min-height:410px}.page-hero.media-hero{min-height:590px}.gallery-grid{columns:2 140px}}

/* V2 refined foundation — page-specific section rhythm and UX polish. */
:where(a,button,input,select,textarea):focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.btn{box-shadow:0 0 0 rgba(0,0,0,0)}
.btn-primary:hover,.btn-gold:hover{box-shadow:0 10px 26px rgba(23,22,19,.12)}
.main-nav>a,.nav-drop>a,.footer-col a,.occasion-link{-webkit-tap-highlight-color:transparent}
.image-frame,.editorial-image,.collection-media,.blog-card .media,.gallery-item{isolation:isolate}
.image-frame img,.editorial-image img,.collection-media img,.blog-card .media img,.gallery-item img{transform-origin:center;transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .35s ease}
.image-frame:hover img,.editorial-image:hover img{transform:scale(1.018)}
.section-heading{position:relative}
.section-heading:after{content:"";position:absolute;left:0;right:0;bottom:-19px;height:1px;background:linear-gradient(90deg,var(--line),transparent 82%)}

/* Inner heroes retain V2, but get page-specific image art direction. */
.page-corporate .media-hero .page-bg img{object-position:center 54%}
.page-wedding .media-hero .page-bg img{object-position:center 58%}
.page-event .media-hero .page-bg img{object-position:center 55%}
.page-corporate .media-hero .container,.page-event .media-hero .container{max-width:1180px}
.page-wedding .media-hero .container{max-width:1160px}

/* Corporate: more structured / executive without replacing the V2 component language. */
.page-corporate .corporate-usecases .use-grid{grid-template-columns:repeat(2,1fr);gap:14px}
.page-corporate .corporate-usecases .use-card{min-height:190px;display:grid;grid-template-columns:58px 1fr;align-items:end;column-gap:20px;padding:30px 32px}
.page-corporate .corporate-usecases .use-card .num{align-self:start;padding-top:4px}
.page-corporate .corporate-usecases .use-card h3{font-size:30px}
.page-corporate .corporate-quote-structure .range-table{box-shadow:0 24px 60px rgba(23,22,19,.06)}
.page-corporate .package-card{position:relative;overflow:hidden}
.page-corporate .package-card:after{content:"";position:absolute;inset:auto 26px 0;height:1px;background:var(--gold);opacity:.45}

/* Wedding: lighter, more editorial rhythm while keeping exact V2 fonts/components. */
.page-wedding .wedding-moments .use-grid{gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.page-wedding .wedding-moments .use-card{border:0;border-right:1px solid var(--line);border-radius:0;background:transparent;min-height:250px;padding:30px 28px}
.page-wedding .wedding-moments .use-card:last-child{border-right:0}
.page-wedding .wedding-moments .use-card:hover{background:rgba(255,255,255,.38);transform:none}
.page-wedding .wedding-personalisation .feature-panel{grid-template-columns:1.08fr .92fr}
.page-wedding .wedding-personalisation .panel-image img{object-position:center 56%}
.page-wedding .wedding-personalisation .feature-panel{box-shadow:0 28px 70px rgba(67,49,41,.10)}

/* Events: retain clarity, add a more dynamic bento-like cadence to the same cards. */
.page-event .event-journey .use-grid{grid-template-columns:1.15fr .85fr .85fr 1.15fr;align-items:stretch}
.page-event .event-journey .use-card:nth-child(1),.page-event .event-journey .use-card:nth-child(4){background:var(--ink);color:#fff;border-color:var(--ink)}
.page-event .event-journey .use-card:nth-child(1) p,.page-event .event-journey .use-card:nth-child(4) p{color:#bdb5aa}
.page-event .event-journey .use-card:nth-child(2),.page-event .event-journey .use-card:nth-child(3){margin-top:34px;margin-bottom:-34px}

/* About: values become a calm editorial matrix, not another identical card row. */
.page-about .about-values .use-grid{grid-template-columns:repeat(2,1fr);gap:0;border:1px solid var(--line);border-radius:22px;overflow:hidden}
.page-about .about-values .use-card{border:0;border-radius:0;background:var(--paper);min-height:210px;padding:32px 34px}
.page-about .about-values .use-card:nth-child(odd){border-right:1px solid var(--line)}
.page-about .about-values .use-card:nth-child(-n+2){border-bottom:1px solid var(--line)}
.page-about .about-values .use-card:hover{transform:none;background:#f7f2e9}
.page-about .about-values .use-card h3{font-size:31px}
.page-about .two-col:last-of-type .image-frame img{object-position:center 48%}

/* Collection browser: retain cards/filters, improve scanning and visual hierarchy. */
.page-collections .filter-bar{position:sticky;top:92px;z-index:20;background:rgba(245,240,232,.94);backdrop-filter:blur(16px);padding:14px 14px 16px;margin-left:-14px;margin-right:-14px;border-radius:18px;border:1px solid transparent;transition:.2s}
.page-collections .collections-browser .collection-card:nth-child(2n) .collection-media{aspect-ratio:4/4.35}
.page-collections .collections-browser .collection-card:nth-child(3n) .collection-media{aspect-ratio:4/4.8}
.page-collections .filter-selects select{min-height:40px}

/* Gallery: stronger art direction without changing masonry/filter behavior. */
.page-gallery .gallery-grid{column-gap:20px}
.page-gallery .gallery-item{margin-bottom:20px}
.page-gallery .gallery-item:nth-child(5n+1){border-radius:28px 12px 28px 12px}
.page-gallery .gallery-item:nth-child(5n+3){border-radius:12px 28px 12px 28px}
.page-gallery .gallery-item:after{opacity:1;transform:none;background:rgba(248,245,237,.84);backdrop-filter:blur(8px)}

/* Testimonials: less template-like widths, same V2 content placeholders. */
.page-testimonials .testimonial-written .testimonial-grid{grid-template-columns:1.2fr .9fr .9fr;align-items:stretch}
.page-testimonials .testimonial-written .testimonial-card:first-child{min-height:310px;background:var(--ink);border-color:var(--ink);color:#fff}
.page-testimonials .testimonial-written .testimonial-card:first-child p{color:#efe7da;font-size:26px}
.page-testimonials .testimonial-written .testimonial-card:first-child small{color:#aca397}
.page-testimonials .testimonial-feature .visual img{width:100%;max-height:none;height:100%;object-fit:cover;filter:saturate(.78)}

/* Journal: keep V2 feature + cards, introduce a more magazine-like stagger. */
.page-blog .journal-index .blog-grid{grid-template-columns:1.2fr .9fr .9fr;align-items:start}
.page-blog .journal-index .blog-card:nth-child(2){margin-top:46px}
.page-blog .journal-index .blog-card:nth-child(3){margin-top:20px}
.page-blog .blog-feature .content{padding-left:34px}

/* Quote / Contact usability refinements. */
.page-quote .quote-form,.page-contact .quote-form{box-shadow:0 24px 60px rgba(23,22,19,.07)}
.page-quote .quote-aside .image-frame{border-radius:28px 28px 8px 28px}
.page-quote .form-section h3{font-size:26px}
.page-contact .contact-panel{position:sticky;top:112px}
.page-contact .faq-primary .faq-q{padding:23px 0}
.page-contact .faq-primary .faq-item.open .faq-q{color:#8f691e}

/* Product detail pages: stronger image/detail separation with same structure. */
.page-detail .detail-media{border-radius:18px 42px 18px 18px;box-shadow:0 24px 70px rgba(23,22,19,.08)}
.page-detail .spec-list div{padding:16px 0}
.page-detail-rose .detail-media{border-radius:42px 18px 18px 18px}
.page-detail-oud .detail-hero{background:#f0e9dd}

@media(max-width:1100px){
  .page-event .event-journey .use-grid{grid-template-columns:repeat(2,1fr)}
  .page-event .event-journey .use-card:nth-child(2),.page-event .event-journey .use-card:nth-child(3){margin:0}
  .page-testimonials .testimonial-written .testimonial-grid,.page-blog .journal-index .blog-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:940px){
  .page-corporate .corporate-usecases .use-grid{grid-template-columns:repeat(2,1fr)}
  .page-wedding .wedding-personalisation .feature-panel{grid-template-columns:1fr}
  .page-wedding .wedding-moments .use-grid{grid-template-columns:repeat(2,1fr)}
  .page-wedding .wedding-moments .use-card{border-bottom:1px solid var(--line)}
  .page-wedding .wedding-moments .use-card:nth-child(2){border-right:0}
  .page-wedding .wedding-moments .use-card:nth-child(3),.page-wedding .wedding-moments .use-card:nth-child(4){border-bottom:0}
  .page-collections .filter-bar{top:84px}
  .page-contact .contact-panel{position:static}
}
@media(max-width:640px){
  .section-heading:after{bottom:-14px}
  .page-corporate .corporate-usecases .use-grid,.page-event .event-journey .use-grid,.page-about .about-values .use-grid,.page-testimonials .testimonial-written .testimonial-grid,.page-blog .journal-index .blog-grid{grid-template-columns:1fr}
  .page-corporate .corporate-usecases .use-card{grid-template-columns:42px 1fr;min-height:170px;padding:25px 22px}
  .page-wedding .wedding-moments .use-grid{grid-template-columns:1fr}
  .page-wedding .wedding-moments .use-card{border-right:0;border-bottom:1px solid var(--line);min-height:190px}
  .page-wedding .wedding-moments .use-card:last-child{border-bottom:0}
  .page-about .about-values .use-card{border-right:0;border-bottom:1px solid var(--line);min-height:180px}
  .page-about .about-values .use-card:last-child{border-bottom:0}
  .page-testimonials .testimonial-written .testimonial-card:first-child{min-height:260px}
  .page-blog .journal-index .blog-card:nth-child(2),.page-blog .journal-index .blog-card:nth-child(3){margin-top:0}
  .page-collections .filter-bar{position:static;padding:0;margin-left:0;margin-right:0;background:transparent;backdrop-filter:none}
  .page-gallery .gallery-grid{column-gap:12px}.page-gallery .gallery-item{margin-bottom:12px}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
.nav-drop:focus-within .dropdown{opacity:1;transform:translate(-50%,0);pointer-events:auto}
[role="button"],button,a{touch-action:manipulation}
@media(hover:hover){.collection-card:hover,.use-card:hover,.blog-card:hover{will-change:transform}}


/* =========================================================
   V2 REFINED — MODERN CARD SYSTEM + CONSISTENT IMAGE BANNERS
   Keeps the approved V2 type, colour and overall art direction.
   ========================================================= */

/* One visual system for all inner-page image banners */
.page-hero.media-hero{
  min-height:clamp(570px,68vh,680px);
  padding:150px 0 70px;
  display:flex;
  align-items:flex-end;
  isolation:isolate;
  background:#151411;
}
.page-hero.media-hero .page-bg{position:absolute;inset:0;z-index:0;overflow:hidden}
.page-hero.media-hero .page-bg img{
  width:100%;height:100%;object-fit:cover;object-position:center 52%;
  filter:saturate(.78) contrast(1.035) brightness(.93);
  transform:scale(1.002);
}
.page-hero.media-hero .page-bg:after{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(15,14,12,.88) 0%,rgba(15,14,12,.68) 37%,rgba(15,14,12,.30) 68%,rgba(15,14,12,.17) 100%),
    linear-gradient(0deg,rgba(15,14,12,.46) 0%,transparent 48%);
}
.page-hero.media-hero .container{width:min(calc(100% - 40px),var(--max));padding-bottom:0}
.page-hero.media-hero .h1{max-width:790px;font-size:clamp(44px,5.2vw,72px)}
.page-hero.media-hero .lead{max-width:620px;color:#ddd4c7}
.page-hero.media-hero .crumb{color:#c6bdaF}
.page-corporate .page-hero .page-bg img{object-position:center 48%}
.page-wedding .page-hero .page-bg img{object-position:center 50%}
.page-event .page-hero .page-bg img{object-position:center 48%}
.page-about .page-hero .page-bg img{object-position:center 46%}
.page-collections .page-hero .page-bg img{object-position:center 54%}
.page-gallery .page-hero .page-bg img{object-position:center 51%}
.page-testimonials .page-hero .page-bg img{object-position:center 50%}
.page-blog .page-hero .page-bg img,.page-blog-post .page-hero .page-bg img{object-position:center 52%}
.page-contact .page-hero .page-bg img,.page-quote .page-hero .page-bg img{object-position:center 50%}

/* Home collection grid: one cinematic lead card + two quieter editorial cards */
.page-home .collection-row{
  grid-template-columns:1.12fr .94fr .94fr;
  gap:18px;
  align-items:stretch;
}
.page-home .collection-card{
  border:0;
  border-radius:22px;
  box-shadow:0 1px 0 rgba(23,22,19,.07),0 14px 34px rgba(23,22,19,.055);
}
.page-home .collection-card:first-child{
  min-height:610px;
  display:grid;
  grid-template-rows:1fr;
  background:var(--ink);
  color:#fff;
}
.page-home .collection-card:first-child .collection-media{grid-area:1/1;aspect-ratio:auto;height:100%;min-height:610px}
.page-home .collection-card:first-child .collection-media:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(16,15,13,.88) 0%,rgba(16,15,13,.30) 52%,rgba(16,15,13,.04) 78%);
}
.page-home .collection-card:first-child .collection-info{
  grid-area:1/1;z-index:2;align-self:end;padding:30px;position:relative;
}
.page-home .collection-card:first-child .collection-title h3{color:#fff;font-size:34px}
.page-home .collection-card:first-child .collection-title span,.page-home .collection-card:first-child .collection-info p{color:#d7d0c5}
.page-home .collection-card:first-child .collection-tag{background:rgba(22,20,17,.62);color:#fff;border:1px solid rgba(255,255,255,.18)}
.page-home .collection-card:first-child .btn-outline{color:#fff;border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.05)}
.page-home .collection-card:nth-child(n+2){background:#fbf8f1}
.page-home .collection-card:nth-child(n+2) .collection-media{aspect-ratio:4/4.25}
.page-home .collection-card:nth-child(n+2) .collection-info{padding:24px}
.page-home .collection-card:nth-child(n+2) .collection-title{padding-bottom:14px;border-bottom:1px solid var(--line)}
.page-home .collection-card:nth-child(n+2) .collection-info p{min-height:45px}

/* Catalogue: cleaner image-first cards with a floating action rail */
.page-collections .catalog-grid{gap:22px 18px}
.page-collections .collection-card{
  border:0;background:transparent;border-radius:0;overflow:visible;box-shadow:none;
}
.page-collections .collection-card:hover{transform:none;box-shadow:none}
.page-collections .collection-media{
  border-radius:20px;aspect-ratio:4/4.65;box-shadow:0 16px 38px rgba(23,22,19,.075);
}
.page-collections .collection-card:nth-child(2n) .collection-media{aspect-ratio:4/4.65}
.page-collections .collection-card:nth-child(3n) .collection-media{aspect-ratio:4/4.65}
.page-collections .collection-info{padding:18px 4px 8px}
.page-collections .collection-title{align-items:baseline;border-bottom:1px solid var(--line);padding-bottom:12px}
.page-collections .collection-title h3{font-size:29px}
.page-collections .collection-info p{margin:12px 0 16px;min-height:44px}
.page-collections .card-actions{justify-content:space-between;align-items:center;gap:8px}
.page-collections .card-actions .btn{border-radius:0;min-height:auto;padding:5px 0;background:transparent;color:var(--ink);border:0;border-bottom:1px solid currentColor}
.page-collections .card-actions .btn:hover{transform:none;color:var(--gold);background:transparent}
.page-collections .collection-tag{top:auto;bottom:14px;left:14px;background:rgba(248,245,237,.88);border:1px solid rgba(255,255,255,.42)}

/* Corporate: modern briefing modules instead of standard cards */
.page-corporate .corporate-usecases .use-grid{gap:12px}
.page-corporate .corporate-usecases .use-card{
  border:0;border-radius:18px;background:#f2ecdf;min-height:205px;
  grid-template-columns:54px 1fr;padding:28px 30px;position:relative;overflow:hidden;
}
.page-corporate .corporate-usecases .use-card:after{
  content:"";position:absolute;right:-38px;bottom:-54px;width:150px;height:150px;border-radius:50%;
  border:1px solid rgba(23,22,19,.08);
}
.page-corporate .corporate-usecases .use-card:nth-child(2),
.page-corporate .corporate-usecases .use-card:nth-child(3){background:#ebe2d4}
.page-corporate .corporate-usecases .use-card .num{
  width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(23,22,19,.15);color:#715b24;
}
.page-corporate .corporate-usecases .use-card h3{font-size:29px;max-width:270px}
.page-corporate .corporate-usecases .use-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(23,22,19,.07)}
.page-corporate .package-grid{gap:14px}
.page-corporate .package-card{
  border:0;border-radius:18px;padding:14px 14px 24px;background:#fffdf8;box-shadow:0 10px 32px rgba(23,22,19,.055)
}
.page-corporate .package-card .swatch{height:205px;border-radius:14px;margin-bottom:22px}
.page-corporate .package-card h3,.page-corporate .package-card p{margin-left:10px;margin-right:10px}
.page-corporate .package-card:nth-child(2){transform:translateY(22px)}

/* Wedding: elegant editorial panels, intentionally softer than Corporate */
.page-wedding .wedding-moments .use-grid{
  gap:14px;border:0;grid-template-columns:1.12fr .88fr .88fr 1.12fr;
}
.page-wedding .wedding-moments .use-card{
  border:0;border-radius:52px 16px 16px 16px;background:#f6efe7;min-height:290px;padding:32px 28px;
}
.page-wedding .wedding-moments .use-card:nth-child(even){border-radius:16px 16px 52px 16px;background:#eee5dc}
.page-wedding .wedding-moments .use-card:nth-child(3){background:#f0e2df}
.page-wedding .wedding-moments .use-card .num{font-family:var(--serif);font-size:18px;font-weight:400;color:#9b6f67;letter-spacing:0}
.page-wedding .wedding-moments .use-card h3{font-size:29px}
.page-wedding .wedding-moments .use-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(67,49,41,.07)}

/* Events: bento-style hierarchy with varied visual weight */
.page-event .event-journey .use-grid{
  grid-template-columns:1.2fr .8fr .8fr 1.2fr;gap:14px;align-items:stretch;
}
.page-event .event-journey .use-card{
  border:0;border-radius:18px;min-height:255px;background:#eee7da;padding:28px;
}
.page-event .event-journey .use-card:nth-child(1){background:var(--ink);color:#fff;border-radius:18px 46px 18px 18px}
.page-event .event-journey .use-card:nth-child(4){background:#d9c79b;color:var(--ink);border-radius:46px 18px 18px 18px}
.page-event .event-journey .use-card:nth-child(2),.page-event .event-journey .use-card:nth-child(3){margin:28px 0 -28px;background:#f8f4ec}
.page-event .event-journey .use-card:nth-child(1) p{color:#c8c0b4}
.page-event .event-journey .use-card:nth-child(4) p{color:#5f5749}
.page-event .event-journey .use-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(23,22,19,.08)}

/* About: values become a modern numbered editorial matrix, not cards */
.page-about .about-values .use-grid{border:0;border-radius:0;gap:0;background:transparent}
.page-about .about-values .use-card{
  min-height:220px;border:0;border-top:1px solid var(--line);border-radius:0;background:transparent;padding:30px 36px 30px 0;
}
.page-about .about-values .use-card:nth-child(even){padding-left:36px;border-left:1px solid var(--line)}
.page-about .about-values .use-card:hover{background:transparent;transform:none}
.page-about .about-values .use-card .num{font-family:var(--serif);font-size:20px;letter-spacing:0;font-weight:400;color:var(--gold)}
.page-about .about-values .use-card h3{font-size:32px}

/* Testimonials: quotation blocks with clear hierarchy and modern surfaces */
.page-testimonials .testimonial-written .testimonial-grid{gap:14px;grid-template-columns:1.12fr .94fr .94fr}
.page-testimonials .testimonial-written .testimonial-card{
  border:0;border-radius:18px;background:#eee7dc;min-height:285px;padding:30px;box-shadow:none;position:relative;overflow:hidden;
}
.page-testimonials .testimonial-written .testimonial-card:before{
  content:"“";position:absolute;right:18px;top:-22px;font-family:var(--serif);font-size:118px;line-height:1;color:rgba(23,22,19,.055)
}
.page-testimonials .testimonial-written .testimonial-card:first-child{
  min-height:330px;background:var(--ink);border-radius:18px 52px 18px 18px;
}
.page-testimonials .testimonial-written .testimonial-card:nth-child(2){background:#f6efe5}
.page-testimonials .testimonial-written .testimonial-card:nth-child(3){background:#dfd0bd;border-radius:52px 18px 18px 18px}
.page-testimonials .testimonial-card p{font-size:24px;position:relative;z-index:1}
.page-testimonials .testimonial-card .stars,.page-testimonials .testimonial-card small{position:relative;z-index:1}

/* Journal: magazine tiles rather than bordered website cards */
.page-blog .journal-index .blog-grid{gap:28px;grid-template-columns:1.12fr .88fr .88fr}
.page-blog .journal-index .blog-card{
  border:0;border-radius:0;background:transparent;overflow:visible;
}
.page-blog .journal-index .blog-card .media{border-radius:18px;aspect-ratio:4/3.2;box-shadow:0 14px 34px rgba(23,22,19,.065)}
.page-blog .journal-index .blog-card:nth-child(2) .media{aspect-ratio:4/4.5}
.page-blog .journal-index .blog-card:nth-child(3) .media{aspect-ratio:4/3.8}
.page-blog .journal-index .blog-card .content{padding:18px 2px 0}
.page-blog .journal-index .blog-card h3{font-size:28px}
.page-blog .journal-index .blog-card p{padding-top:12px;border-top:1px solid var(--line)}

/* Small utility card-like elements: lighter and less boxy */
.bullet-grid{gap:8px}
.bullet{border:0;border-radius:999px;background:#efe8dc;padding:13px 16px}
.logo-cloud{gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden}
.logo-placeholder{border:0;border-radius:0;background:#faf7f0;height:112px}
.quote-form{border:0;box-shadow:0 20px 54px rgba(23,22,19,.07);border-radius:22px}
.contact-panel{border-radius:22px}

/* Refined motion: lift only where it communicates interactivity */
@media(hover:hover){
  .page-home .collection-card:hover{transform:translateY(-4px)}
  .page-collections .collection-card:hover .collection-media{transform:translateY(-3px);box-shadow:0 22px 46px rgba(23,22,19,.10)}
  .page-collections .collection-media{transition:transform .28s ease,box-shadow .28s ease}
}

@media(max-width:940px){
  .page-hero.media-hero{min-height:600px;padding:135px 0 62px}
  .page-home .collection-row{grid-template-columns:repeat(2,1fr)}
  .page-home .collection-card:first-child{grid-column:1/-1;min-height:540px}
  .page-home .collection-card:first-child .collection-media{min-height:540px}
  .page-corporate .package-card:nth-child(2){transform:none}
  .page-wedding .wedding-moments .use-grid,.page-event .event-journey .use-grid{grid-template-columns:repeat(2,1fr)}
  .page-event .event-journey .use-card:nth-child(2),.page-event .event-journey .use-card:nth-child(3){margin:0}
}

@media(max-width:640px){
  .page-hero.media-hero{min-height:560px;padding:120px 0 54px}
  .page-hero.media-hero .page-bg img{object-position:center center}
  .page-hero.media-hero .page-bg:after{background:linear-gradient(0deg,rgba(15,14,12,.90) 0%,rgba(15,14,12,.60) 58%,rgba(15,14,12,.28) 100%)}
  .page-home .collection-row{grid-template-columns:1fr}
  .page-home .collection-card:first-child{min-height:510px}
  .page-home .collection-card:first-child .collection-media{min-height:510px}
  .page-home .collection-card:first-child .collection-info{padding:24px}
  .page-wedding .wedding-moments .use-grid,.page-event .event-journey .use-grid{grid-template-columns:1fr}
  .page-wedding .wedding-moments .use-card,.page-wedding .wedding-moments .use-card:nth-child(even){border-radius:28px 14px 14px 14px;min-height:220px}
  .page-event .event-journey .use-card{min-height:220px}
  .page-about .about-values .use-grid{grid-template-columns:1fr}
  .page-about .about-values .use-card,.page-about .about-values .use-card:nth-child(even){padding:26px 0;border-left:0}
  .page-testimonials .testimonial-written .testimonial-grid,.page-blog .journal-index .blog-grid{grid-template-columns:1fr}
  .page-testimonials .testimonial-written .testimonial-card:first-child{min-height:280px}
  .logo-cloud{grid-template-columns:repeat(2,1fr)}
}

/* Homepage remains the larger signature banner, but uses the same image grading as inner banners. */
.page-home .hero-visual img{filter:saturate(.78) contrast(1.035) brightness(.93)}
.page-home .hero-visual:after{
  background:
    linear-gradient(90deg,rgba(15,14,12,.88) 0%,rgba(15,14,12,.64) 37%,rgba(15,14,12,.25) 68%,rgba(15,14,12,.12) 100%),
    linear-gradient(0deg,rgba(15,14,12,.46) 0%,transparent 48%);
}


/* =========================================================
   V2.2 — CAL SANS + COMPLETE BANNER + HOMEPAGE CARD PASS
   Keeps the approved V2 colour/image direction while making
   the UI cleaner, more contemporary, and more consistent.
   ========================================================= */

/* Cal Sans is intentionally tight. Give running copy breathing room. */
body{font-family:var(--sans);font-weight:400;letter-spacing:.006em}
p,.lead,.field input,.field select,.field textarea,.faq-a,.footer-brand p{letter-spacing:.008em}
.display,.h1,.h2,.h3,.collection-title h3,.use-card h3,.blog-card h3,.blog-feature h2,.testimonial-card p,.testimonial-feature blockquote,.detail-copy h1,.legal h1,.legal h2,.faq-q,.contact-list strong,.footer-contact-bar strong{
  font-family:var(--serif);font-weight:400;letter-spacing:-.022em;
}
.display{letter-spacing:-.036em}
.h1{letter-spacing:-.032em}.h2{letter-spacing:-.028em}
.main-nav>a,.nav-drop>a,.btn,.eyebrow,.blog-meta,.collection-tag,.detail-copy .meta,.crumb,.field label{letter-spacing:.045em}
.eyebrow,.collection-tag,.blog-meta,.detail-copy .meta,.crumb,.field label{text-transform:uppercase}
.btn{font-weight:400}

/* Unified image-background banner system across EVERY non-home page. */
.page-hero.media-hero{
  min-height:clamp(590px,66vh,670px);
  padding:148px 0 72px;
  display:flex;
  align-items:flex-end;
  background:#151410;
}
.page-hero.media-hero .page-bg img{
  object-fit:cover;
  filter:saturate(.76) contrast(1.04) brightness(.91);
}
.page-hero.media-hero .page-bg:after{
  background:
    linear-gradient(90deg,rgba(14,13,11,.90) 0%,rgba(14,13,11,.68) 40%,rgba(14,13,11,.28) 72%,rgba(14,13,11,.15) 100%),
    linear-gradient(0deg,rgba(14,13,11,.55) 0%,rgba(14,13,11,.06) 56%);
}
.page-hero.media-hero .container{padding-bottom:2px}
.page-hero.media-hero .crumb{margin-bottom:20px;color:#d1c9bc}
.page-hero.media-hero .h1{max-width:850px;line-height:.98}
.page-hero.media-hero .lead{max-width:660px;line-height:1.55;color:#ded6cb}
.page-hero.media-hero .actions{margin-top:26px}

/* Page-specific focal points, but one shared banner geometry. */
.page-corporate .page-hero .page-bg img{object-position:center 49%}
.page-wedding .page-hero .page-bg img{object-position:center 53%}
.page-event .page-hero .page-bg img{object-position:center 50%}
.page-collections .page-hero .page-bg img{object-position:center 54%}
.page-gallery .page-hero .page-bg img{object-position:center 52%}
.page-about .page-hero .page-bg img{object-position:center 48%}
.page-testimonials .page-hero .page-bg img{object-position:center 50%}
.page-blog .page-hero .page-bg img,.page-blog-post .page-hero .page-bg img{object-position:center 52%}
.page-quote .page-hero .page-bg img,.page-contact .page-hero .page-bg img{object-position:center 52%}
.page-detail-amber .page-hero .page-bg img{object-position:center 52%}
.page-detail-rose .page-hero .page-bg img{object-position:center 58%}
.page-detail-oud .page-hero .page-bg img{object-position:center 49%}
.page-legal-privacy .page-hero .page-bg img{object-position:center 52%}
.page-legal-terms .page-hero .page-bg img{object-position:center 48%}

/* Homepage occasion cards — image-led entry points rather than a flat nav strip. */
.page-home .occasion-entry{background:#11100e;padding:18px 0 22px;border-top:1px solid rgba(255,255,255,.1)}
.page-home .occasion-grid{gap:12px}
.page-home .occasion-link{
  min-height:190px;padding:0;border:0;border-radius:18px;overflow:hidden;position:relative;
  display:flex;align-items:flex-end;background:#24211b;isolation:isolate;
}
.page-home .occasion-link .occasion-visual{position:absolute;inset:0;z-index:-2}
.page-home .occasion-link .occasion-visual img{width:100%;height:100%;object-fit:cover;filter:saturate(.7) brightness(.76);transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .35s ease}
.page-home .occasion-link:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(12,11,10,.82),rgba(12,11,10,.08) 72%)}
.page-home .occasion-link>div:not(.occasion-visual){padding:24px 24px 25px;position:relative;z-index:2}
.page-home .occasion-link>span{position:absolute;right:20px;top:18px;z-index:2;background:rgba(19,18,15,.38);backdrop-filter:blur(8px);border-color:rgba(255,255,255,.28)}
.page-home .occasion-link small{color:#c7c0b5;font-size:10px;margin-bottom:6px}
.page-home .occasion-link strong{font-family:var(--serif);font-size:27px;letter-spacing:-.02em}
@media(hover:hover){.page-home .occasion-link:hover{background:#24211b}.page-home .occasion-link:hover .occasion-visual img{transform:scale(1.045);filter:saturate(.82) brightness(.84)}}

/* Homepage featured directions — modern editorial product grid. */
.page-home .collection-row{counter-reset:homecollection;grid-template-columns:1.18fr .91fr .91fr;gap:16px}
.page-home .collection-card{counter-increment:homecollection;position:relative;border-radius:20px;overflow:hidden}
.page-home .collection-card:before{
  content:"0" counter(homecollection);position:absolute;right:18px;top:18px;z-index:5;
  width:38px;height:38px;border-radius:50%;display:grid;place-items:center;
  background:rgba(250,247,240,.90);border:1px solid rgba(255,255,255,.5);backdrop-filter:blur(9px);
  font-size:10px;letter-spacing:.08em;color:#5d5549;
}
.page-home .collection-card:first-child:before{background:rgba(18,17,14,.50);border-color:rgba(255,255,255,.20);color:#fff}
.page-home .collection-card:first-child{min-height:620px;border-radius:20px 54px 20px 20px}
.page-home .collection-card:first-child .collection-media{min-height:620px}
.page-home .collection-card:first-child .collection-info{padding:34px}
.page-home .collection-card:first-child .collection-title{align-items:end}
.page-home .collection-card:first-child .collection-title h3{font-size:38px;line-height:1}
.page-home .collection-card:first-child .collection-info p{max-width:440px;font-size:14px}
.page-home .collection-card:nth-child(2){border-radius:54px 20px 20px 20px}
.page-home .collection-card:nth-child(3){border-radius:20px 20px 54px 20px}
.page-home .collection-card:nth-child(n+2){box-shadow:none;border:1px solid rgba(23,22,19,.09);background:#faf6ef}
.page-home .collection-card:nth-child(n+2) .collection-media{aspect-ratio:4/4.5}
.page-home .collection-card:nth-child(n+2) .collection-info{padding:24px 24px 26px}
.page-home .collection-card:nth-child(n+2) .collection-title h3{font-size:30px}
.page-home .collection-card:nth-child(n+2) .collection-title span{font-size:11px}
.page-home .collection-card:nth-child(n+2) .card-actions{padding-top:2px}
.page-home .collection-card:nth-child(n+2) .card-actions .btn-outline{border:0;padding-left:0;padding-right:0;border-bottom:1px solid currentColor;border-radius:0;background:transparent;min-height:34px}
.page-home .collection-card:nth-child(n+2) .card-actions .btn-primary{margin-left:auto;border-radius:999px}
.page-home .collection-tag{top:18px;left:18px}

/* Homepage process — lighter numbered pathway rather than four equal boxes. */
.page-home .process-grid{gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.page-home .process-card{min-height:230px;border-top:0;padding:30px 28px 28px;border-right:1px solid var(--line);display:flex;flex-direction:column}
.page-home .process-card:last-child{border-right:0}
.page-home .process-card:before{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(23,22,19,.15);margin-bottom:auto;color:#8a681d}
.page-home .process-card h3{font-size:27px;margin-top:40px}
.page-home .process-card p{max-width:245px}

/* Homepage trust strip — cleaner badges with a soft tonal field. */
.page-home .trust-strip{border:0;background:#ede4d7;border-radius:20px;overflow:hidden}
.page-home .trust-item{min-height:170px;padding:28px 26px;background:transparent}
.page-home .trust-item svg{width:24px;height:24px}
.page-home .trust-item strong{font-size:23px}

/* Homepage journal cards — less generic, more magazine-like. */
.page-home .blog-grid{grid-template-columns:1.16fr .92fr .92fr;gap:18px;align-items:start}
.page-home .blog-card{border:0;background:transparent;border-radius:0;overflow:visible}
.page-home .blog-card .media{border-radius:18px;overflow:hidden;aspect-ratio:4/3.1;box-shadow:0 14px 32px rgba(23,22,19,.06)}
.page-home .blog-card:first-child .media{aspect-ratio:4/4.25;border-radius:18px 48px 18px 18px}
.page-home .blog-card:nth-child(2){margin-top:44px}.page-home .blog-card:nth-child(3){margin-top:18px}
.page-home .blog-card .content{padding:18px 2px 0}
.page-home .blog-card h3{font-size:28px;line-height:1.04}
.page-home .blog-card p{padding-top:12px;border-top:1px solid var(--line)}

/* Product detail pages now start with an image-background banner too. */
.page-detail .detail-hero{padding:78px 0 86px;background:var(--paper)}
.page-detail .detail-grid{grid-template-columns:.9fr 1.1fr;gap:54px;align-items:stretch}
.page-detail .detail-media{aspect-ratio:4/4.6;min-height:520px}
.page-detail .detail-copy{padding:28px 0;display:flex;flex-direction:column;justify-content:center}
.page-detail .detail-copy h2{font-family:var(--serif);font-size:clamp(38px,4vw,54px);line-height:1;margin:0 0 20px;font-weight:400;letter-spacing:-.028em}
.page-detail .detail-copy .meta{margin-bottom:13px}
.page-detail .detail-copy .actions{margin-top:26px}

/* Legal pages get the same premium visual entry, then a restrained readable article. */
.page-legal .legal{padding:78px 0 105px}
.page-legal .legal h1{display:none}
.page-legal .legal>.eyebrow{display:none}
.page-legal .legal h2{font-size:32px;letter-spacing:-.02em}
.page-legal .legal p,.page-legal .legal li{font-size:16px;line-height:1.72}

/* Cross-page card consistency: slightly less pillowy, more editorial. */
.use-card,.package-card,.testimonial-card,.blog-card,.contact-panel,.quote-form{box-shadow:none}
.catalog-grid .collection-card,.collection-row .collection-card{transition:transform .28s ease,box-shadow .28s ease}

@media(max-width:940px){
  .page-home .occasion-grid{grid-template-columns:repeat(3,1fr)}
  .page-home .occasion-link{min-height:165px}
  .page-home .collection-row{grid-template-columns:repeat(2,1fr)}
  .page-home .collection-card:first-child{grid-column:1/-1;min-height:540px}
  .page-home .collection-card:first-child .collection-media{min-height:540px}
  .page-home .blog-grid{grid-template-columns:1fr 1fr}.page-home .blog-card:first-child{grid-column:1/-1}.page-home .blog-card:nth-child(2),.page-home .blog-card:nth-child(3){margin-top:0}
  .page-detail .detail-grid{grid-template-columns:1fr;gap:34px}.page-detail .detail-media{min-height:0;aspect-ratio:16/10}.page-detail .detail-copy{padding:0}
}
@media(max-width:700px){
  .page-home .occasion-grid{grid-template-columns:1fr;gap:9px}.page-home .occasion-link{min-height:150px}
  .page-home .process-grid{grid-template-columns:1fr}.page-home .process-card{min-height:170px;border-right:0;border-bottom:1px solid var(--line)}.page-home .process-card:last-child{border-bottom:0}.page-home .process-card h3{margin-top:26px}
}
@media(max-width:640px){
  .page-hero.media-hero{min-height:560px;padding:118px 0 52px}
  .page-hero.media-hero .h1{font-size:46px}
  .page-home .collection-row,.page-home .blog-grid{grid-template-columns:1fr}
  .page-home .collection-card:first-child{min-height:500px;border-radius:18px 38px 18px 18px}
  .page-home .collection-card:first-child .collection-media{min-height:500px}
  .page-home .collection-card:nth-child(2),.page-home .collection-card:nth-child(3){border-radius:18px}
  .page-home .blog-card:first-child{grid-column:auto}.page-home .blog-card:first-child .media{aspect-ratio:4/3.5;border-radius:18px}
  .page-home .trust-strip{border-radius:16px}
  .page-detail .detail-media{aspect-ratio:4/4.4}
}

/* =========================================================
   V2.3 — COMPACT PAGE LENGTH + IMAGE-BACKED CTA SYSTEM
   Keeps the approved V2 / Cal Sans design, removes redundant
   page length, and gives every dedicated CTA a visual backdrop.
   ========================================================= */

/* Tighter editorial rhythm: comprehensive, but not needlessly long. */
.section{padding:78px 0}
.section-sm{padding:50px 0}
.section-lg{padding:104px 0}
.section-cta-wrap{padding:62px 0}
.section-heading{margin-bottom:32px}
.section-heading:after{bottom:-15px}
.page-home .hero{min-height:720px}
.page-home .hero-content{padding:128px 0 84px}
.page-hero.media-hero{min-height:clamp(540px,60vh,620px);padding:132px 0 62px}

/* Page-specific imagery for dedicated CTA panels. */
.page-home{--cta-bg:url("https://images.unsplash.com/photo-1676950933747-5f886cadf014?auto=format&fit=crop&fm=jpg&q=78&w=2200")}
.page-corporate{--cta-bg:url("https://images.unsplash.com/photo-1625552185129-ce83004d37b1?auto=format&fit=crop&fm=jpg&q=78&w=2200")}
.page-wedding{--cta-bg:url("https://images.unsplash.com/photo-1769812343775-85a27e6a076c?auto=format&fit=crop&fm=jpg&q=78&w=2200")}
.page-event{--cta-bg:url("https://images.unsplash.com/photo-1696454595394-0786831b229b?auto=format&fit=crop&fm=jpg&q=78&w=2200")}
.page-about{--cta-bg:url("https://images.unsplash.com/photo-1708486235073-14879ff14c4c?auto=format&fit=crop&fm=jpg&q=78&w=2200")}
.page-gallery{--cta-bg:url("https://images.unsplash.com/photo-1632854627971-5a609662d2aa?auto=format&fit=crop&fm=jpg&q=78&w=2200")}
.page-testimonials{--cta-bg:url("https://images.unsplash.com/photo-1632854627971-5a609662d2aa?auto=format&fit=crop&fm=jpg&q=78&w=2200")}
.page-blog,.page-blog-post{--cta-bg:url("https://images.unsplash.com/photo-1654524436968-37a0cab2f650?auto=format&fit=crop&fm=jpg&q=78&w=2200")}
.page-collections{--cta-bg:url("https://images.unsplash.com/photo-1627823569857-4d8581dc62b2?auto=format&fit=crop&fm=jpg&q=78&w=2200")}
.page-detail-amber{--cta-bg:url("https://images.unsplash.com/photo-1654524436968-37a0cab2f650?auto=format&fit=crop&fm=jpg&q=78&w=2200")}
.page-detail-rose{--cta-bg:url("https://images.unsplash.com/photo-1619352339485-2f6bab49fc08?auto=format&fit=crop&fm=jpg&q=78&w=2200")}
.page-detail-oud{--cta-bg:url("https://images.unsplash.com/photo-1627823569857-4d8581dc62b2?auto=format&fit=crop&fm=jpg&q=78&w=2200")}

.cta-panel{
  min-height:320px;
  padding:58px 60px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-radius:24px;
  isolation:isolate;
  background-color:#151410;
  background-image:
    linear-gradient(90deg,rgba(13,12,10,.91) 0%,rgba(13,12,10,.76) 48%,rgba(13,12,10,.38) 78%,rgba(13,12,10,.24) 100%),
    var(--cta-bg);
  background-size:cover;
  background-position:center;
  box-shadow:0 24px 60px rgba(23,22,19,.13);
}
.cta-panel:before{display:none}
.cta-panel .eyebrow{color:#d9c899}
.cta-panel .h2{color:#fff;max-width:760px}
.cta-panel p,.cta-panel .lead{color:#ded6ca;max-width:610px}
.cta-panel .btn-outline{color:#fff;border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.07)}
.cta-panel .btn-outline:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.52)}
.cta-panel.cta-compact{min-height:285px;padding:50px 56px}

/* Contextual crop adjustments for CTA photography. */
.page-wedding .cta-panel{background-position:center 58%}
.page-event .cta-panel{background-position:center 54%}
.page-corporate .cta-panel{background-position:center 52%}
.page-about .cta-panel{background-position:center 48%}
.page-gallery .cta-panel{background-position:center 52%}
.page-detail-rose .cta-panel{background-position:center 61%}
.page-detail-oud .cta-panel{background-position:center 50%}

/* Homepage: fewer sections, stronger remaining modules. */
.page-home .collection-card:first-child{min-height:550px}
.page-home .collection-card:first-child .collection-media{min-height:550px}
.page-home .process-grid{grid-template-columns:repeat(3,1fr)}
.page-home .process-card{min-height:205px}
.page-home .process-card h3{margin-top:26px}
.page-home .blog-grid{grid-template-columns:1.12fr .88fr;max-width:940px}
.page-home .blog-card:first-child{grid-column:auto}
.page-home .blog-card:nth-child(2){margin-top:42px}

/* Compress media-led sections without losing visual hierarchy. */
.editorial-image{min-height:500px}
.feature-panel .panel-image{min-height:500px}
.feature-panel .panel-copy{padding:54px}
.two-col{gap:56px}
.package-grid,.use-grid,.testimonial-grid,.blog-grid{gap:18px}

/* Collections closing message is a true CTA now, not another content split. */
.page-collections .section-cta-wrap{background:var(--paper)}
.page-collections .cta-panel .actions{margin-top:24px}

/* Article conversion moment: compact image-backed band inside the article. */
.article .article-cta{
  margin-top:48px;
  padding:34px 38px;
  border-radius:20px;
  display:grid;
  grid-template-columns:1fr auto auto;
  align-items:center;
  gap:12px;
  background-image:
    linear-gradient(90deg,rgba(14,13,11,.91),rgba(14,13,11,.68) 64%,rgba(14,13,11,.48)),
    var(--cta-bg);
  background-size:cover;
  background-position:center 58%;
  color:#fff;
}
.article .article-cta-copy{padding-right:20px}
.article .article-cta .eyebrow{margin:0 0 8px;color:#d9c899}
.article .article-cta h2{font-family:var(--serif);font-size:27px;line-height:1.05;font-weight:400;letter-spacing:-.02em;margin:0}
.article .article-cta .btn-outline{color:#fff;border-color:rgba(255,255,255,.38);background:rgba(255,255,255,.08)}

/* FAQ contact conversion panel gets photography without putting the form on an image. */
.page-contact .contact-cta-media{
  position:relative;
  overflow:hidden;
  min-height:520px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  color:#fff;
  background-image:
    linear-gradient(0deg,rgba(14,13,11,.90),rgba(14,13,11,.22) 72%),
    url("https://images.unsplash.com/photo-1673710672680-944563ff9cce?auto=format&fit=crop&fm=jpg&q=78&w=1800");
  background-size:cover;
  background-position:center;
  border:0;
}
.page-contact .contact-cta-media .eyebrow{color:#ddcfaa}
.page-contact .contact-cta-media p{color:#e4ddd2}
.page-contact .contact-cta-media .contact-list{border-color:rgba(255,255,255,.17)}
.page-contact .contact-cta-media .contact-list>div{border-color:rgba(255,255,255,.17)}
.page-contact .contact-cta-media .contact-list small{color:#cfc6b8}
.page-contact .contact-cta-media .contact-list strong{color:#fff}

/* Testimonials: no empty logo placeholder section until real proof exists. */
.page-testimonials .testimonial-feature{margin-top:0}

@media(max-width:940px){
  .section{padding:68px 0}.section-sm{padding:46px 0}.section-lg{padding:88px 0}.section-cta-wrap{padding:52px 0}
  .page-home .hero{min-height:680px}
  .page-hero.media-hero{min-height:560px;padding:122px 0 56px}
  .cta-panel,.cta-panel.cta-compact{min-height:290px;padding:46px 42px}
  .page-home .process-grid{grid-template-columns:repeat(3,1fr)}
  .page-home .blog-grid{grid-template-columns:1fr 1fr;max-width:none}
  .page-home .blog-card:nth-child(2){margin-top:0}
  .article .article-cta{grid-template-columns:1fr 1fr}.article .article-cta-copy{grid-column:1/-1}
  .page-contact .contact-cta-media{min-height:420px}
}
@media(max-width:700px){
  .page-home .process-grid{grid-template-columns:1fr}
  .page-home .process-card{min-height:150px}
}
@media(max-width:640px){
  .section{padding:56px 0}.section-sm{padding:40px 0}.section-lg{padding:72px 0}.section-cta-wrap{padding:42px 0}
  .page-home .hero{min-height:640px}
  .page-home .hero-content{padding:102px 0 66px}
  .page-hero.media-hero{min-height:520px;padding:112px 0 48px}
  .cta-panel,.cta-panel.cta-compact{min-height:270px;padding:38px 24px;border-radius:20px;background-position:center}
  .page-home .collection-card:first-child,.page-home .collection-card:first-child .collection-media{min-height:470px}
  .page-home .blog-grid{grid-template-columns:1fr}
  .editorial-image,.feature-panel .panel-image{min-height:400px}
  .feature-panel .panel-copy{padding:38px 24px}
  .article .article-cta{grid-template-columns:1fr;padding:28px 24px}.article .article-cta-copy{grid-column:auto;padding-right:0}.article .article-cta .btn{width:100%}
  .page-contact .contact-cta-media{min-height:390px}
}

/* V2.4 product experience — clearer product cards and focused quote-led product detail pages. */
.product-card{background:#fffdf8;border:1px solid rgba(23,22,19,.10);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 28px rgba(23,22,19,.045);transform:none;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.product-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(23,22,19,.09);border-color:rgba(23,22,19,.16)}
.product-card__media{position:relative;display:block;aspect-ratio:4/4.65;overflow:hidden;background:#ece6db}
.product-card__media img{width:100%;height:100%;object-fit:cover;filter:saturate(.82) contrast(1.01);transition:transform .55s cubic-bezier(.2,.7,.2,1)}
.product-card:hover .product-card__media img{transform:scale(1.035)}
.product-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,17,14,.08),transparent 34%,rgba(18,17,14,.28));pointer-events:none}
.product-badge{position:absolute;z-index:2;top:14px;display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(12px)}
.product-badge--occasion{left:14px;background:rgba(255,253,248,.90);color:var(--ink);border:1px solid rgba(255,255,255,.52)}
.product-badge--status{right:14px;background:rgba(22,20,17,.72);color:#fff;border:1px solid rgba(255,255,255,.16)}
.product-card__view{position:absolute;z-index:2;left:18px;right:18px;bottom:16px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:12px;font-weight:700;letter-spacing:.035em;opacity:0;transform:translateY(8px);transition:.25s ease}
.product-card:hover .product-card__view{opacity:1;transform:translateY(0)}
.product-card__view span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(10px)}
.product-card__body{padding:22px 22px 20px;display:flex;flex-direction:column;flex:1}
.product-card__type{font-size:10px;line-height:1.2;letter-spacing:.12em;text-transform:uppercase;color:#8b7650;font-weight:700;margin-bottom:10px}
.product-card__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--line)}
.product-card__heading h3{font-family:var(--serif);font-size:30px;line-height:1.04;font-weight:400;margin:0;letter-spacing:-.025em}
.product-card__mark{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#9a9389;white-space:nowrap;padding-bottom:3px}
.product-card__body>p{color:var(--muted);font-size:13px;line-height:1.55;margin:14px 0 15px;min-height:41px}
.product-card__attributes{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 20px}
.product-card__attributes span{font-size:10px;line-height:1;padding:8px 10px;border-radius:999px;background:#f1eadf;color:#675f54;white-space:nowrap}
.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:16px;border-top:1px solid var(--line)}
.product-detail-link{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700}
.product-detail-link span{font-size:15px;transition:transform .2s ease}.product-detail-link:hover{color:var(--gold)}.product-detail-link:hover span{transform:translate(2px,-2px)}
.product-quote-btn{min-height:42px;padding:0 16px;font-size:12px}
.page-home .collection-row,.page-collections .catalog-grid{align-items:stretch}
.page-home .product-card:first-child{min-height:0;border-radius:22px;display:flex;grid-template:none;color:var(--ink)}
.page-home .product-card:first-child .product-card__media{grid-area:auto;min-height:0;height:auto;aspect-ratio:4/4.65}
.page-home .product-card:first-child .product-card__media:after{background:linear-gradient(180deg,rgba(18,17,14,.08),transparent 34%,rgba(18,17,14,.28))}
.page-home .product-card:first-child .product-card__body{position:static;grid-area:auto;padding:22px 22px 20px;color:var(--ink);align-self:auto}
.page-home .product-card:first-child .product-card__heading h3{color:var(--ink);font-size:30px}.page-home .product-card:first-child .product-card__body>p{color:var(--muted);max-width:none;font-size:13px}.page-home .product-card:first-child:before{display:none}
.page-home .product-card:nth-child(2),.page-home .product-card:nth-child(3){border-radius:22px;background:#fffdf8}.page-home .product-card:nth-child(n+2) .product-card__media{aspect-ratio:4/4.65}.page-home .product-card:nth-child(n+2) .product-card__body{padding:22px 22px 20px}.page-home .product-card:nth-child(n+2) .product-card__heading{padding-bottom:14px}.page-home .product-card:nth-child(n+2) .product-card__body>p{min-height:41px}
.page-collections .product-card{border:1px solid rgba(23,22,19,.10);background:#fffdf8}.page-collections .product-card__media,.page-collections .collection-card:nth-child(2n) .product-card__media,.page-collections .collection-card:nth-child(3n) .product-card__media{aspect-ratio:4/4.65}.page-collections .product-card__body{padding:22px 22px 20px}.page-collections .product-card .product-card__footer .btn{border-radius:999px;min-height:42px;padding:0 16px;background:var(--ink);color:#fff;border:1px solid transparent}.page-collections .product-card .product-card__footer .btn:hover{background:#313029;color:#fff}.page-collections .product-detail-link{border:0;padding:0;min-height:auto}

.product-page-banner{min-height:590px}.product-page-banner .lead{max-width:720px}
.product-showcase{padding-top:82px;padding-bottom:86px}.product-detail-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.72fr);gap:54px;align-items:start}.product-gallery{min-width:0}.product-gallery__main{margin:0;position:relative;aspect-ratio:4/4.65;border-radius:24px;overflow:hidden;background:#ebe3d7}.product-gallery__main img{width:100%;height:100%;object-fit:cover;filter:saturate(.82);transition:transform .55s ease}.product-gallery__main:hover img{transform:scale(1.018)}.product-gallery__main span{position:absolute;left:16px;bottom:16px;background:rgba(255,253,248,.9);border:1px solid rgba(255,255,255,.5);backdrop-filter:blur(10px);border-radius:999px;padding:9px 12px;font-size:10px;letter-spacing:.09em;text-transform:uppercase;font-weight:700}.product-gallery__thumbs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.product-gallery__thumbs figure{margin:0;aspect-ratio:4/2.7;border-radius:16px;overflow:hidden;background:#e9e1d5}.product-gallery__thumbs img{width:100%;height:100%;object-fit:cover;filter:saturate(.8)}
.product-brief{position:sticky;top:112px;background:#f6f0e6;border:1px solid rgba(23,22,19,.09);border-radius:24px;padding:30px;box-shadow:0 20px 50px rgba(23,22,19,.06)}.product-brief__top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.product-brief__type{font-size:10px;letter-spacing:.13em;text-transform:uppercase;font-weight:700;color:#806f4e}.product-brief__status{padding:7px 10px;border-radius:999px;background:#1b1a17;color:#fff;font-size:9px;letter-spacing:.1em;text-transform:uppercase;font-weight:700}.product-brief h2{font-family:var(--serif);font-size:clamp(38px,4.2vw,58px);line-height:.98;letter-spacing:-.035em;font-weight:400;margin:0}.product-brief__summary{font-size:15px;color:var(--muted);line-height:1.6;margin:18px 0}.product-brief__chips{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:24px}.product-brief__chips span{padding:8px 10px;border-radius:999px;background:#e9e0d2;font-size:10px;color:#5f584d}.product-facts{border-top:1px solid rgba(23,22,19,.12)}.product-fact{display:grid;grid-template-columns:104px 1fr;gap:18px;padding:15px 0;border-bottom:1px solid rgba(23,22,19,.12)}.product-fact span{font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:#8e826d;font-weight:700}.product-fact strong{font-size:12px;line-height:1.5;font-weight:500;color:#3e3932}.product-brief__actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:24px}.product-brief__actions .btn{width:100%;padding:0 12px}.product-brief__note{font-size:10px;line-height:1.55;color:#8d8579;margin:14px 0 0}
.product-tailor{padding-top:82px;padding-bottom:86px;background:#efe7db}.tailor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.tailor-card{min-height:235px;border-radius:18px;background:#fffaf3;padding:26px;display:flex;flex-direction:column;border:1px solid rgba(23,22,19,.07)}.tailor-card>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#1d1b18;color:#fff;font-size:10px;margin-bottom:auto}.tailor-card h3{font-family:var(--serif);font-size:26px;font-weight:400;line-height:1.05;margin:30px 0 10px}.tailor-card p{font-size:12px;line-height:1.55;color:var(--muted);margin:0}.product-detail-cta .cta-panel{min-height:400px}
.page-detail-amber .product-gallery__main img{object-position:center 54%}.page-detail-rose .product-gallery__main img{object-position:center 57%}.page-detail-oud .product-gallery__main img{object-position:center 50%}
@media(max-width:940px){.product-detail-layout{grid-template-columns:1fr;gap:34px}.product-brief{position:static}.product-gallery{max-width:760px}.product-brief__actions{grid-template-columns:repeat(2,1fr)}.tailor-grid{grid-template-columns:repeat(3,1fr)}.page-home .collection-row{grid-template-columns:repeat(3,1fr)}.product-card__mark{display:none}.product-card__heading h3{font-size:27px}}
@media(max-width:760px){.page-home .collection-row,.page-collections .catalog-grid{grid-template-columns:repeat(2,1fr)}.tailor-grid{grid-template-columns:1fr}.tailor-card{min-height:190px}.product-card__body{padding:18px}.product-card__footer{align-items:flex-end;flex-direction:column}.product-detail-link{align-self:flex-start}.product-quote-btn{width:100%}}
@media(max-width:520px){.page-home .collection-row,.page-collections .catalog-grid{grid-template-columns:1fr}.product-card__media{aspect-ratio:4/4.25}.product-card__footer{flex-direction:row;align-items:center}.product-quote-btn{width:auto}.product-gallery__thumbs{gap:8px}.product-gallery__thumbs figure{aspect-ratio:4/3}.product-brief{padding:23px 18px}.product-fact{grid-template-columns:88px 1fr;gap:12px}.product-brief__actions{grid-template-columns:1fr}.product-showcase{padding-top:56px;padding-bottom:62px}.product-tailor{padding-top:60px;padding-bottom:62px}}
/* WordPress / Elementor integration layer. */
.tsg-site .site-main{min-height:50vh}
.tsg-site .elementor{overflow:clip}
.tsg-site .elementor-element .elementor-widget-container{min-width:0}
.tsg-site .elementor-element.elementor-widget-tsg_site_header>.elementor-widget-container,
.tsg-site .elementor-element.elementor-widget-tsg_site_footer>.elementor-widget-container,
.tsg-site .elementor-element[class*="elementor-widget-tsg_"]>.elementor-widget-container{margin:0;padding:0}
.tsg-site .tsg-widget{position:relative}
.tsg-site .tsg-editor-placeholder{padding:18px;border:1px dashed rgba(23,22,19,.2);border-radius:14px;background:#fffdf8;color:#716c63}
.tsg-site .tsg-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.tsg-site .tsg-global-template .elementor-element{--widgets-spacing:0px}
@media (prefers-reduced-motion:reduce){
  .tsg-site *, .tsg-site *:before, .tsg-site *:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
  .tsg-site .reveal{opacity:1!important;transform:none!important}
}
/* Elementor Image CTA media support. */
.tsg-site .cta-panel{position:relative;overflow:hidden;isolation:isolate}
.tsg-site .cta-panel[style*="--tsg-cta-bg"]:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(18,16,13,var(--tsg-cta-overlay-start,.88)),rgba(18,16,13,var(--tsg-cta-overlay-end,.62))),var(--tsg-cta-bg);background-size:cover;background-position:center;z-index:-2}
.tsg-site .cta-panel[style*="--tsg-cta-bg"]:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(201,154,36,.13),transparent 50%);z-index:-1;pointer-events:none}
.tsg-site .cta-panel[style*="--tsg-cta-bg"]{color:#fff}
.tsg-site .cta-panel[style*="--tsg-cta-bg"] .lead,.tsg-site .cta-panel[style*="--tsg-cta-bg"] .eyebrow{color:#e4dccf}
.tsg-site .contact-cta-media[style*="--tsg-contact-bg"]{position:relative;overflow:hidden;color:#fff;isolation:isolate}
.tsg-site .contact-cta-media[style*="--tsg-contact-bg"]:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(18,16,13,.72),rgba(18,16,13,.72)),var(--tsg-contact-bg);background-size:cover;background-position:center;z-index:-1}
.tsg-site .contact-cta-media[style*="--tsg-contact-bg"] .eyebrow{color:#e4dccf}

/* =========================================================
   WORDPRESS / ELEMENTOR UI QA FIXES — v1.0.1
   Source-level fixes for the converted site. These deliberately
   neutralize obsolete prototype-card assumptions inside the new
   Elementor product widgets without changing the approved palette.
   ========================================================= */

/* Global Elementor canvas: never introduce extra layout gaps around section widgets. */
.tsg-site .site-main > .elementor,
.tsg-site .site-main > .elementor > .elementor-element,
.tsg-site .tsg-global-template > .elementor,
.tsg-site .tsg-global-template > .elementor > .elementor-element{width:100%;max-width:none;margin:0}
.tsg-site .elementor-element[class*="elementor-widget-tsg_"]{width:100%;max-width:none}
.tsg-site .elementor-element[class*="elementor-widget-tsg_"] > .elementor-widget-container{width:100%;max-width:none}

/* Header stays flush to the viewport and respects the WordPress admin bar. */
.tsg-site .tsg-global-header{position:relative;z-index:1000;width:100%}
.admin-bar .site-header{top:32px}
@media(max-width:782px){.admin-bar .site-header{top:46px}}

/* Product grids: the new product widget owns its geometry. Do not inherit the
   earlier cinematic first-card experiments from .collection-card. */
.tsg-product-grid .collection-row,
.collections-browser .catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.tsg-product-grid .product-card,
.collections-browser .product-card,
.page-home .tsg-product-grid .product-card:first-child,
.page-home .tsg-product-grid .product-card:nth-child(2),
.page-home .tsg-product-grid .product-card:nth-child(3){
  min-width:0;min-height:0;height:100%;display:flex;grid-template:none;flex-direction:column;
  border:1px solid rgba(23,22,19,.10);border-radius:22px;background:#fffdf8;color:var(--ink);
  overflow:hidden;box-shadow:0 10px 30px rgba(23,22,19,.055)
}
.page-home .tsg-product-grid .product-card:before{display:none}
.tsg-product-grid .product-card__media,
.collections-browser .product-card__media,
.page-home .tsg-product-grid .product-card:first-child .product-card__media,
.page-home .tsg-product-grid .product-card:nth-child(n+2) .product-card__media,
.page-collections .collections-browser .product-card__media,
.page-collections .collections-browser .collection-card:nth-child(2n) .product-card__media,
.page-collections .collections-browser .collection-card:nth-child(3n) .product-card__media{
  display:block;grid-area:auto;width:100%;height:auto;min-height:0;aspect-ratio:4/3.7;border-radius:0;background:#e9e2d7;overflow:hidden
}
.tsg-product-grid .product-card__media img,
.collections-browser .product-card__media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.tsg-product-grid .product-card__body,
.collections-browser .product-card__body,
.page-home .tsg-product-grid .product-card:first-child .product-card__body,
.page-home .tsg-product-grid .product-card:nth-child(n+2) .product-card__body{
  position:static;grid-area:auto;display:flex;flex:1;flex-direction:column;padding:22px;color:var(--ink);background:#fffdf8
}
.tsg-product-grid .product-card__heading,
.collections-browser .product-card__heading{align-items:flex-start;min-width:0}
.tsg-product-grid .product-card__heading h3,
.collections-browser .product-card__heading h3,
.page-home .tsg-product-grid .product-card:first-child .product-card__heading h3{
  color:var(--ink);font-size:clamp(26px,2.1vw,32px);line-height:1.02;overflow-wrap:anywhere
}
.tsg-product-grid .product-card__mark,
.collections-browser .product-card__mark{flex:0 0 auto;margin-top:4px}
.tsg-product-grid .product-card__body>p,
.collections-browser .product-card__body>p,
.page-home .tsg-product-grid .product-card:first-child .product-card__body>p{
  color:var(--muted);font-size:13px;line-height:1.55;margin:14px 0 16px;min-height:0;max-width:none
}
.tsg-product-grid .product-card__attributes,
.collections-browser .product-card__attributes{margin-bottom:18px}
.tsg-product-grid .product-card__footer,
.collections-browser .product-card__footer{margin-top:auto;min-height:60px}
.tsg-product-grid .product-card:hover,
.collections-browser .product-card:hover{transform:translateY(-4px);box-shadow:0 20px 46px rgba(23,22,19,.09)}
.tsg-product-grid .product-card__media img[src=""],
.collections-browser .product-card__media img[src=""]{display:none}

/* Clear media-failure state rather than an unexplained empty grey block. */
.product-card__media.tsg-media-error:before,
.gallery-item.tsg-media-error:before{content:"Image can be replaced in Elementor";position:absolute;inset:0;display:grid;place-items:center;padding:20px;text-align:center;background:linear-gradient(145deg,#e8dfd1,#d8cdbd);color:#72695d;font-size:11px;letter-spacing:.07em;text-transform:uppercase}

/* Collection filtering UI: compact, deliberate, and consistent with the brand. */
.page-collections .catalog-filter-panel{margin:0 0 34px;padding:18px;border:1px solid rgba(23,22,19,.09);border-radius:20px;background:rgba(255,253,248,.78);box-shadow:0 12px 36px rgba(23,22,19,.035)}
.page-collections .catalog-filter-panel .filter-bar{position:static;top:auto;z-index:auto;margin:0 0 16px;padding:0;background:transparent;backdrop-filter:none;border:0;border-radius:0;justify-content:flex-start}
.filter-pills{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap;min-width:0}
.gallery-filter-bar{justify-content:flex-start;margin-bottom:28px}
.filter-pill{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border:1px solid rgba(23,22,19,.13);border-radius:999px;background:#fffdf8;color:#645e55;font-size:12px;font-weight:600;line-height:1;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.filter-pill.active,.filter-pill:hover{background:var(--ink);border-color:var(--ink);color:#fff}
.filter-pill:focus-visible{outline:3px solid rgba(201,154,36,.24);outline-offset:2px}
.catalog-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding-top:16px;border-top:1px solid rgba(23,22,19,.09)}
.catalog-control{display:grid;gap:7px;min-width:0}
.catalog-control__label{font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.11em;color:#80786c;font-weight:700}
.catalog-select-wrap{position:relative;display:block;min-width:0}
.catalog-select-wrap select{appearance:none;-webkit-appearance:none;width:100%;height:46px;padding:0 42px 0 14px;border:1px solid rgba(23,22,19,.13);border-radius:13px;background:#fffdf8;color:var(--ink);font-size:13px;font-weight:500;outline:none;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.catalog-select-wrap select:hover{border-color:rgba(23,22,19,.24);background:#fff}
.catalog-select-wrap select:focus{border-color:#b48927;box-shadow:0 0 0 3px rgba(201,154,36,.12)}
.catalog-select-arrow{position:absolute;right:14px;top:50%;transform:translateY(-54%);font-size:15px;line-height:1;color:#81796d;pointer-events:none}

/* Gallery: preserve masonry on wide screens, prevent crushed three-column layouts. */
.tsg-gallery .gallery-grid{columns:3 280px;column-gap:18px}
.tsg-gallery .gallery-item{position:relative;width:100%;margin:0 0 18px;background:#e7dfd3}
.tsg-gallery .gallery-item img{display:block;width:100%;height:auto;min-height:0;object-fit:cover}
.tsg-gallery .gallery-item figcaption{position:absolute;left:12px;right:12px;bottom:12px;z-index:2;width:max-content;max-width:calc(100% - 24px);padding:8px 10px;border-radius:999px;background:rgba(248,245,237,.9);backdrop-filter:blur(8px);color:#39352f;font-size:10px;line-height:1.2;text-transform:uppercase;letter-spacing:.08em}

/* Page-image banners: consistent geometry and predictable crop inside Elementor. */
.tsg-site .page-hero.media-hero{min-height:clamp(520px,60vh,620px);padding:132px 0 62px}
.tsg-site .page-hero.media-hero .page-bg,
.tsg-site .page-hero.media-hero .page-bg img{position:absolute;inset:0;width:100%;height:100%}
.tsg-site .page-hero.media-hero .page-bg img{object-fit:cover}

@media(max-width:1100px){
  .tsg-product-grid .collection-row,.collections-browser .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .catalog-controls{grid-template-columns:1fr 1fr 1fr}
  .tsg-gallery .gallery-grid{columns:2 240px}
}
@media(max-width:767px){
  .tsg-product-grid .collection-row,.collections-browser .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .tsg-product-grid .product-card__body,.collections-browser .product-card__body{padding:18px}
  .tsg-product-grid .product-card__footer,.collections-browser .product-card__footer{align-items:stretch;flex-direction:column;min-height:0}
  .tsg-product-grid .product-quote-btn,.collections-browser .product-quote-btn{width:100%}
  .catalog-controls{grid-template-columns:1fr;gap:10px}
  .filter-pills{flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-inline:contain;padding:2px 2px 6px;scrollbar-width:none}
  .filter-pills::-webkit-scrollbar{display:none}
  .filter-pill{flex:0 0 auto}
  .page-collections .catalog-filter-panel{padding:14px;border-radius:16px}
  .tsg-gallery .gallery-grid{columns:2 180px;column-gap:12px}
  .tsg-gallery .gallery-item{margin-bottom:12px}
}
@media(max-width:560px){
  .tsg-product-grid .collection-row,.collections-browser .catalog-grid{grid-template-columns:1fr}
  .tsg-product-grid .product-card__media,.collections-browser .product-card__media{aspect-ratio:4/3.45}
  .tsg-product-grid .product-card__footer,.collections-browser .product-card__footer{flex-direction:row;align-items:center}
  .tsg-product-grid .product-quote-btn,.collections-browser .product-quote-btn{width:auto}
  .tsg-gallery .gallery-grid{columns:1 auto}
  .gallery-filter-bar{margin-bottom:20px}
}

/* Converted widget class alignment found during cross-page audit. */
.tsg-quote-form .quote-intro-image{margin-top:26px;overflow:hidden;border-radius:24px;background:#e9e1d5;aspect-ratio:4/4.3}
.tsg-quote-form .quote-intro-image img{width:100%;height:100%;object-fit:cover}
.tsg-quote-form .check-grid{display:flex;flex-wrap:wrap;gap:10px}
.tsg-blog-article .article-body figure{margin:34px 0 0}
.tsg-blog-article .article-body figure img{width:100%;height:auto;border-radius:18px}
.tsg-blog-article .article-body figcaption{margin-top:9px;color:var(--muted);font-size:11px;line-height:1.5}
.elementor-editor-active .catalog-filter-panel{position:relative}

/* Client content update: Home now presents Corporate, Weddings, Giveaways and Events. */
.page-home .occasion-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1100px){.page-home .occasion-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.page-home .occasion-grid{grid-template-columns:1fr}}

/* Client content update: the added Giveaways link needs the mobile header slightly earlier. */
@media(max-width:1080px){
  .main-nav,.header-cta{display:none}
  .header-inner{grid-template-columns:1fr auto}
  .header-actions{justify-self:end}
  .menu-toggle{display:block}
  .mobile-nav{display:none}
  .menu-open .mobile-nav{display:block}
}
