/* Auvra internal release: v22.2.2+build.2026.04.04.2 luxury-site-qa-products-overview-conversion-pass */
:root{
--bg: #fff6fb;
--bg2:#ffeaf4;
--card: rgba(255,255,255,.55);
--stroke: rgba(255, 156, 201, .25);
--text:#2b1c22;
--muted: rgba(43, 28, 34, .70);
--accent:#ff6fb1;
--accent2:#ff9ac9;
--shadow: 0 20px 60px rgba(43, 28, 34, .10);
--shadow-soft: 0 14px 34px rgba(43, 28, 34, .10);
--radius: 22px;
--radius-sm: 14px;
--focus: 0 0 0 4px rgba(255, 111, 177, .20);
--max: 1440px;
--gutter: clamp(16px, 2.8vw, 36px);
}
*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
margin:0;
color: var(--text);
background:
radial-gradient(1200px 700px at 15% 10%, #ffd1e6 0%, transparent 60%),
radial-gradient(900px 600px at 85% 35%, #ffe0ef 0%, transparent 55%),
radial-gradient(900px 600px at 50% 110%, #ffd7ea 0%, transparent 55%),
linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
overflow-x:hidden;
}
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; height:auto; }
.container{
width: min(var(--max), calc(100% - (var(--gutter) * 2)));
margin: 0 auto;
}
.blob{
position:fixed;
width:520px; height:520px;
border-radius:50%;
filter: blur(40px);
opacity:.45;
mix-blend-mode:multiply;
animation: float 12s ease-in-out infinite;
pointer-events:none;
z-index:0;
}
.blob.one{background:#ffc1dd; top:-180px; left:-180px;}
.blob.two{background:#ffd7ea; top:15%; right:-220px; animation-delay:-3s;}
.blob.three{background:#ffe6f2; bottom:-260px; left:30%; animation-delay:-6s;}
@keyframes float{
0%,100%{transform: translate3d(0,0,0) scale(1)}
50%{transform: translate3d(0,-18px,0) scale(1.03)}
}
.nav{
position: sticky;
top: 0;
z-index: 50;
background: rgba(255,246,251,.68);
border-bottom: 1px solid rgba(255, 156, 201, .22);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}
.nav-inner{
display:flex;
align-items:center;
justify-content:space-between;
gap:14px;
padding: 14px 0;
position:relative;
z-index:1;
}
.brand{
display:flex;
align-items:center;
font-weight:700;
letter-spacing:.2px;
flex:0 0 auto;
}
.brand-logo{
max-width:min(248px, 52vw);
width:100%;
}
.brand-logo-image{
display:block;
width:100%;
height:auto;
max-width:248px;
filter:none;
}
.brand-mark{
display:none;
}
.brand-name, .brand-tag{
display:none;
}
.nav-links{
display:flex;
align-items:center;
gap:10px;
flex-wrap:wrap;
justify-content:flex-end;
}
.nav-links a{
display:inline-flex;
align-items:center;
gap:8px;
padding:10px 12px;
border-radius: 999px;
border:1px solid rgba(255,111,177,.20);
background: rgba(255,255,255,.35);
font-size:13px;
color: rgba(43, 28, 34, .82);
transition: transform .12s ease, background .2s ease, border-color .2s ease;
}
.nav-links a:hover{
transform: translateY(-1px);
background: rgba(255,255,255,.50);
border-color: rgba(255,111,177,.28);
}
.nav-links a.active{
border-color: rgba(255,111,177,.42);
box-shadow: 0 0 0 4px rgba(255,111,177,.10);
}
.btn{
display:inline-flex;
align-items:center;
justify-content:center;
border:0;
cursor:pointer;
padding:12px 16px;
border-radius: 14px;
font-weight:800;
letter-spacing:.15px;
font-size:13px;
transition: transform .12s ease, box-shadow .2s ease, filter .2s ease, background .2s ease;
user-select:none;
}
.btn-gold{
color:#fff;
background: linear-gradient(135deg, var(--accent), var(--accent2));
box-shadow: 0 16px 34px rgba(255,111,177,.26);
}
.btn-gold:hover{ filter:brightness(1.02); transform: translateY(-1px); }
.btn-gold:active{ transform: translateY(1px); box-shadow: 0 10px 22px rgba(255,111,177,.22); }
.btn-ghost{
color: rgba(43, 28, 34, .82);
border:1px solid rgba(255,111,177,.25);
background: rgba(255,255,255,.35);
}
.btn-ghost:hover{ transform: translateY(-1px); background: rgba(255,255,255,.5); }
.btn-ghost:active{ transform: translateY(1px); }
.btn:focus{ outline:none; }
.btn:focus-visible{ box-shadow: var(--focus); }
.hero{
padding: 34px 0 22px;
position:relative;
z-index:1;
}
.hero-grid{
display:grid;
grid-template-columns: 1.15fr .85fr;
gap:22px;
align-items:stretch;
}
@media (max-width: 940px){
.hero-grid{ grid-template-columns: 1fr; }
}
.h-eyebrow{
display:inline-flex;
align-items:center;
gap:8px;
padding:10px 12px;
border-radius: 999px;
border:1px solid rgba(255,111,177,.28);
background: rgba(255,255,255,.35);
font-size:13px;
color: rgba(43, 28, 34, .78);
}
.dot{
width:8px; height:8px; border-radius:50%;
background: var(--accent);
box-shadow: 0 0 0 6px rgba(255,111,177,.12);
animation: pulse 1.7s ease-in-out infinite;
}
@keyframes pulse{
0%,100%{transform:scale(1)}
50%{transform:scale(1.2)}
}
.h1{
margin:20px 0 10px;
font-size: clamp(34px, 4vw, 54px);
line-height:1.05;
letter-spacing:-.8px;
}
.h1 .gold{
background: linear-gradient(135deg, var(--accent), var(--accent2));
-webkit-background-clip:text;
background-clip:text;
color: transparent;
}
.lead{
margin:0 0 18px;
font-size:16px;
line-height:1.6;
color: var(--muted);
max-width: 60ch;
}
.hero-actions{
display:flex;
gap:10px;
flex-wrap:wrap;
align-items:center;
margin-top: 10px;
}
.card{
background: var(--card);
border:1px solid var(--stroke);
border-radius: var(--radius);
box-shadow: var(--shadow);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
overflow:hidden;
position:relative;
}
.card::before{
content:"";
position:absolute;
inset:-2px;
background: linear-gradient(135deg, rgba(255,111,177,.25), rgba(255,154,201,.15), rgba(255,255,255,0));
opacity:.9;
pointer-events:none;
}
.card-inner{
position:relative;
z-index:1;
padding: 26px;
}
.section{
padding: 18px 0;
position:relative;
z-index:1;
}
.section-title{
margin: 0 0 12px;
font-size: 14px;
font-weight: 800;
letter-spacing: .2px;
color: rgba(43, 28, 34, .86);
}
.grid-3{
display:grid;
grid-template-columns: repeat(3, 1fr);
gap:12px;
}
@media (max-width: 980px){
.grid-3{ grid-template-columns: 1fr; }
}
.split{
display:grid;
grid-template-columns: 1fr 1fr;
gap:12px;
}
@media (max-width: 980px){
.split{ grid-template-columns: 1fr; }
}
.feature{
background: rgba(255,255,255,.48);
border: 1px solid rgba(43, 28, 34, .08);
border-radius: 18px;
padding: 14px 14px 12px;
}
.feature h3{
margin:0 0 6px;
font-weight:800;
letter-spacing:-.4px;
font-size: 15px;
color: rgba(43, 28, 34, .88);
}
.feature p{
margin:0;
font-size: 13px;
line-height: 1.45;
color: rgba(43, 28, 34, .65);
}
.kpis{
display:grid;
grid-template-columns: 1fr 1fr;
gap:12px;
}
@media (max-width: 480px){
.kpis{ grid-template-columns: 1fr; }
}
.kpi{
background: rgba(255,255,255,.48);
border: 1px solid rgba(43, 28, 34, .08);
border-radius: 18px;
padding:14px 14px 12px;
}
.kpi .n{
font-weight:800;
letter-spacing:-.4px;
font-size: 16px;
margin:0 0 4px;
}
.kpi .t{
margin:0;
font-size: 13px;
color: rgba(43, 28, 34, .65);
line-height:1.4;
}
.list{
margin: 10px 0 0;
padding: 0;
list-style:none;
}
.list li{
display:flex;
gap:10px;
padding: 10px 0;
border-top: 1px solid rgba(43, 28, 34, .10);
color: rgba(43, 28, 34, .70);
font-size: 13px;
line-height:1.45;
}
.list li:first-child{ border-top: 0; }
.check{
width:18px; height:18px; flex: 0 0 18px;
border-radius: 8px;
border:1px solid rgba(255,111,177,.22);
background: rgba(255,255,255,.35);
box-shadow: 0 8px 16px rgba(255,111,177,.10);
}
.form{ display:grid; gap: 12px; }
.field{ display:grid; gap: 6px; }
label{
font-size: 12px;
color: rgba(43, 28, 34, .70);
font-weight: 800;
}
input, textarea{
width:100%;
padding: 12px 12px;
border-radius: 14px;
border: 1px solid rgba(43, 28, 34, .10);
background: rgba(255,255,255,.55);
color: var(--text);
outline:none;
transition: box-shadow .2s, border-color .2s, background .2s;
}
input:focus, textarea:focus{
border-color: rgba(255,111,177,.45);
box-shadow: var(--focus);
background: rgba(255,255,255,.65);
}
textarea{ min-height: 130px; resize: vertical; }
input::placeholder, textarea::placeholder{ color: rgba(43, 28, 34, .45); }
.notice{
font-size: 13px;
color: rgba(43, 28, 34, .58);
line-height: 1.55;
}
.footer{
padding: 22px 0 34px;
margin-top: 22px;
color: rgba(43, 28, 34, .55);
font-size: 12px;
position:relative;
z-index:1;
}
.footer-row{
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
flex-wrap:wrap;
}
.pill{
display:inline-flex;
align-items:center;
gap:8px;
padding:10px 12px;
border-radius: 999px;
border:1px solid rgba(255,111,177,.22);
background: rgba(255,255,255,.35);
color: rgba(43, 28, 34, .70);
}
.small-link{
color: rgba(43, 28, 34, .80);
border-bottom: 1px dotted rgba(255,111,177,.55);
}
.small-link:hover{ border-bottom-style: solid; }
.social-bubble{
margin-top:18px;
padding:18px;
border-radius: 20px;
border:1px solid rgba(255,111,177,.20);
background: linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.42));
box-shadow: var(--shadow-soft);
}
.social-links{
display:flex;
flex-wrap:wrap;
gap:10px;
}
.social-link{
display:inline-flex;
align-items:center;
gap:10px;
min-height:48px;
padding:12px 14px;
border-radius:999px;
border:1px solid rgba(255,111,177,.22);
background: rgba(255,255,255,.72);
box-shadow: 0 10px 24px rgba(43,28,34,.06);
transition: transform .12s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.social-link:hover{
transform: translateY(-1px);
border-color: rgba(255,111,177,.36);
box-shadow: 0 14px 28px rgba(43,28,34,.10);
background: rgba(255,255,255,.88);
}
.social-link:focus-visible{
outline:none;
box-shadow: var(--focus);
}
.social-icon{
width:28px;
height:28px;
border-radius:50%;
display:inline-flex;
align-items:center;
justify-content:center;
background: linear-gradient(135deg, rgba(255,111,177,.18), rgba(255,154,201,.32));
color: var(--accent);
flex:0 0 auto;
}
.social-link-label{
display:flex;
flex-direction:column;
gap:2px;
line-height:1.2;
}
.social-link-label strong{
font-size:13px;
}
.social-link-label span{
font-size:11px;
color: rgba(43, 28, 34, .58);
}
.social-bubble-note{
margin:14px 0 0;
font-size:12px;
color: rgba(43, 28, 34, .62);
}
@media (max-width: 640px){
.social-links{ flex-direction:column; }
.social-link{ width:100%; }
}
@media (max-width: 900px){
.container{ width: calc(100% - 28px); }
.card-inner{ padding: 18px; }
}
.value-blob{
margin-top: 14px;
padding: 14px;
border-radius: 22px;
border: 1px solid rgba(255,111,177,.22);
background:
radial-gradient(140px 90px at 20% 10%, rgba(255,111,177,.22), transparent 65%),
radial-gradient(160px 110px at 85% 30%, rgba(255,154,201,.18), transparent 70%),
rgba(255,255,255,.38);
box-shadow: 0 16px 34px rgba(255,111,177,.12);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
position: relative;
overflow: hidden;
}
.value-blob::after{
content:"";
position:absolute;
right:-40px;
bottom:-50px;
width:160px;
height:160px;
border-radius:50%;
background: radial-gradient(circle at 30% 30%, rgba(255,111,177,.16), transparent 60%);
filter: blur(1px);
pointer-events:none;
}
.value-blob-row{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
position: relative;
z-index: 1;
}
@media (max-width: 520px){
.value-blob-row{ grid-template-columns: 1fr; }
}
.value-chip{
display:flex;
gap:10px;
align-items:flex-start;
padding: 10px 10px;
border-radius: 18px;
border: 1px solid rgba(43, 28, 34, .08);
background: rgba(255,255,255,.42);
}
.value-icon{
width: 34px;
height: 34px;
border-radius: 14px;
display:inline-flex;
align-items:center;
justify-content:center;
border: 1px solid rgba(255,111,177,.22);
background: rgba(255,255,255,.45);
color: rgba(43, 28, 34, .82);
flex: 0 0 34px;
box-shadow: 0 10px 18px rgba(255,111,177,.10);
}
.value-title{
font-weight: 900;
font-size: 12px;
letter-spacing: .06em;
text-transform: uppercase;
color: rgba(43, 28, 34, .86);
margin-top: 1px;
}
.value-sub{
font-size: 12.5px;
line-height: 1.35;
color: rgba(43, 28, 34, .62);
margin-top: 2px;
}
.value-blob-note{
margin-top: 10px;
font-size: 12.5px;
color: rgba(43, 28, 34, .62);
position: relative;
z-index: 1;
}
.signature{
margin-top: 14px;
display: inline-flex;
align-items: baseline;
gap: 12px;
position: relative;
z-index: 1;
}
.signature-name{
font-family: "Dancing Script", "Caveat", "Brush Script MT", cursive;
font-size: 42px;
line-height: .95;
letter-spacing: .4px;
color: rgba(43, 28, 34, .92);
position: relative;
padding: 6px 14px 10px;
transform: rotate(-2deg);
text-shadow: 0 2px 0 rgba(255,255,255,.35);
}
.signature-name::before{
content:"";
position:absolute;
left: -10px;
right: -10px;
bottom: 8px;
height: 18px;
border-radius: 999px;
background:
linear-gradient(90deg, rgba(255,111,177,.34), rgba(255,154,201,.22)),
repeating-linear-gradient(
90deg,
rgba(255,255,255,.12) 0px,
rgba(255,255,255,.12) 6px,
rgba(255,255,255,0) 10px,
rgba(255,255,255,0) 16px
);
transform: rotate(-2deg);
z-index: -1;
filter: blur(.25px);
opacity: .95;
}
.signature-name::after{
content:"";
position:absolute;
right:-18px;
bottom: 16px;
width: 22px;
height: 10px;
border-radius: 999px;
background: rgba(255,111,177,.28);
transform: rotate(18deg);
filter: blur(.2px);
opacity: .9;
}
.signature-title{
font-weight: 900;
font-size: 12px;
letter-spacing: .14em;
text-transform: uppercase;
color: rgba(43, 28, 34, .58);
padding-bottom: 2px;
transform: rotate(-1deg);
}
.blog-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
@media (max-width: 980px){.blog-list-grid{grid-template-columns:1fr 1fr;}}
@media (max-width: 680px){.blog-list-grid{grid-template-columns:1fr;}}
.article-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
@media (max-width: 940px){.article-grid{grid-template-columns:1fr;}}
.meta-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;}
.blog-card-link{display:flex;flex-direction:column;gap:12px;height:100%;}
.blog-card-link p{margin:0;color:var(--muted);line-height:1.6;font-size:14px;}
.blog-card-link h3{margin:0;font-size:22px;line-height:1.2;}
.blog-card-link:hover h3{text-decoration:underline;text-underline-offset:4px;}
.notice p{margin:0;}
.social-bubble-prominent{
margin-top:22px;
padding:20px;
background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,240,246,.72));
border-color: rgba(255,111,177,.28);
}
.social-links-prominent{
display:grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap:12px;
}
.social-links-prominent .social-link{
display:flex;
width:100%;
min-height:70px;
border-radius:18px;
padding:14px 16px;
}
.social-links-prominent .social-link-label strong{
font-size:14px;
}
.social-links-prominent .social-link-label span{
font-size:12px;
}
@media (max-width: 900px){
.social-links-prominent{ grid-template-columns:1fr; }
}
.footer-socials-wrap{
margin-top: 12px;
}
.footer-socials{
display:flex;
flex-wrap:wrap;
gap: 10px;
justify-content:center;
}
.footer-socials-title{
font-weight: 800;
}
@media (max-width: 940px){
}
@media (max-width: 720px){
}
:root{
--bg: #fff9fc;
--bg2:#f8eef2;
--text:#2f2328;
--muted: rgba(47,35,40,.74);
--accent:#c89a45;
--accent2:#efd7a2;
--gold-line:#c79a43;
--dark-luxe:#2f2529;
--dark-luxe-2:#43343a;
--card: rgba(255,255,255,.62);
--stroke: rgba(199,154,67,.20);
--shadow: 0 22px 60px rgba(58,39,43,.10);
--shadow-soft: 0 14px 38px rgba(58,39,43,.08);
}
body::before{
content:"";
position:fixed;
inset:0;
pointer-events:none;
background-image: radial-gradient(rgba(255,255,255,.35) 1px, transparent 1px);
background-size: 16px 16px;
opacity:.12;
}
.nav{
background: rgba(255,250,252,.78);
border-bottom:1px solid rgba(199,154,67,.15);
}
.nav-inner{padding:18px 0;}
.brand{gap:14px;}
.brand-mark{
width:44px; height:44px; border-radius:16px;
background: linear-gradient(145deg, #f4d8a3, #ba8b36 80%);
box-shadow: 0 14px 30px rgba(199,154,67,.22);
}
.brand-name{
font-size:22px;
font-family: "Cormorant Garamond", Georgia, serif;
font-weight:700;
letter-spacing:.6px;
position:relative;
display:inline-block;
text-decoration: none;
}
.brand-name::after{
content:"";
position:absolute;
left:0; right:0; bottom:-4px;
height:2px;
border-radius:999px;
background: linear-gradient(90deg, rgba(231,209,151,.35), var(--gold-line), rgba(231,209,151,.55));
}
.brand-name .au{ text-decoration:none; }
.brand-tag{margin-top:6px; font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:rgba(47,35,40,.58);}
.nav-links a{
background: transparent;
border: 1px solid transparent;
padding:10px 10px;
border-radius: 999px;
}
.nav-links a:hover{background: rgba(255,255,255,.55); border-color: rgba(199,154,67,.16);}
.btn{
border-radius:999px;
padding:13px 20px;
font-size:13px;
letter-spacing:.04em;
}
.btn-gold{
color:#2d2024;
background: linear-gradient(135deg, #f2ddb2 0%, #d6af67 45%, #f5e5c6 100%);
box-shadow: 0 16px 34px rgba(199,154,67,.25), inset 0 1px 0 rgba(255,255,255,.55);
}
.btn-ghost{background: rgba(255,255,255,.52); border:1px solid rgba(199,154,67,.18);}
.hero-luxe{padding: 52px 0 30px;}
.hero-luxe-grid{display:grid; grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr); gap:30px; align-items:center;}
.hero-copy{position:relative; z-index:1;}
.luxe-title, .serif-title{
font-family: "Cormorant Garamond", Georgia, serif;
letter-spacing:-.02em;
font-weight:600;
}
.luxe-title{font-size: clamp(46px, 6vw, 78px); line-height:.95; max-width: 12ch; margin-bottom:14px;}
.luxe-lead{max-width: 62ch; font-size:17px;}
.hero-proof{display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:26px;}
.proof-chip{
padding:16px 16px 14px;
border-radius:22px;
background: rgba(255,255,255,.54);
border:1px solid rgba(199,154,67,.14);
box-shadow: var(--shadow-soft);
}
.proof-chip strong{display:block; font-size:14px; margin-bottom:4px;}
.proof-chip span{display:block; font-size:12px; color:var(--muted); line-height:1.45;}
.hero-visual-wrap{display:grid; gap:18px;}
.editorial-panel{
min-height: 430px;
position:relative;
overflow:hidden;
border-radius:34px;
border:1px solid rgba(199,154,67,.16);
background:
radial-gradient(circle at 75% 18%, rgba(252,240,216,.95), transparent 28%),
radial-gradient(circle at 25% 75%, rgba(255,214,229,.72), transparent 30%),
linear-gradient(145deg, rgba(255,255,255,.92), rgba(246,232,237,.92));
box-shadow: var(--shadow);
}
.editorial-panel-about{min-height: 360px;}
.editorial-copy{position:relative; z-index:2; padding:34px; max-width: 25rem;}
.editorial-copy h2{ font-size:42px; line-height:.98; margin:16px 0 10px;}
.editorial-copy p{font-size:15px; line-height:1.7; color:var(--muted);}
.editorial-glow{position:absolute; inset:auto -60px -90px auto; width:260px; height:260px; border-radius:50%; background: radial-gradient(circle, rgba(199,154,67,.26), transparent 68%); filter: blur(12px);}
.editorial-orbs .orb{position:absolute; border-radius:50%; filter: blur(.1px); box-shadow: inset 0 1px 0 rgba(255,255,255,.48), 0 20px 40px rgba(63,43,47,.08);}
.orb-one{width:220px; height:220px; right:34px; bottom:40px; background: linear-gradient(145deg, rgba(255,240,246,.96), rgba(242,210,223,.88));}
.orb-two{width:120px; height:120px; right:180px; bottom:26px; background: linear-gradient(145deg, rgba(246,226,180,.98), rgba(206,165,79,.84));}
.orb-three{width:88px; height:88px; right:86px; top:72px; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(236,222,192,.9));}
.hero-side-notes{display:grid; grid-template-columns:1fr 1fr; gap:16px;}
.mini-editorial{padding:18px 18px 20px; border-radius:24px; background: rgba(255,255,255,.58); border:1px solid rgba(199,154,67,.14); box-shadow: var(--shadow-soft);}
.mini-editorial.dark{background: linear-gradient(145deg, rgba(63,48,54,.98), rgba(45,34,39,.98)); color:#f7edf0;}
.mini-kicker{display:inline-block; font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:rgba(47,35,40,.55); margin-bottom:10px;}
.mini-editorial.dark .mini-kicker{color:rgba(255,239,223,.7);}
.mini-editorial h3{ font-size:28px; line-height:1.02; margin:0 0 10px;}
.mini-editorial p{margin:0; font-size:14px; line-height:1.6; color:inherit; opacity:.82;}
.section{padding: 24px 0 36px; position:relative; z-index:1;}
.section-editorial-band{padding-top:10px;}
.statement-band{display:grid; grid-template-columns:1fr auto; gap:20px; align-items:end; padding:30px 34px; border-radius:32px; background: rgba(255,255,255,.52); border:1px solid rgba(199,154,67,.14); box-shadow: var(--shadow-soft);}
.statement-band-dark{background: linear-gradient(145deg, rgba(51,40,46,.98), rgba(36,28,31,.98)); color:#f8eff2;}
.section-head-luxe{display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:20px;}
.section-copy{max-width: 38rem; margin:0;}
.luxe-pill{background: rgba(255,255,255,.72); border:1px solid rgba(199,154,67,.18); color:#6b5431;}
.luxe-pill-dark{background: rgba(255,255,255,.08); border-color: rgba(255,240,212,.16); color:#eedfb8;}
.mood-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:18px;}
.mood-card{position:relative; min-height:280px; padding:24px; border-radius:28px; overflow:hidden; border:1px solid rgba(199,154,67,.14); box-shadow: var(--shadow-soft); display:flex; flex-direction:column; justify-content:flex-end;}
.mood-card::before{content:""; position:absolute; inset:0; background: linear-gradient(180deg, transparent 0%, rgba(52,36,40,.14) 100%);}
.mood-card > *{position:relative; z-index:1;}
.mood-silk{background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.85), transparent 24%), linear-gradient(145deg, #fff7fb, #f4dfe8 70%);}
.mood-fresh{background: radial-gradient(circle at 22% 20%, rgba(255,255,255,.9), transparent 20%), linear-gradient(145deg, #f9fbff, #e7efe9 72%);}
.mood-warm{background: radial-gradient(circle at 80% 24%, rgba(255,239,201,.8), transparent 24%), linear-gradient(145deg, #f6ece6, #ead7c7 72%);}
.mood-label{display:inline-flex; width:max-content; font-size:11px; letter-spacing:.14em; text-transform:uppercase; padding:8px 10px; border-radius:999px; background:rgba(255,255,255,.64); border:1px solid rgba(199,154,67,.14); color:#74552e; margin-bottom:12px;}
.mood-card h3,.journal-card h3{ font-size:34px; margin:0 0 8px; line-height:1;}
.mood-card p,.journal-card p{margin:0; font-size:14px; line-height:1.65; color:rgba(47,35,40,.76);}
.section-cta{margin-top:18px;}
.dual-feature-grid{display:grid; grid-template-columns:1fr 1fr; gap:18px;}
.feature-card{padding:30px; border-radius:30px; box-shadow: var(--shadow-soft); border:1px solid rgba(199,154,67,.14);}
.feature-card.light{background: rgba(255,255,255,.56);}
.dark-panel{background: linear-gradient(145deg, rgba(57,44,49,.98), rgba(40,31,35,.98)); color:#f6ecf0;}
.btn-ghost-light{background: rgba(255,255,255,.09); color:#fff7f7; border-color: rgba(255,255,255,.18);}
.luxe-list li{margin-bottom:12px;}
.luxe-list-light li{color:#f7edf0;}
.social-story-grid{display:grid; grid-template-columns: .85fr 1.15fr; gap:20px; align-items:center;}
.social-bubble-luxe{background: rgba(255,255,255,.58); border:1px solid rgba(199,154,67,.14); box-shadow: var(--shadow-soft); border-radius:30px;}
.social-link{border:1px solid rgba(199,154,67,.14); background: rgba(255,255,255,.58); border-radius:20px;}
.journal-shell{padding:30px; border-radius:32px; background: rgba(255,255,255,.48); border:1px solid rgba(199,154,67,.14); box-shadow: var(--shadow-soft);}
.journal-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:18px;}
.journal-card{padding:22px; min-height:220px; border-radius:26px; background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(248,238,242,.92)); border:1px solid rgba(199,154,67,.12);}
.final-cta-panel{display:flex; align-items:center; justify-content:space-between; gap:24px; padding:32px 34px; border-radius:32px; background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(244,230,235,.88)); border:1px solid rgba(199,154,67,.15); box-shadow: var(--shadow-soft);}
.subpage-hero{padding-bottom:18px;}
.contact-direct-list{display:grid; gap:10px; margin-top:18px;}
.contact-direct-list a{display:inline-flex; width:max-content; padding:10px 14px; border-radius:999px; background: rgba(255,255,255,.55); border:1px solid rgba(199,154,67,.15);}
.contact-panel-luxe{display:block;}
.card-contact-luxe{background: rgba(255,255,255,.7); border-radius:32px; border:1px solid rgba(199,154,67,.16); box-shadow: var(--shadow);}
.card-contact-luxe .form input,.card-contact-luxe .form textarea{background: rgba(255,255,255,.76); border:1px solid rgba(199,154,67,.14);}
.about-cta-panel{margin-top:4px;}
.footer .pill{border-color: rgba(199,154,67,.14); background: rgba(255,255,255,.58);}
@media (max-width: 980px){
.hero-luxe-grid,.social-story-grid,.dual-feature-grid,.statement-band,.section-head-luxe,.final-cta-panel{grid-template-columns:1fr; display:grid;}
.hero-proof,.mood-grid,.journal-grid,.hero-side-notes{grid-template-columns:1fr;}
.luxe-title{max-width: 14ch;}
}
@media (max-width: 760px){
.container{width:min(var(--max), calc(100% - 24px));}
.luxe-title{font-size: clamp(40px, 12vw, 58px);}
.editorial-copy{padding:24px;}
.statement-band,.feature-card,.journal-shell,.final-cta-panel{padding:22px;}
.mood-card{min-height:220px;}
}
.section .card .section-title.serif-title{}
@media (max-width: 640px){
}
.contact-direct-list-rich a{display:flex; align-items:center; justify-content:space-between; gap:18px; min-width:min(100%, 340px);}
.contact-direct-list-rich a strong{font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:#7b6037;}
.contact-direct-list-rich a span{font-weight:700; color:var(--text);}
.company-details-stack{display:grid; gap:12px; margin-top:16px;}
.company-detail-row{display:grid; grid-template-columns:110px 1fr; gap:14px; padding:14px 16px; border-radius:18px; background:rgba(255,255,255,.52); border:1px solid rgba(199,154,67,.14);}
.company-detail-row span{font-size:12px; letter-spacing:.12em; text-transform:uppercase; color:#7b6037; align-self:center;}
.company-detail-row strong{font-size:15px; line-height:1.5; color:var(--text);}
.company-detail-row a{color:inherit; text-decoration:none;}
.contact-mini-actions{display:flex; flex-wrap:wrap; gap:10px; margin-top:16px;}
@media (max-width: 980px){.contact-support-grid{grid-template-columns:1fr;}}
@media (max-width: 640px){.company-detail-row{grid-template-columns:1fr; gap:8px;} .contact-direct-list-rich a{min-width:100%; flex-direction:column; align-items:flex-start;}}
.founder-statement{
max-width: 780px;
}
.founder-statement-hero{
margin-bottom: 18px;
}
.founder-quote{
margin: 0;
font-family: "Cormorant Garamond", Georgia, serif;
font-size: clamp(44px, 6.4vw, 76px);
line-height: .96;
letter-spacing: -.03em;
color: var(--text);
max-width: 900px;
text-wrap: balance;
}
.signature-founder{
margin-top: 18px;
}
.signature-founder .signature-name::before{
background:
linear-gradient(90deg, rgba(212,175,55,.28), rgba(255,214,122,.18)),
repeating-linear-gradient(
90deg,
rgba(255,255,255,.14) 0px,
rgba(255,255,255,.14) 6px,
rgba(255,255,255,0) 10px,
rgba(255,255,255,0) 16px
);
}
.signature-founder .signature-name::after{
background: rgba(212,175,55,.24);
}
.contact-direct-list-polished{
margin-top: 22px;
display: grid;
grid-template-columns: repeat(3, minmax(0,1fr));
gap: 12px;
}
.contact-direct-list-polished a{
min-height: 88px;
border-radius: 22px;
border: 1px solid rgba(212,175,55,.16);
background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,245,250,.9));
box-shadow: 0 16px 30px rgba(43,28,34,.06);
}
.contact-direct-list-polished a strong{
font-size: 13px;
letter-spacing: .08em;
text-transform: uppercase;
color: rgba(43,28,34,.72);
}
.contact-direct-list-polished a span{
font-size: 14px;
line-height: 1.4;
}
.company-details-stack-polished{
margin-top: 8px;
display: grid;
gap: 10px;
}
.company-details-stack-polished .company-detail-row{
padding: 14px 16px;
border-radius: 18px;
background: rgba(255,255,255,.78);
border: 1px solid rgba(212,175,55,.12);
box-shadow: 0 10px 22px rgba(43,28,34,.04);
}
@media (max-width: 820px){
.contact-direct-list-polished{
grid-template-columns: 1fr;
}
}
@media (max-width: 640px){
.founder-quote{
font-size: clamp(36px, 11vw, 54px);
line-height: 1.02;
}
}
.hero-luxe{padding: 46px 0 24px;}
.hero-luxe-grid{gap:24px;}
.hero-visual-wrap{align-self:stretch;}
.editorial-panel{display:flex; align-items:stretch; min-height:460px;}
.editorial-panel-about{min-height:440px;}
.editorial-copy{display:flex; flex-direction:column; justify-content:flex-start;}
.editorial-copy > *{position:relative; z-index:2;}
.editorial-media{position:absolute; inset:0; z-index:0;}
.editorial-media::after{content:""; position:absolute; inset:0; background:linear-gradient(135deg, rgba(255,250,252,.1), rgba(255,243,247,.35) 34%, rgba(43,28,34,.12) 100%);}
.editorial-media img{width:100%; height:100%; object-fit:cover; display:block;}
.editorial-panel-about .editorial-copy{max-width:26rem; margin-top:auto; padding-top:160px;}
.mini-editorial{min-height:156px; display:flex; flex-direction:column; justify-content:flex-end;}
.proof-chip,.journal-card,.feature-card,.card,.social-bubble-luxe{height:100%;}
.mood-card{min-height:300px;}
.mood-card::after{content:""; position:absolute; inset:auto auto 18px 18px; width:120px; height:120px; border-radius:26px; background:rgba(255,255,255,.24); filter: blur(.2px); opacity:.85;}
.mood-silk::after{background:linear-gradient(145deg, rgba(255,255,255,.68), rgba(248,221,232,.22));}
.mood-fresh::after{background:linear-gradient(145deg, rgba(255,255,255,.7), rgba(220,234,225,.24));}
.mood-warm::after{background:linear-gradient(145deg, rgba(255,241,220,.56), rgba(226,197,167,.22));}
.section{padding: 20px 0 30px;}
.statement-band{padding:26px 30px;}
.final-cta-panel{padding:28px 30px;}
.journal-shell{padding:28px;}
.card-inner{padding:24px;}
.hero-copy .lead:last-child{margin-bottom:0;}
.feature-card p:last-child,.journal-card p:last-child,.mini-editorial p:last-child{margin-bottom:0;}
.contact-panel-luxe{display:grid; gap:16px;}
.contact-direct-list-polished a{padding:16px 18px;}
.contact-direct-list-polished a:hover,.company-detail-row:hover,.feature:hover,.journal-card:hover,.mood-card:hover{transform:translateY(-1px);}
.company-detail-row{transition: transform .14s ease, box-shadow .2s ease, border-color .2s ease;}
.company-detail-row:hover{box-shadow: 0 14px 26px rgba(43,28,34,.05); border-color: rgba(199,154,67,.2);}
.visual-split{display:grid; grid-template-columns:1.08fr .92fr; gap:18px; align-items:stretch;}
.media-card{position:relative; min-height:320px; border-radius:30px; overflow:hidden; border:1px solid rgba(199,154,67,.14); box-shadow: var(--shadow-soft); background:linear-gradient(145deg, rgba(255,255,255,.92), rgba(246,232,237,.92));}
.media-card img{width:100%; height:100%; object-fit:cover; display:block;}
.media-card::after{content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(43,28,34,.08));}
.media-overlay{position:absolute; left:22px; right:22px; bottom:22px; z-index:1; padding:18px 18px 16px; border-radius:24px; background:rgba(255,252,253,.78); border:1px solid rgba(199,154,67,.16); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: var(--shadow-soft);}
.media-overlay h3{margin:0 0 6px; font-size:31px; line-height:1;}
.media-overlay p{margin:0; font-size:14px; line-height:1.6; color:var(--muted);}
.about-story-grid{display:grid; grid-template-columns:.94fr 1.06fr; gap:18px; align-items:stretch;}
.contact-second-row{display:grid; grid-template-columns:1fr 1fr; gap:18px; align-items:stretch;}
.compact-card .card-inner{padding:22px;}
.footer{padding-top:18px; margin-top:18px;}
@media (max-width: 980px){
.visual-split,.about-story-grid,.contact-second-row{grid-template-columns:1fr;}
.editorial-panel-about .editorial-copy{padding-top:220px;}
}
@media (max-width: 760px){
.editorial-panel{min-height:380px;}
.editorial-panel-about{min-height:390px;}
.mood-card{min-height:240px;}
.media-card{min-height:260px;}
.section{padding: 16px 0 24px;}
.card-inner,.journal-shell,.statement-band,.final-cta-panel,.feature-card{padding:20px;}
}
.hero-luxe-grid-contact{
grid-template-columns: minmax(0,1.02fr) minmax(320px,.98fr);
align-items:start;
}
.subpage-hero .hero-copy,
.subpage-hero .hero-visual,
.subpage-hero .contact-panel-luxe{
align-self:start;
}
.founder-statement{
padding: 8px 0 2px;
}
.founder-quote{
font-size: clamp(38px, 5.2vw, 64px);
line-height: .98;
max-width: 11ch;
}
.signature-founder{
display:inline-flex;
align-items:flex-end;
gap:10px;
margin-top:14px;
}
.signature-founder .signature-title{
margin-bottom: 4px;
}
.about-story-grid{
grid-template-columns: minmax(300px,.92fr) minmax(0,1.08fr);
}
.dual-feature-grid{
align-items:stretch;
}
.social-story-copy{
max-width: 34rem;
}
.social-story-copy .section-title,
.social-story-copy .lead{
margin-bottom: 0;
}
.section-final-cta{
padding-top: 8px;
}
.visual-split{
grid-template-columns: minmax(0,1.08fr) minmax(280px,.92fr);
grid-template-areas:
"media card1"
"media card2";
}
.visual-split > :nth-child(1){grid-area:media;}
.visual-split > :nth-child(2){grid-area:card1;}
.visual-split > :nth-child(3){grid-area:card2;}
.visual-split .media-card{
min-height: 100%;
}
.compact-card{
height:100%;
}
.compact-card .card-inner{
display:flex;
flex-direction:column;
justify-content:center;
min-height:100%;
}
.contact-second-row .feature-card,
.visual-split .card,
.visual-split .media-card{
min-height: 100%;
}
.contact-direct-list-polished a,
.social-link,
.feature,
.journal-card,
.feature-card,
.media-card,
.card,
.mood-card,
.final-cta-panel,
.statement-band{
transition: transform .18s ease, box-shadow .22s ease, border-color .22s ease;
}
.contact-direct-list-polished a:hover,
.social-link:hover,
.feature:hover,
.journal-card:hover,
.feature-card:hover,
.media-card:hover,
.card:hover,
.mood-card:hover,
.final-cta-panel:hover,
.statement-band:hover{
transform: translateY(-2px);
box-shadow: 0 18px 36px rgba(43,28,34,.08);
}
@media (max-width: 980px){
.visual-split > *{grid-area:auto !important;}
.founder-quote{
max-width: none;
}
}
@media (max-width: 760px){
.subpage-hero .hero-copy,
.subpage-hero .hero-visual,
.subpage-hero .contact-panel-luxe{
min-width:0;
}
.contact-direct-list-polished a{
min-height:72px;
}
}
.hero-luxe-grid-contact .hero-copy.contact-hero-copy,
.about-hero-copy .founder-statement{
max-width: 100%;
padding: 0;
}
.about-hero-copy .founder-quote{
font-size: clamp(30px, 4.2vw, 50px);
line-height: 1.02;
letter-spacing: -.025em;
max-width: 10.4ch;
text-wrap: pretty;
}
.about-hero-copy .signature-founder{
margin-top: 12px;
}
.about-hero-copy .signature-founder .signature-name{
font-size: 42px;
}
.about-hero-copy .luxe-lead{
max-width: 56ch;
margin-top: 16px;
}
.editorial-panel-about{
min-height: 560px;
border-radius: 34px;
overflow: hidden;
}
.editorial-panel-about .editorial-media img{
opacity: .28;
transform: scale(1.03);
filter: saturate(.78) contrast(.95);
}
.editorial-panel-about .editorial-media::after{
background:
linear-gradient(180deg, rgba(255,251,252,.92) 0%, rgba(255,245,248,.84) 50%, rgba(250,236,241,.92) 100%);
}
.editorial-panel-about .editorial-copy{
justify-content: flex-end;
max-width: 22rem;
padding: 26px 28px 28px;
padding-top: 260px;
}
.editorial-panel-about .editorial-copy h2{
font-size: clamp(30px, 3vw, 42px);
line-height: 1.02;
max-width: 10ch;
}
.editorial-panel-about .editorial-copy p{
max-width: 30ch;
}
.hero-luxe-grid-contact{
grid-template-columns: minmax(0,1.02fr) minmax(360px,.98fr);
gap: 24px;
align-items: start;
}
.contact-hero-copy .luxe-title{
max-width: 8ch;
margin-bottom: 10px;
}
.contact-hero-copy .luxe-lead{
max-width: 58ch;
}
.contact-direct-list.contact-direct-list-rich.contact-direct-list-polished{
margin-top: 18px;
gap: 14px;
}
.contact-direct-list-rich.contact-direct-list-polished a{
width: 100%;
min-width: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
min-height: 96px;
padding: 18px 18px 16px;
position: relative;
overflow: hidden;
isolation: isolate;
}
.contact-direct-list-rich.contact-direct-list-polished a strong{
display: block;
font-size: 12px;
line-height: 1;
margin: 0 0 8px;
}
.contact-direct-list-rich.contact-direct-list-polished a span{
display: block;
font-size: 15px;
line-height: 1.45;
font-weight: 700;
letter-spacing: -.01em;
color: #2d2025;
word-break: break-word;
}
.contact-direct-list-rich.contact-direct-list-polished a::after{
content: "";
position: absolute;
right: -18px;
bottom: -18px;
width: 74px;
height: 74px;
border-radius: 22px;
background: linear-gradient(135deg, rgba(212,175,55,.12), rgba(255,255,255,0));
z-index: -1;
}
.contact-panel-luxe{
gap: 20px;
}
.card-contact-luxe .card-inner{
padding: 28px;
}
.card-contact-luxe .section-title{
max-width: 12ch;
margin-bottom: 10px;
}
.card-contact-luxe .lead{
max-width: 48ch;
}
.card-contact-luxe .field{
margin-bottom: 12px;
}
.card-contact-luxe .form label{
display: inline-block;
margin-bottom: 6px;
font-size: 12px;
letter-spacing: .08em;
text-transform: uppercase;
color: #7c6240;
}
.card-contact-luxe .form input,
.card-contact-luxe .form textarea{
width: 100%;
border-radius: 18px;
border: 1px solid rgba(199,154,67,.14);
background: rgba(255,255,255,.82);
box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
padding: 14px 16px;
}
.card-contact-luxe .form input{min-height: 52px;}
.card-contact-luxe .form textarea{min-height: 148px; resize: vertical;}
.contact-second-row,
.visual-split,
.social-story-grid,
.journal-grid,
.dual-feature-grid,
.about-story-grid{
gap: 22px;
}
.visual-split .card.compact-card .card-inner{
padding: 26px;
}
.dark-panel{
background: linear-gradient(135deg, #2b2026 0%, #3a2a34 56%, #4a3742 100%);
}
.dark-panel .section-title,
.dark-panel .lead,
.dark-panel p,
.dark-panel .luxe-pill-dark{
color: rgba(255,255,255,.96);
}
.dark-panel .btn-ghost-light{
border-color: rgba(255,255,255,.22);
background: rgba(255,255,255,.08);
color: #fff;
}
.social-story-copy{
max-width: 38rem;
}
.social-bubble-prominent{
padding: 28px;
}
.social-links-prominent{
gap: 12px;
}
.social-link{
min-height: 90px;
}
.journal-shell{
padding: 30px;
}
.journal-card{
padding: 28px 26px;
}
.journal-card h3{
max-width: 13ch;
}
.footer .pill{
line-height: 1.55;
}
@media (max-width: 1100px){
.about-hero-copy .founder-quote{
font-size: clamp(28px, 4.6vw, 44px);
max-width: 11ch;
}
.editorial-panel-about{
min-height: 500px;
}
}
@media (max-width: 980px){
.editorial-panel-about .editorial-copy{
padding-top: 220px;
}
.about-hero-copy .founder-quote,
.contact-hero-copy .luxe-title{
max-width: none;
}
}
@media (max-width: 760px){
.hero-luxe-grid-contact .hero-copy.contact-hero-copy,
.about-hero-copy .founder-quote{
font-size: clamp(28px, 9vw, 38px);
line-height: 1.04;
}
.about-hero-copy .signature-founder .signature-name{
font-size: 36px;
}
.contact-direct-list-polished{
grid-template-columns: 1fr;
}
.contact-direct-list-rich.contact-direct-list-polished a{
min-height: 84px;
}
.card-contact-luxe .card-inner,
.journal-shell,
.social-bubble-prominent,
.visual-split .card.compact-card .card-inner{
padding: 22px;
}
}
:root{
--accent:#c8a56a;
--accent2:#ead9b4;
--bg:#fcf7f8;
--bg2:#f6edf0;
--text:#2e2228;
--muted:rgba(46,34,40,.72);
--max:1240px;
--shadow:0 24px 60px rgba(46,34,40,.08);
--shadow-soft:0 14px 30px rgba(46,34,40,.06);
}
body{background:radial-gradient(1000px 640px at 10% 12%, rgba(244,212,225,.58) 0%, transparent 60%),radial-gradient(900px 520px at 92% 32%, rgba(241,225,199,.42) 0%, transparent 52%),linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);}
.blob{opacity:.22; filter:blur(64px);}
.nav{background:rgba(252,247,248,.78); border-bottom:1px solid rgba(200,165,106,.14);}
.nav-inner{padding:16px 0;}
.brand-mark{background:linear-gradient(135deg,#f0dfb9,#c8a56a 58%,#b88d48); box-shadow:0 10px 24px rgba(200,165,106,.18);}
.brand-name{ font-size:18px; position:relative; display:inline-block; padding-bottom:3px;}
.brand-name::after{content:""; position:absolute; left:0; right:0; bottom:0; height:2px; background:linear-gradient(90deg, rgba(200,165,106,.25), rgba(200,165,106,.95), rgba(200,165,106,.25)); border-radius:999px;}
.brand-name .au{text-decoration:none;}
.brand-tag{text-transform:uppercase; letter-spacing:.2em; font-size:10px; color:rgba(46,34,40,.52);}
.nav-links{gap:18px;}
.nav-links a{background:transparent; border:none; padding:8px 0; border-radius:0; box-shadow:none; font-size:13px; color:rgba(46,34,40,.70);}
.nav-links a:hover,.nav-links a.active{background:transparent; border:none; box-shadow:none; color:var(--text); transform:none;}
.btn{border-radius:999px; padding:13px 18px;}
.btn-gold{background:linear-gradient(135deg,#eedcb0,#d2af72 58%,#bf9451); color:#2f2328; box-shadow:0 14px 28px rgba(200,165,106,.18);}
.btn-ghost{background:rgba(255,255,255,.72); border:1px solid rgba(200,165,106,.18); color:var(--text);}
.hero{padding:52px 0 24px;}
.hero-luxe-grid{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr); gap:38px; align-items:center;}
.h-eyebrow{display:inline-flex; align-items:center; gap:8px; padding:10px 14px; border-radius:999px; background:rgba(255,255,255,.68); border:1px solid rgba(200,165,106,.14); color:#6f5530; font-size:12px; letter-spacing:.08em; text-transform:uppercase;}
.dot{width:7px; height:7px; border-radius:50%; background:linear-gradient(135deg,#dfc28c,#c49a58); box-shadow:0 0 0 5px rgba(200,165,106,.12);}
.luxe-title{font-size:clamp(52px,6vw,84px); line-height:.93; max-width:10ch; margin:16px 0 14px;}
.luxe-lead{font-size:17px; line-height:1.75; color:var(--muted); max-width:62ch;}
.hero-actions{gap:12px;}
.hero-proof{gap:14px;}
.proof-chip,.mini-editorial,.feature-card,.card,.journal-card,.social-bubble-luxe,.statement-band,.journal-shell,.final-cta-panel,.card-contact-luxe,.editorial-panel-contact{background:rgba(255,255,255,.72)!important; border:1px solid rgba(200,165,106,.14)!important; box-shadow:var(--shadow-soft)!important;}
.proof-chip{padding:18px 18px 16px; border-radius:22px;}
.proof-chip strong{font-size:13px; text-transform:uppercase; letter-spacing:.08em; color:#6e5530;}
.hero-visual-wrap{gap:16px;}
.editorial-panel{min-height:520px; border-radius:36px; overflow:hidden; background:linear-gradient(180deg, rgba(255,255,255,.92), rgba(245,236,239,.92))!important;}
.editorial-media::after{background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(249,244,240,.26) 40%, rgba(46,34,40,.08) 100%);}
.editorial-copy{padding:34px; max-width:22rem; justify-content:flex-end; height:100%;}
.editorial-copy h2{font-size:44px; line-height:1; margin:14px 0 10px;}
.editorial-copy p{line-height:1.7;}
.editorial-orbs,.editorial-glow{display:none;}
.hero-side-notes{grid-template-columns:1fr 1fr; gap:16px;}
.mini-editorial{padding:22px; border-radius:26px; min-height:190px; justify-content:flex-end;}
.mini-editorial.dark,.dark-panel,.statement-band-dark{background:linear-gradient(135deg,#35282e 0%, #47343b 100%)!important; color:#f9f2f3!important;}
.mini-editorial.dark .mini-kicker,.dark-panel .pill,.statement-band-dark .pill{color:#eddcb3!important;}
.section{padding:22px 0 34px;}
.statement-band{grid-template-columns:.8fr 1.2fr; align-items:center; padding:30px 34px; border-radius:30px;}
.section-title{font-size:clamp(32px,3.7vw,48px); line-height:1; margin:0 0 10px;}
.mood-grid{gap:20px;}
.mood-card{min-height:310px; border-radius:30px; overflow:hidden;}
.mood-card h3{font-size:44px; line-height:.96; margin-bottom:10px;}
.mood-card p{max-width:28ch;}
.dual-feature-grid,.social-story-grid,.visual-split,.journal-grid,.about-story-grid,.contact-second-row{gap:24px;}
.feature-card{padding:34px; border-radius:30px;}
.feature-card p.lead{font-size:16px; line-height:1.72; color:var(--muted);}
.visual-split{grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);}
.media-card{min-height:420px; border-radius:32px; overflow:hidden; box-shadow:var(--shadow-soft); border:1px solid rgba(200,165,106,.14);}
.media-overlay{position:absolute; left:26px; right:26px; bottom:24px; padding:22px 24px; border-radius:24px; background:rgba(255,255,255,.82); border:1px solid rgba(200,165,106,.14); backdrop-filter:blur(10px);}
.media-overlay h3{ font-size:34px; line-height:1; margin:0 0 8px;}
.media-overlay p{margin:0; color:var(--muted); line-height:1.65;}
.social-story-grid{grid-template-columns:.92fr 1.08fr; align-items:start;}
.social-link{min-height:86px; border-radius:22px; background:rgba(255,255,255,.84)!important; border:1px solid rgba(200,165,106,.14)!important;}
.social-link-label strong{font-size:14px;}
.social-link-label span{font-size:12px; color:rgba(46,34,40,.58);}
.journal-shell{padding:34px; border-radius:32px;}
.journal-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.journal-card{padding:28px 26px; min-height:236px; border-radius:26px;}
.journal-card h3{font-size:38px; line-height:.95; max-width:12ch;}
.final-cta-panel{padding:34px; border-radius:32px; display:flex; justify-content:space-between; align-items:center; gap:22px;}
.subpage-hero{padding-top:46px;}
.about-hero-copy{padding-right:8px;}
.founder-statement{max-width:640px;}
.founder-quote{font-size:clamp(42px,5.3vw,66px); line-height:.98; max-width:10ch; text-wrap:pretty;}
.signature-founder{margin-top:14px; display:flex; align-items:end; gap:10px;}
.signature-founder .signature-name{font-size:44px; color:#7a5d2f;}
.signature-founder .signature-title{letter-spacing:.18em; text-transform:uppercase; font-size:11px; color:rgba(46,34,40,.48);}
.editorial-panel-about{min-height:540px; background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(244,236,239,.92))!important;}
.editorial-panel-about .editorial-copy{max-width:23rem; padding-top:34px; justify-content:flex-end;}
.about-story-grid{grid-template-columns:1.1fr .9fr; align-items:stretch;}
.hero-luxe-grid-contact{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr); gap:34px; align-items:start;}
.contact-hero-copy{padding-right:6px;}
.contact-hero-copy .luxe-title{max-width:8ch;}
.contact-direct-list-polished{grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:22px;}
.contact-direct-list-polished a{min-height:102px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:18px 18px; border-radius:24px; background:rgba(255,255,255,.86)!important;}
.contact-direct-list-polished a strong{font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:#7a5d2f;}
.contact-direct-list-polished a span{font-size:15px; line-height:1.5; color:var(--text); font-weight:700; margin-top:8px;}
.contact-panel-luxe{display:grid; gap:18px;}
.card-contact-luxe .card-inner{padding:30px;}
.card-contact-luxe .section-title{font-size:40px;}
.card-contact-luxe label{display:block; margin:0 0 8px; font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:#7a5d2f;}
.card-contact-luxe input,.card-contact-luxe textarea{width:100%; min-height:54px; border-radius:18px; border:1px solid rgba(200,165,106,.14); background:rgba(255,255,255,.94); padding:14px 16px; font:inherit; color:var(--text);}
.card-contact-luxe textarea{min-height:150px; resize:vertical;}
.company-detail-row{grid-template-columns:128px 1fr; gap:16px; padding:16px 18px; border-radius:18px; background:rgba(255,255,255,.82); border:1px solid rgba(200,165,106,.12);}
.company-detail-row span{font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:#7a5d2f;}
.company-detail-row strong{font-size:15px; line-height:1.55;}
.editorial-media img{display:block; width:100%; height:100%; object-fit:cover;}
main > .section:last-child{padding-bottom:56px;} .luxe-title,.founder-quote,.contact-hero-copy .luxe-title{max-width:none;} .editorial-panel,.editorial-panel-about{min-height:420px;} .contact-direct-list-polished{grid-template-columns:1fr 1fr 1fr;}}
@media (max-width:820px){.hero-proof,.hero-side-notes,.mood-grid,.journal-grid,.contact-direct-list-polished{grid-template-columns:1fr;} .statement-band,.final-cta-panel{display:grid; grid-template-columns:1fr;} .visual-split{grid-template-columns:1fr;} .luxe-title{font-size:clamp(42px,11vw,64px);} .founder-quote{font-size:clamp(34px,10vw,52px);} .section-title{font-size:clamp(30px,9vw,42px);} .media-card{min-height:320px;}}
.about-hero-copy{max-width:640px;}
.founder-statement-hero{max-width:620px;}
.founder-quote{
font-size:clamp(34px,4.6vw,62px);
line-height:1.01;
letter-spacing:-.035em;
margin:14px 0 10px;
max-width:10.4ch;
}
.signature-founder{margin:10px 0 0;}
.signature-founder .signature-name{font-size:42px;}
.editorial-panel-about{
min-height:560px;
border-radius:34px;
overflow:hidden;
background:linear-gradient(180deg, rgba(255,249,252,.92), rgba(255,239,246,.84));
border:1px solid rgba(196,165,112,.18);
}
.editorial-panel-about .editorial-media{position:absolute; inset:0; opacity:.94;}
.editorial-panel-about .editorial-copy{
position:relative; z-index:2; margin-top:auto; max-width:26rem;
padding:30px 30px 32px;
background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,246,250,.54));
}
.editorial-panel-about .editorial-copy h2{
font-size:clamp(30px,3vw,42px); line-height:1.02; margin:0 0 10px; max-width:12ch;
}
.editorial-panel-about .editorial-copy p{margin:0; max-width:34ch;}
.about-story-grid{display:grid; grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr); gap:24px; align-items:stretch;}
.dual-feature-grid{display:grid; grid-template-columns:1fr; gap:24px;}
.feature-card.light{background:linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,245,249,.68)); border:1px solid rgba(196,165,112,.12);}
.statement-band{border-radius:32px;}
.statement-band-dark{background:linear-gradient(135deg, #2d2228 0%, #413039 58%, #5a424f 100%); border:1px solid rgba(196,165,112,.14);}
.statement-band-dark .section-title,
.statement-band-dark p,
.statement-band-dark li,
.statement-band-dark .check{color:rgba(255,255,255,.94);}
.statement-band-dark .luxe-pill-dark{background:rgba(255,255,255,.08); color:#f8ead2; border-color:rgba(255,255,255,.16);}
.about-values-grid{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px;}
.about-values-grid .feature-card{height:100%;}
.about-journal-card .card-inner{padding:30px;}
.about-journal-grid{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px;}
.about-journal-grid .feature{height:100%;}
.about-cta-panel{border-radius:30px;}
.hero-luxe-grid-contact{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr); gap:32px; align-items:start;}
.contact-hero-copy{
padding:24px 26px 28px; border-radius:30px;
background:linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,247,250,.64));
border:1px solid rgba(196,165,112,.12); box-shadow:0 20px 45px rgba(43,28,34,.07);
}
.contact-hero-copy .luxe-title{max-width:8ch; margin-bottom:12px;}
.contact-hero-copy .luxe-lead{margin-bottom:18px; max-width:48ch;}
.contact-reach-bubble{
margin-top:12px; padding:20px; border-radius:28px;
background:linear-gradient(180deg, rgba(255,251,253,.92), rgba(255,243,248,.84));
border:1px solid rgba(196,165,112,.15);
}
.contact-reach-bubble .pill{margin-bottom:14px;}
.contact-direct-list-polished{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px;}
.contact-direct-list-polished a{
min-height:96px; padding:16px 16px; border-radius:22px; background:rgba(255,255,255,.82);
border:1px solid rgba(196,165,112,.14); box-shadow:0 10px 22px rgba(43,28,34,.04);
}
.contact-direct-list-polished a strong{display:block; margin-bottom:6px; font-size:13px; letter-spacing:.08em; text-transform:uppercase; color:#8a6c3f;}
.contact-direct-list-polished a span{display:block; font-size:15px; line-height:1.4; color:#2b1c22; word-break:break-word;}
.contact-socials-inline{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin-top:12px;}
.contact-socials-inline a{min-height:74px; padding:14px 16px; border-radius:20px; background:rgba(255,248,251,.92); border:1px solid rgba(196,165,112,.12);}
.contact-socials-inline strong{display:block; font-size:13px; margin-bottom:4px;}
.contact-socials-inline span{font-size:13px; color:rgba(43,28,34,.68);}
.contact-panel-luxe{display:block;}
.card-contact-luxe{border-radius:30px;}
.card-contact-luxe .card-inner{padding:28px 28px 24px;}
.card-contact-luxe .serif-title{font-size:34px; line-height:1.05; margin:0 0 10px;}
.card-contact-luxe .lead{max-width:56ch;}
.card-contact-luxe .field{margin-bottom:12px;}
.card-contact-luxe label{display:block; margin:0 0 8px; font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:#8a6c3f;}
.card-contact-luxe input,
.card-contact-luxe textarea{width:100%; border:1px solid rgba(196,165,112,.14); background:rgba(255,255,255,.92); border-radius:18px; padding:14px 16px; font:inherit; color:#2b1c22;}
.card-contact-luxe textarea{min-height:124px; resize:vertical;}
.card-contact-luxe button.btn-gold{width:100%; justify-content:center;}
.contact-second-row{display:grid; grid-template-columns:minmax(0,1fr); gap:0;}
.contact-info-shell{display:grid; grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr); gap:24px;}
.company-detail-row{display:grid; grid-template-columns:120px 1fr; gap:10px;}
.company-detail-row span{color:rgba(43,28,34,.62);}
.company-detail-row strong{font-weight:700;}
.contact-mini-grid{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px;}
.contact-mini-grid .compact-card{height:100%;}
.contact-mini-grid .card-inner{padding:26px;}
.visual-split.contact-visual-split{display:none;}
@media (max-width:1040px){
.contact-hero-copy .luxe-title,
.founder-quote{max-width:none;}
}
@media (max-width:760px){
.contact-direct-list-polished,
.contact-socials-inline,
.about-values-grid,
.about-journal-grid,
.contact-mini-grid{grid-template-columns:1fr;}
.contact-hero-copy{padding:22px 20px 22px;}
.contact-reach-bubble{padding:16px;}
.founder-quote{font-size:clamp(30px,10vw,46px); line-height:1.04;}
.editorial-panel-about{min-height:440px;}
}
.about-hero-wrap{
display:grid;
gap:24px;
}
.founder-wide-card{
padding:30px 34px;
border-radius:34px;
background:linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,245,249,.74));
border:1px solid rgba(196,165,112,.14);
box-shadow:0 24px 54px rgba(43,28,34,.07);
}
.founder-wide-card .h-eyebrow{
margin-bottom:16px;
}
.founder-wide-card .founder-quote{
margin:0;
max-width:18ch;
font-size:clamp(40px,4.4vw,66px);
line-height:.98;
letter-spacing:-.035em;
}
.founder-wide-card .signature-founder{
margin-top:14px;
}
.founder-wide-card .signature-founder .signature-name{
font-size:44px;
}
.founder-wide-card .luxe-lead{
margin-top:14px;
max-width:70ch;
}
.about-hero-support{
display:grid;
grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
gap:24px;
align-items:stretch;
}
.about-hero-support .feature-card{
height:100%;
}
.about-hero-support .feature-card .section-title{
max-width:12ch;
}
.about-hero-support .hero-visual{
min-height:380px;
}
.about-hero-support .editorial-panel-about{
min-height:380px;
}
.about-hero-support .editorial-panel-about .editorial-copy{
max-width:24rem;
padding:26px 28px 28px;
}
.about-hero-support .editorial-panel-about .editorial-copy h2{
font-size:clamp(30px,2.8vw,40px);
line-height:1.02;
max-width:12ch;
}
@media (max-width:1040px){
.about-hero-support{
grid-template-columns:1fr;
}
.founder-wide-card .founder-quote{
max-width:none;
}
}
@media (max-width:760px){
.founder-wide-card{
padding:22px 22px 24px;
border-radius:28px;
}
.founder-wide-card .founder-quote{
font-size:clamp(34px,9.4vw,48px);
line-height:1.02;
}
.founder-wide-card .signature-founder .signature-name{
font-size:38px;
}
}
.about-story-grid{
grid-template-columns:minmax(0,1fr) minmax(0,1fr);
gap:24px;
align-items:stretch;
}
.about-story-grid .media-card{
min-height:420px;
border-radius:30px;
background:linear-gradient(180deg, rgba(255,252,253,.92), rgba(255,244,248,.82));
border:1px solid rgba(196,165,112,.14);
overflow:hidden;
position:relative;
}
.about-story-grid .media-card img{
width:100%;
height:100%;
object-fit:cover;
object-position:center;
filter:saturate(.92) contrast(.98);
}
.about-story-grid .media-card::after{
content:"";
position:absolute;
inset:auto 0 0 0;
height:52%;
background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(251,244,247,.82) 42%, rgba(251,244,247,.96) 100%);
pointer-events:none;
}
.about-story-grid .media-overlay{
position:absolute;
left:22px;
right:22px;
bottom:18px;
z-index:2;
padding:22px 22px 20px;
border-radius:24px;
background:rgba(255,255,255,.88);
border:1px solid rgba(196,165,112,.12);
box-shadow:0 16px 36px rgba(43,28,34,.06);
}
.about-story-grid .media-overlay h3{
margin:0 0 8px;
font-size:clamp(26px,2.2vw,34px);
line-height:1.02;
}
.about-story-grid .media-overlay p{
margin:0;
max-width:42ch;
}
.dual-feature-grid{
gap:18px;
}
.dual-feature-grid .feature-card{
padding:28px;
border-radius:28px;
}
.dual-feature-grid .feature-card .section-title{
margin-bottom:10px;
}
.dual-feature-grid .feature-card .lead{
max-width:52ch;
}
@media (max-width:760px){
.about-story-grid .media-card{
min-height:320px;
}
.about-story-grid .media-overlay{
left:16px;
right:16px;
bottom:14px;
padding:18px 18px 16px;
}
.dual-feature-grid .feature-card{
padding:22px;
}
}
:root{
--font-sans: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
--font-serif: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
--font-signature: "Dancing Script", "Brush Script MT", cursive;
}
html, body,
input, textarea, select, button{
font-optical-sizing: auto;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6,
.serif, .serif-title,
p, li, a, span, label, input, textarea, select, button,
.lead, .muted, .meta, .subtle{
}
.h-eyebrow, .pill, .luxe-pill,
.signature-title,
.btn,
.nav a,
.nav-link,
.footer a,
.form label,
.contact-direct-list-polished a strong,
.contact-socials-inline strong{
letter-spacing: .04em;
}
.signature-name{
font-weight: 700;
letter-spacing: 0;
}
.section-title{
line-height: 1.02;
}
.lead{
line-height: 1.72;
font-size: clamp(15px, 1.1vw, 18px);
}
.nav a,
.nav-link{
font-size: 14px;
font-weight: 600;
}
.nav a.nav-gold{
color:#b88a2f;
font-weight:800;
text-shadow:0 0 0 rgba(0,0,0,0);
}
.nav a.nav-gold:hover,
.nav a.nav-gold:focus-visible,
.nav a.nav-gold[aria-current="page"]{
color:#9a7426;
}
.btn{
font-size: 14px;
font-weight: 700;
}
.pill, .luxe-pill{
font-size: 12px;
font-weight: 700;
text-transform: none;
}
input::placeholder,
textarea::placeholder{
}
@media (max-width: 760px){
.lead{
line-height: 1.66;
}
}
.social-link,
.contact-socials-inline a,
.contact-direct-list-polished a{
position:relative;
}
.social-link .social-top,
.contact-socials-inline a .social-top{
display:flex;
align-items:center;
gap:10px;
margin-bottom:4px;
}
.social-icon{
width:18px;
height:18px;
flex:0 0 18px;
display:inline-block;
}
.social-icon img{
display:block;
width:100%;
height:100%;
}
.contact-socials-inline a{
display:flex;
flex-direction:column;
justify-content:center;
}
.social-top strong{
margin:0;
}
.social-link .social-top,
.contact-socials-inline .social-top{
line-height:1;
}
.social-link .social-top,
.contact-socials-inline .social-top{
display:flex;
align-items:center;
gap:10px;
}
.social-link .social-icon,
.contact-socials-inline .social-icon{
width:16px;
height:16px;
flex:0 0 16px;
}
.social-link .social-icon img,
.contact-socials-inline .social-icon img{
width:100%;
height:100%;
display:block;
}
.social-link strong,
.contact-socials-inline strong{
margin:0;
}
.dark-panel p,
.dark-panel .lead,
.dark-panel .muted,
.statement-band-dark p,
.statement-band-dark .lead,
.statement-band-dark li{
color:rgba(255,255,255,.92) !important;
}
.dark-panel .btn-ghost,
.dark-panel .btn-ghost-light,
.statement-band-dark .btn-ghost,
.statement-band-dark .btn-ghost-light{
color:#fff !important;
border-color:rgba(255,255,255,.28) !important;
background:rgba(255,255,255,.06) !important;
}
.dark-panel .pill,
.statement-band-dark .pill{
color:#f3dfb7 !important;
border-color:rgba(243,223,183,.28) !important;
background:rgba(255,255,255,.06) !important;
}

/* Auvra refinement pass: v21.7.0+build.2026.03.27.7 */
:root{
  --section-space: 26px;
  --card-pad: 24px;
  --bubble-pad: 22px;
  --soft-gap: 18px;
}
body{line-height:1.55;}
main > .section{padding:var(--section-space) 0;}
.hero{padding:38px 0 24px;}
.nav-inner{padding:12px 0;}
.nav-links{gap:8px;}
.nav-links a{padding:9px 12px;}
.card-inner,.feature-card,.journal-shell,.statement-band,.final-cta-panel{padding:var(--card-pad)!important;}
.section-head-luxe{margin-bottom:18px;}
.lead{max-width:62ch;}
.hero-actions{gap:12px; row-gap:10px;}
.hero-proof{margin-top:22px; gap:10px;}
.proof-chip{min-height:84px; padding:14px 16px; justify-content:center;}
.value-blob{margin-top:16px; padding:18px; border-radius:24px;}
.value-blob-row{gap:12px;}
.value-chip{padding:12px; border-radius:20px; min-height:88px;}
.value-title{font-size:11.5px; letter-spacing:.08em;}
.value-sub{font-size:12.5px; line-height:1.42;}
.social-story-grid,.dual-feature-grid,.visual-split,.journal-grid,.about-story-grid,.contact-second-row,.contact-info-shell,.mood-grid,.blog-list-grid,.split{gap:20px!important;}
.social-bubble,.social-bubble-prominent,.social-bubble-luxe,.contact-reach-bubble{padding:var(--bubble-pad)!important; border-radius:28px;}
.social-bubble{margin-top:14px;}
.social-links{gap:12px;}
.social-links-prominent{gap:12px;}
.social-link{padding:13px 16px; min-height:54px; border-radius:20px;}
.social-link-label{gap:3px;}
.social-link-label strong{font-size:13px;}
.social-link-label span{font-size:11.5px;}
.mood-card,.journal-card,.feature,.proof-chip,.company-detail-row,.contact-direct-list-polished a,.contact-socials-inline a{transition:transform .16s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;}
.mood-card,.journal-card,.feature{padding:22px;}
.mood-card h3,.journal-card h3{line-height:1.04;}
.journal-card{min-height:224px;}
.blog-list-grid .feature{padding:18px;}
.visual-split .media-card,.about-story-grid .media-card{border-radius:30px; overflow:hidden;}
.media-overlay{padding:20px;}
.footer{padding:24px 0 36px; margin-top:28px;}
.footer-row{row-gap:10px;}
.footer .pill{padding:10px 12px;}
@media (max-width: 1100px){
  .hero-luxe-grid,.hero-luxe-grid-contact{gap:28px!important;}
  .journal-card h3,.mood-card h3{font-size:32px!important;}
}
@media (max-width: 820px){
  :root{--section-space:22px; --card-pad:20px; --bubble-pad:18px;}
  .hero{padding:30px 0 18px;}
  .social-story-grid,.dual-feature-grid,.visual-split,.journal-grid,.about-story-grid,.contact-second-row,.contact-info-shell,.mood-grid,.blog-list-grid,.split{gap:16px!important;}
  .social-link{border-radius:18px;}
  .proof-chip,.value-chip{min-height:auto;}
}
@media (max-width: 560px){
  .container{width:calc(100% - 22px)!important;}
  main > .section{padding:18px 0;}
  .nav-links a{padding:8px 10px; font-size:12.5px;}
  .hero-actions .btn{width:100%;}
  .social-bubble,.social-bubble-prominent,.social-bubble-luxe,.contact-reach-bubble,.journal-shell,.statement-band,.final-cta-panel,.card-inner,.feature-card{padding:16px!important; border-radius:22px!important;}
  .mood-card,.journal-card,.feature{padding:16px;}
  .media-overlay{padding:16px;}
  .footer .pill{width:100%; justify-content:center; text-align:center; flex-wrap:wrap;}
}


/* Auvra luxury QA pass: v21.1.6+build.2026.03.18.3 */

html{scroll-behavior:smooth;}
body{line-height:1.6;}
main > .section:first-of-type,
main > .hero + .section{margin-top:0;}
.section{padding:26px 0 38px;}
.hero,.hero-luxe,.subpage-hero{padding-top:56px;padding-bottom:28px;}
.hero-grid,.hero-luxe-grid,.social-story-grid,.dual-feature-grid,.about-story-grid,.contact-second-row,.visual-split,.journal-grid,.about-journal-grid,.blog-list-grid,.hero-side-notes,.hero-proof,.social-links-prominent,.mood-grid{align-items:stretch;}
.hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);gap:24px;}
.hero-grid > .card,.hero-grid > aside.card,.hero-luxe-grid > *{min-width:0;}
.hero-actions{row-gap:12px;column-gap:12px;}
.card,.feature-card,.journal-card,.proof-chip,.mini-editorial,.social-bubble-luxe,.final-cta-panel,.statement-band,.media-card,.mood-card,.feature,.contact-direct-list-polished a,.company-detail-row{border-radius:28px;}
.card-inner,.journal-shell,.feature-card,.statement-band,.final-cta-panel,.social-bubble-prominent{padding:28px;}
.compact-card .card-inner{padding:24px;}
.feature,.kpi,.value-chip{padding:16px 16px 14px;}
.proof-chip{display:flex;flex-direction:column;justify-content:flex-end;min-height:108px;}
.proof-chip span{max-width:20ch;}
.section-title{font-size:clamp(28px,3vw,44px);line-height:1.04;letter-spacing:-.02em;max-width:14ch;text-wrap:balance;}
.card-inner > .section-title:first-child,
.feature-card > .section-title:first-child,
.final-cta-panel .section-title,
.statement-band .section-title,
.journal-shell .section-title,
.social-story-copy .section-title{margin-bottom:12px;}
.hero .h1,.hero-luxe .h1,.luxe-title,.founder-quote{text-wrap:balance;}
.lead{max-width:60ch;}
.mini-editorial h3,.feature h3{max-width:16ch;text-wrap:balance;}
.feature p,.journal-card p,.media-overlay p,.mini-editorial p,.proof-chip span{max-width:34ch;}
.social-bubble{margin-top:0;}
.social-bubble-prominent{padding:24px 24px 22px;}
.social-links-prominent{gap:14px;}
.social-link{min-height:84px;padding:16px 18px;justify-content:flex-start;}
.social-link-label{gap:4px;}
.social-link-label span{line-height:1.35;}
.social-link .social-top{margin-bottom:6px;}
.mood-card{padding:26px;justify-content:flex-end;}
.mood-card p{max-width:24ch;}
.mood-card h3{max-width:8ch;text-wrap:balance;}
.journal-grid .journal-card,
.blog-list-grid .feature,
.about-journal-grid .feature{display:flex;height:100%;}
.blog-card-link{flex:1;justify-content:space-between;}
.blog-card-link h3{max-width:15ch;text-wrap:balance;}
.blog-card-link .hero-actions{margin-top:auto;padding-top:8px;}
.list li{align-items:flex-start;padding:12px 0;}
.check{margin-top:1px;}
.statement-band{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:24px;align-items:center;}
.final-cta-panel{align-items:center;}
.footer{padding-top:22px;padding-bottom:36px;}
.footer-row{align-items:flex-start;}
.footer .pill{padding:12px 14px;}
.blog-list-grid{gap:20px;}
.journal-grid,.about-journal-grid{gap:20px;}
.visual-split{gap:20px;}
.media-card{min-height:360px;}
.media-overlay{left:20px;right:20px;bottom:20px;}
.contact-direct-list-polished{gap:14px;}
.contact-direct-list-rich.contact-direct-list-polished a{min-height:90px;}
.contact-panel-luxe{gap:18px;}
.contact-second-row .feature-card,
.about-story-grid > *,
.dual-feature-grid > *,
.social-story-grid > *{min-width:0;}
#home-socials-primary-title{max-width:none;}
@media (max-width: 1100px){
  .hero-luxe-grid{grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);gap:26px;}
  .luxe-title{max-width:11ch;}
}
@media (max-width: 980px){
  .section{padding:20px 0 30px;}
  .hero,.hero-luxe,.subpage-hero{padding-top:42px;padding-bottom:22px;}
  .hero-grid,.hero-luxe-grid,.social-story-grid,.dual-feature-grid,.about-story-grid,.contact-second-row,.visual-split,.statement-band,.final-cta-panel{grid-template-columns:1fr !important;display:grid;}
  .hero-proof,.hero-side-notes,.social-links-prominent,.journal-grid,.about-journal-grid,.blog-list-grid,.mood-grid{grid-template-columns:1fr 1fr;}
  .section-title{max-width:none;}
}
@media (max-width: 760px){
  .container{width:min(var(--max), calc(100% - 22px));}
  .card-inner,.journal-shell,.feature-card,.statement-band,.final-cta-panel,.social-bubble-prominent,.card-contact-luxe .card-inner{padding:22px;}
  .hero-proof,.hero-side-notes,.social-links-prominent,.journal-grid,.about-journal-grid,.blog-list-grid,.mood-grid{grid-template-columns:1fr;}
  .proof-chip,.mini-editorial,.social-link,.contact-direct-list-rich.contact-direct-list-polished a{min-height:unset;}
  .media-card{min-height:280px;}
  .social-link{padding:14px 16px;}
  .section-title{font-size:clamp(26px,8vw,36px);}
  .blog-card-link h3,.journal-card h3,.mood-card h3,.media-overlay h3{font-size:clamp(28px,8vw,34px);}
}


/* Auvra whitespace refinement pass: v21.1.6+build.2026.03.18.3 */
main > .section + .section{padding-top:14px;}
.hero + .section,.subpage-hero + .section{padding-top:10px;}
.section-head-luxe{margin-bottom:16px;}
.section-copy,.lead{margin-bottom:0;}
.hero-actions{margin-top:14px;}
.hero-proof{margin-top:20px;}
.hero-visual-wrap{gap:14px;}
.editorial-copy{padding-bottom:28px;}
.statement-band,.final-cta-panel,.journal-shell,.social-bubble-prominent,.contact-reach-bubble{box-shadow:0 16px 34px rgba(58,39,43,.07)!important;}
.journal-shell,.statement-band,.final-cta-panel{padding-top:26px;padding-bottom:26px;}
.social-bubble-prominent{padding-top:22px;padding-bottom:20px;}
.social-bubble-note{margin-top:10px;}
.card + .card{margin-top:16px;}
.blog-list-grid,.journal-grid,.about-journal-grid,.mood-grid,.dual-feature-grid,.social-story-grid,.about-story-grid,.visual-split{gap:18px;}
.blog-list-grid .feature,.journal-card,.mood-card{min-height:unset;}
.blog-card-link{gap:10px;}
.blog-card-link .hero-actions{padding-top:2px;}
.feature h3,.blog-card-link h3{margin-bottom:4px;}
.feature p,.blog-card-link p{line-height:1.55;}
.footer-socials-wrap{margin-top:8px;}
.footer{padding-top:18px;padding-bottom:30px;margin-top:18px;}
.footer-row{gap:10px;}
.contact-reach-bubble .pill{margin-bottom:10px;}
.contact-direct-list-polished,.contact-socials-inline{gap:10px;}
.contact-direct-list-polished a,.contact-socials-inline a{min-height:82px;}
.media-overlay{padding:18px 20px 16px;}
.about-hero-support,.hero-copy{gap:12px;}
.about-journal-card .card-inner{padding-top:24px;padding-bottom:24px;}
@media (min-width: 981px){
  .section{padding:18px 0 28px;}
  .hero,.hero-luxe,.subpage-hero{padding-top:48px;padding-bottom:20px;}
  .journal-shell,.statement-band,.final-cta-panel,.card-inner,.feature-card{padding:24px;}
  .contact-panel-luxe{gap:14px;}
}
@media (max-width: 760px){
  main > .section + .section{padding-top:10px;}
  .section{padding:16px 0 22px;}
  .hero,.hero-luxe,.subpage-hero{padding-top:34px;padding-bottom:16px;}
  .journal-shell,.statement-band,.final-cta-panel,.social-bubble-prominent,.card-inner,.feature-card,.contact-reach-bubble{padding:18px!important;}
}


/* v21.2.1 marketing features */
.text-link{display:inline-flex; align-items:center; gap:8px; margin-top:14px; font-weight:800; letter-spacing:.01em; color:#6b5431; text-decoration:none;}
.text-link:hover{transform:translateX(2px);}
.section-spotlight,.section-discovery,.section-signup-cta{position:relative;}
.spotlight-shell{display:grid; grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr); gap:24px; padding:34px; border-radius:34px; background:linear-gradient(145deg, rgba(255,255,255,.9), rgba(246,232,237,.88)); border:1px solid rgba(200,165,106,.16); box-shadow:var(--shadow-soft); overflow:hidden;}
.spotlight-shell::before{content:""; position:absolute; width:240px; height:240px; right:6%; top:-60px; border-radius:999px; background:radial-gradient(circle, rgba(255,221,237,.62), rgba(255,221,237,0)); pointer-events:none;}
.spotlight-copy,.spotlight-aside{position:relative; z-index:1;}
.spotlight-points{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin-top:18px;}
.spot-point,.glass-note,.discovery-card,.email-cta-panel{background:rgba(255,255,255,.76); border:1px solid rgba(200,165,106,.14); box-shadow:var(--shadow-soft);}
.spot-point{padding:18px 18px 16px; border-radius:22px; display:grid; gap:6px;}
.spot-point strong{font-size:14px; text-transform:uppercase; letter-spacing:.08em; color:#6d5430;}
.spot-point span{font-size:14px; line-height:1.6; color:var(--muted);}
.glass-note{padding:26px; border-radius:26px; min-height:100%; display:flex; flex-direction:column; justify-content:center;}
.glass-note h3,.discovery-card h3{font-size:38px; line-height:.96; margin:0 0 10px;}
.glass-note p,.discovery-card p{margin:0; font-size:15px; line-height:1.7; color:var(--muted);}
.discovery-grid{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px;}
.discovery-card{position:relative; min-height:290px; padding:28px; border-radius:28px; overflow:hidden; display:flex; flex-direction:column; justify-content:flex-end;}
.discovery-card::before{content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(255,255,255,.1), rgba(50,34,40,.08));}
.discovery-card>*{position:relative; z-index:1;}
.discovery-card-shop{background:linear-gradient(160deg, rgba(255,247,250,.94), rgba(241,229,234,.96));}
.discovery-card-gift{background:linear-gradient(160deg, rgba(255,251,246,.94), rgba(242,231,223,.96));}
.discovery-card-guide{background:linear-gradient(160deg, rgba(249,248,255,.94), rgba(233,232,244,.96));}
.email-cta-panel{display:flex; align-items:center; justify-content:space-between; gap:24px; padding:32px 34px; border-radius:32px; background:linear-gradient(145deg, rgba(255,255,255,.92), rgba(247,235,240,.9));}
.hero-visual.card.editorial-panel,.spotlight-shell,.media-card,.discovery-card,.email-cta-panel,.final-cta-panel{transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;}
.hero-visual.card.editorial-panel:hover,.spotlight-shell:hover,.media-card:hover,.discovery-card:hover,.email-cta-panel:hover,.final-cta-panel:hover{transform:translateY(-3px); box-shadow:0 28px 70px rgba(99,61,71,.14); border-color:rgba(200,165,106,.24);}
.btn.btn-gold{position:relative; overflow:hidden;}
.btn.btn-gold::after{content:""; position:absolute; inset:-120% auto auto -30%; width:46%; height:260%; transform:rotate(22deg); background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.34), rgba(255,255,255,0)); transition:transform .9s ease;}
.btn.btn-gold:hover::after{transform:translateX(210%) rotate(22deg);}
@media (max-width: 980px){
  .spotlight-shell,.discovery-grid,.spotlight-points,.email-cta-panel{grid-template-columns:1fr; display:grid;}
  .email-cta-panel{padding:24px;}
  .glass-note h3,.discovery-card h3{font-size:32px;}
}
@media (max-width: 720px){
  .spotlight-shell{padding:22px;}
  .discovery-card{min-height:240px; padding:22px;}
  .spotlight-points{gap:12px;}
}


/* Final QA refinement pass */
html{scroll-behavior:smooth;}
body{overflow-x:hidden;}
a:focus-visible,.small-link:focus-visible,.nav-links a:focus-visible{outline:none;box-shadow:var(--focus);}
img{max-width:100%;height:auto;}
.nav-links{row-gap:8px;}
.nav-links .btn{white-space:nowrap;}
.hero-actions{flex-wrap:wrap;gap:12px;}
.section{padding:20px 0 32px;}
.section + .section{padding-top:10px;}
.statement-band,.final-cta-panel,.journal-shell,.feature-card,.card-contact-luxe,.card,.editorial-panel,.social-bubble-luxe{backdrop-filter:blur(8px);}
.section-title.serif-title{font-size:clamp(30px,4vw,48px);line-height:1.02;letter-spacing:-.02em;}
.hero-proof,.blog-list-grid,.journal-grid,.dual-feature-grid,.about-values-grid,.about-journal-grid{align-items:stretch;}
.feature,.journal-card,.feature-card,.proof-chip,.mini-editorial,.company-detail-row,.social-link{height:100%;}
.feature,.journal-card{display:flex;}
.feature .blog-card-link,.journal-card .blog-card-link{justify-content:space-between;}
.social-links-prominent .social-link,.footer-socials,.contact-direct-list-polished a{transition:transform .14s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;}
.social-links-prominent .social-link:hover,.contact-direct-list-polished a:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft);}
.value-chip{padding:12px 12px;border-radius:20px;}
.value-title{font-weight:800;}
.value-sub{line-height:1.55;}
.company-detail-row strong,.lead,.blog-card-link p,.mood-card p,.journal-card p{max-width:62ch;}
.footer-row,.footer-socials-wrap .pill{row-gap:8px;}
@media (max-width: 980px){
  .nav-inner{align-items:flex-start;}
  .nav-links{justify-content:flex-start;}
  .hero-luxe{padding:40px 0 24px;}
  .statement-band,.final-cta-panel{gap:18px;}
}
@media (max-width: 760px){
  .nav-inner{gap:12px;}
  .nav-links a{padding:9px 11px;}
  .hero-proof{gap:10px;}
  .editorial-panel{min-height:360px;}
  .section-title.serif-title{font-size:clamp(28px,8vw,40px);}
}


/* v21.7.0 upgrades */
body, button, input, textarea, select { font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.skip-link{position:absolute;left:12px;top:-48px;z-index:1000;background:#fff;border:1px solid rgba(255,111,177,.3);padding:12px 14px;border-radius:12px;box-shadow:var(--shadow-soft);transition:top .2s ease;}
.skip-link:focus{top:12px;outline:none;box-shadow:var(--focus);}
a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, button:focus-visible{outline:none;box-shadow:var(--focus);}
.section-trust-band{padding-top:8px;}
.trust-band-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}
.trust-band-item,.pathway-card,.testimonial-card{background:rgba(255,255,255,.52);border:1px solid rgba(255,111,177,.20);border-radius:18px;box-shadow:var(--shadow-soft);padding:18px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);}
.trust-band-item strong,.pathway-card h3,.testimonial-card strong{display:block;margin-bottom:8px;}
.trust-band-item span,.pathway-card p,.testimonial-card p{color:var(--muted);line-height:1.6;}
.pathway-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px;}
.pathway-grid-3{grid-template-columns:repeat(3,1fr);}
.pathway-card .pill{display:inline-flex;width:max-content;margin-bottom:12px;}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;min-width:0;}
.testimonial-card .rating{display:block;font-size:18px;letter-spacing:2px;margin-bottom:10px;color:#c97d9f;}
.split-tight{align-items:end;justify-content:space-between;gap:16px;}
.newsletter-shell{overflow:visible;}
.newsletter-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:center;}
.newsletter-title{margin-top:12px;font-size:clamp(28px,3vw,42px);}
.newsletter-form{display:grid;gap:12px;background:rgba(255,255,255,.48);border:1px solid rgba(255,111,177,.18);padding:18px;border-radius:18px;}
.newsletter-form label{display:grid;gap:8px;font-size:13px;font-weight:700;color:rgba(43,28,34,.85);}
.newsletter-form input{width:100%;padding:13px 14px;border-radius:14px;border:1px solid rgba(255,111,177,.22);background:rgba(255,255,255,.85);font:inherit;color:var(--text);}
.form-note{font-size:13px;color:var(--muted);margin:0;}
.form-note code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.95em;}
.newsletter-points{margin-top:14px;}
.mobile-sticky-cta{position:fixed;left:12px;right:12px;bottom:12px;display:none;gap:10px;z-index:60;}
.mobile-sticky-cta .btn{flex:1;box-shadow:var(--shadow-soft);}
.about-main-title{max-width:12ch;margin:16px 0 14px;}
.founder-origin{max-width:62ch;}
.contact-form-status,.newsletter-success{color:rgba(43,28,34,.78);font-weight:700;}
@media (max-width: 940px){.trust-band-grid,.pathway-grid,.testimonial-grid,.newsletter-grid{grid-template-columns:1fr;}.mobile-sticky-cta{display:flex;}body{padding-bottom:84px;}}


.manual-order-steps{display:grid;gap:14px;}
.card-manual-order .lead{max-width:unset;}
.manual-order-group{margin:0;padding:0;border:0;display:grid;gap:12px;}
.manual-order-group legend{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8a6c3f;margin-bottom:4px;}
.manual-order-helper{margin:0 0 4px;color:var(--muted);font-size:14px;line-height:1.6;}
.manual-order-grid{display:grid;gap:16px;}
.manual-order-section{display:grid;gap:10px;}
.manual-order-section-title{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8a6c3f;}
.manual-order-grid-inner{display:grid;gap:12px;}
.product-check{display:grid;grid-template-columns:auto minmax(0,1fr) 92px;align-items:center;gap:12px;padding:14px 14px;border-radius:18px;border:1px solid rgba(255,111,177,.16);background:rgba(255,255,255,.82);box-shadow:0 12px 28px rgba(99,61,71,.06);}
.product-check input[type="checkbox"]{width:18px;height:18px;margin:0;accent-color:#ff6fb1;}
.product-check span{display:grid;gap:2px;}
.product-check strong{font-size:15px;color:var(--text);line-height:1.35;}
.product-check small{font-size:12px;color:#8a6c3f;font-weight:700;}
.product-qty{width:100%;min-height:46px;padding:12px 12px;border-radius:14px;border:1px solid rgba(255,111,177,.22);background:rgba(255,255,255,.9);font:inherit;color:var(--text);}
.product-qty:disabled{opacity:.55;cursor:not-allowed;background:rgba(248,241,245,.9);}
@media (max-width: 720px){.product-check{grid-template-columns:auto 1fr;}.product-qty{grid-column:2 / 3;max-width:110px;}}
.manual-order-empty{padding:16px 18px;border-radius:16px;border:1px dashed rgba(255,111,177,.26);background:rgba(255,255,255,.66);color:var(--muted);font-weight:700;}
.manual-order-faq{display:grid;gap:14px;}
.manual-order-faq .feature{height:100%;}



.manual-order-toolbar{display:grid;grid-template-columns:minmax(0,1.2fr) auto;gap:14px;align-items:end;margin:0 0 18px;}
.manual-order-search-field{margin:0;}
.manual-order-search-field input[type="search"]{min-height:52px;border-radius:16px;border:1px solid rgba(255,111,177,.18);background:rgba(255,255,255,.86);box-shadow:0 14px 34px rgba(99,61,71,.06);}
.manual-order-toolbar-note{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;padding-bottom:4px;}
.soft-pill{background:rgba(255,111,177,.10);color:#b03c73;border:1px solid rgba(255,111,177,.18);}
.manual-order-toolbar-copy{font-size:13px;color:var(--muted);font-weight:700;}
.manual-order-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px);gap:18px;align-items:start;margin-top:18px;}
.manual-order-summary{position:sticky;top:100px;padding:18px;border-radius:24px;border:1px solid rgba(255,111,177,.16);background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,247,251,.96));box-shadow:0 18px 40px rgba(99,61,71,.10);}
.manual-order-summary-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:14px;}
.manual-order-summary-head h3{margin:8px 0 0;font-size:20px;line-height:1.2;}
.manual-order-selected-count{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8a6c3f;white-space:nowrap;padding-top:6px;}
.manual-order-summary-list{display:grid;gap:10px;max-height:360px;overflow:auto;padding-right:2px;}
.manual-order-summary-empty{margin:0;color:var(--muted);line-height:1.7;}
.manual-order-summary-item{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.9);border:1px solid rgba(255,111,177,.14);}
.manual-order-summary-item strong{display:block;font-size:14px;line-height:1.35;}
.manual-order-summary-item small{display:block;margin-top:3px;color:#8a6c3f;font-weight:700;}
.manual-order-summary-item span{font-size:13px;font-weight:800;color:var(--text);white-space:nowrap;}
.manual-order-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:18px;}
.manual-order-submit-copy{margin:0;color:var(--muted);font-size:14px;line-height:1.6;}
.manual-order-section{padding:16px;border-radius:22px;background:rgba(255,249,252,.72);border:1px solid rgba(255,111,177,.10);}
.manual-order-section-title-row{display:flex;justify-content:space-between;gap:12px;align-items:center;}
.manual-order-section-count{font-size:12px;font-weight:800;color:var(--muted);}
.manual-order-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.product-check{grid-template-columns:1fr;gap:14px;padding:16px;border-radius:20px;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;}
.product-check:hover{transform:translateY(-2px);box-shadow:0 20px 40px rgba(99,61,71,.10);border-color:rgba(255,111,177,.26);}
.product-check.is-selected{border-color:rgba(255,111,177,.42);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,240,247,.98));box-shadow:0 22px 44px rgba(176,60,115,.10);}
.product-check-main{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:flex-start;}
.product-check-copy{display:grid;gap:4px;}
.product-check strong{font-size:15px;}
.product-check small{font-size:13px;}
.product-check-actions{display:flex;justify-content:space-between;gap:12px;align-items:center;}
.product-qty{max-width:96px;min-height:44px;}
.product-check-link{font-size:13px;font-weight:800;color:#b03c73;text-decoration:none;}
.product-check-link:hover{text-decoration:underline;}
@media (max-width: 940px){.manual-order-shell{grid-template-columns:1fr;}.manual-order-summary{position:static;top:auto;}.manual-order-grid-inner{grid-template-columns:1fr;}.manual-order-toolbar{grid-template-columns:1fr;}.manual-order-toolbar-note{justify-content:flex-start;}}
@media (max-width: 640px){.product-check-actions{align-items:flex-start;flex-direction:column;}.manual-order-summary-item{flex-direction:column;}.manual-order-actions{align-items:flex-start;flex-direction:column;}}


/* v21.7.3 responsive site-width pass */
.nav-toggle{display:none;align-items:center;justify-content:center;min-width:46px;min-height:46px;padding:0 14px;border-radius:999px;border:1px solid rgba(199,154,67,.18);background:rgba(255,255,255,.68);box-shadow:var(--shadow-soft);font:inherit;font-weight:800;color:var(--text);cursor:pointer;transition:transform .14s ease, box-shadow .2s ease, background .2s ease;}
.nav-toggle:hover{transform:translateY(-1px);background:rgba(255,255,255,.9);}
.nav-toggle:focus-visible{outline:none;box-shadow:var(--focus);}
.nav-toggle-label{display:inline-flex;align-items:center;gap:10px;}
.nav-toggle-bars{display:inline-grid;gap:4px;}
.nav-toggle-bars span{display:block;width:16px;height:2px;border-radius:999px;background:currentColor;}
@media (min-width: 1280px){
  .container{width:min(var(--max), calc(100% - 64px));}
  .hero-luxe-grid,.hero-luxe-grid-contact{grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr);gap:32px;}
  .blog-list-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
  .journal-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
  .manual-order-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr));}
  .manual-order-shell{grid-template-columns:minmax(0,1fr) minmax(320px,380px);}
}
@media (min-width: 1600px){
  :root{--max:1560px;}
  .container{width:min(var(--max), calc(100% - 80px));}
}
@media (max-width: 1100px){
  .nav-inner{flex-wrap:wrap;align-items:center;}
  .nav-toggle{display:inline-flex;margin-left:auto;}
  .nav-links{display:none;width:100%;padding-top:10px;justify-content:stretch;gap:10px;}
  .nav-links.is-open{display:flex;flex-direction:column;align-items:stretch;}
  .nav-links a,.nav-links .btn{width:100%;justify-content:center;padding:12px 14px;}
}
@media (max-width: 760px){
  :root{--gutter: 14px;}
  .nav-inner{padding:14px 0;}
  .brand-name{font-size:20px;}
  .brand-tag{letter-spacing:.1em;}
  .hero-luxe,.hero{padding-top:28px;}
  .hero-luxe-grid,.hero-luxe-grid-contact,.hero-grid,.article-grid,.visual-split,.about-story-grid,.contact-second-row,.split,.grid-3{grid-template-columns:1fr;}
  .proof-chip,.feature-card,.journal-card,.mini-editorial,.newsletter-form,.manual-order-summary,.manual-order-section,.card-inner,.journal-shell,.statement-band,.final-cta-panel{border-radius:20px;}
}


/* Homepage alignment pass: v21.8.4 */
html{scroll-behavior:smooth;}
body{font-family:"Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;}
main, header, footer{position:relative; z-index:1;}
.site-page main p, .site-page main li, .site-page main label, .site-page main input, .site-page main textarea, .site-page main button{font-family:inherit;}
.site-page .hero:not(.hero-luxe){padding:46px 0 24px;}
.site-page .hero-grid{gap:20px;}
.site-page .h1:not(.luxe-title){font-family:"Cormorant Garamond", Georgia, serif; font-weight:600; letter-spacing:-.03em; line-height:.98; font-size:clamp(40px, 5vw, 64px); margin-bottom:14px;}
.site-page h2:not(.signature-title):not(.footer-socials-title),
.site-page .feature h3,
.site-page .blog-card-link h3,
.site-page .media-overlay h3{font-family:"Cormorant Garamond", Georgia, serif; font-weight:600; letter-spacing:-.02em;}
.site-page .feature h3, .site-page .blog-card-link h3{font-size:clamp(24px, 2.6vw, 32px); line-height:1.02;}
.site-page .section-title:not(.footer-socials-title){font-family:"Cormorant Garamond", Georgia, serif; font-size:clamp(30px, 3vw, 40px); font-weight:600; letter-spacing:-.02em; line-height:1.02; color:var(--text); margin:0 0 14px;}
.site-page .notice, .site-page .feature p, .site-page .blog-card-link p, .site-page .pill, .site-page .nav-links a, .site-page .footer{letter-spacing:.01em;}
.site-page .feature, .site-page .kpi{padding:18px 18px 16px; border-radius:24px; background:linear-gradient(145deg, rgba(255,255,255,.86), rgba(248,238,242,.84)); border:1px solid rgba(199,154,67,.12); box-shadow:0 14px 28px rgba(43,28,34,.05);}
.site-page .card{border-radius:30px;}
.site-page .card-inner{padding:28px;}
.site-page .list li{padding:12px 0; font-size:14px; line-height:1.6;}
.site-page .lead{font-size:16px; line-height:1.72;}
.site-page .hero .lead{font-size:17px;}
.site-page .pill{font-size:12px; font-weight:700;}
.site-page .btn{font-family:inherit;}
.site-page .footer{margin-top:28px; padding-top:8px;}
.page-blog .hero, .page-blog-article .hero{padding-top:50px;}
.page-blog .blog-list-grid, .page-blog-article .blog-list-grid{gap:16px;}
.page-blog .feature, .page-blog-article .feature{height:100%;}
.page-blog article.feature, .page-blog-article article.feature{display:flex;}
.page-blog .blog-card-link, .page-blog-article .blog-card-link{justify-content:flex-start;}
.page-blog-article .article-grid .card, .page-blog .grid-3 .feature{height:100%;}
.page-blog-article .card-inner > h2.section-title{margin-bottom:10px;}
.page-contact .card-contact-luxe .card-inner, .page-manual-order .card .card-inner{padding:30px;}
.page-clp .hero .h1, .page-404 .hero .h1, .page-site-map .hero .h1, .page-thank-you .hero .h1{max-width:14ch;}
.page-home .section-title:not(.footer-socials-title){font-size:clamp(28px, 2.4vw, 38px);}
@media (max-width: 980px){
  .site-page .card-inner{padding:24px;}
}
@media (max-width: 760px){
  .site-page .h1:not(.luxe-title){font-size:clamp(34px, 11vw, 50px);}
  .site-page .section-title:not(.footer-socials-title){font-size:clamp(26px, 9vw, 34px);}
  .site-page .feature h3, .site-page .blog-card-link h3{font-size:clamp(22px, 8vw, 28px);}
  .site-page .card-inner{padding:22px;}
}


/* v21.8.4 manual order left-panel tidy */
.page-manual-order .hero-luxe-grid-contact{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:28px;}
.page-manual-order .contact-hero-copy{padding:30px 32px 32px;}
.page-manual-order .contact-hero-copy .luxe-title{max-width:10.8ch;line-height:.94;margin-bottom:18px;}
.page-manual-order .contact-hero-copy .luxe-lead{max-width:44ch;margin-bottom:20px;}
.page-manual-order .contact-reach-bubble{margin-top:16px;padding:22px 22px 18px;}
.page-manual-order .manual-order-steps{gap:10px;}
.page-manual-order .manual-order-steps .feature{display:grid;grid-template-columns:minmax(140px,200px) minmax(0,1fr);align-items:start;gap:18px;padding:18px 22px;border-radius:22px;}
.page-manual-order .manual-order-steps .feature h3{max-width:none;font-size:clamp(18px,1.7vw,24px);line-height:1.14;margin:0;padding-right:8px;}
.page-manual-order .manual-order-steps .feature p{margin:0;font-size:14px;line-height:1.6;max-width:34ch;color:rgba(43,28,34,.72);padding-top:2px;}
.page-manual-order .manual-order-steps .feature + .feature{margin-top:0;}
.page-manual-order .manual-order-steps .feature a{font-weight:700;}
@media (max-width: 980px){
  .page-manual-order .hero-luxe-grid-contact{grid-template-columns:1fr;gap:22px;}
  .page-manual-order .contact-hero-copy{padding:24px 24px 26px;}
  .page-manual-order .contact-hero-copy .luxe-title{max-width:11ch;}
}
@media (max-width: 640px){
  .page-manual-order .manual-order-steps .feature{grid-template-columns:1fr;gap:8px;padding:16px 16px 14px;}
  .page-manual-order .manual-order-steps .feature h3{font-size:clamp(18px,7vw,24px);}
}


.form-note:empty{display:none;}
.notice:empty{display:none;}


/* Gold Club dark section text fix */
.page-home .statement-band-dark .section-title,
.page-home .statement-band-dark .serif-title,
.site-page .statement-band-dark .section-title:not(.footer-socials-title),
.site-page .statement-band-dark .serif-title{color:rgba(255,255,255,.96)!important; max-width:none;}
.site-page .statement-band-dark strong{color:#fff !important;}
.site-page .statement-band-dark .lead,
.site-page .statement-band-dark li,
.site-page .statement-band-dark p{color:rgba(255,255,255,.92)!important;}

/* Auvra internal release: v21.8.7+build.2026.03.31.19 homepage Gold Club feature polish */
.statement-band-dark{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:28px;
}
.gold-club-features{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px 18px;
  align-self:stretch;
}
.gold-club-feature-item{
  min-width:0;
  padding:18px 20px;
  border-radius:22px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(216,174,88,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.gold-club-feature-label{
  display:block;
  margin-bottom:8px;
  font-family:"Cormorant Garamond", Georgia, serif;
  font-size:clamp(24px,2vw,32px);
  line-height:1;
  letter-spacing:-.02em;
  color:#f0ca7a;
}
.gold-club-feature-item p{
  margin:0;
  font-size:clamp(17px,1.25vw,20px);
  line-height:1.45;
  font-weight:600;
  color:#f3d999;
  max-width:none;
}
.page-home .statement-band-dark .gold-club-feature-item p,
.page-home .statement-band-dark .gold-club-feature-label,
.site-page .statement-band-dark .gold-club-feature-item p,
.site-page .statement-band-dark .gold-club-feature-label{
  color:#f3d999 !important;
}
.page-home .statement-band-dark .gold-club-feature-label,
.site-page .statement-band-dark .gold-club-feature-label{
  color:#f0ca7a !important;
}
@media (max-width: 1100px){
  .statement-band-dark{grid-template-columns:1fr;}
  .gold-club-features{grid-template-columns:1fr;}
}
@media (max-width: 760px){
  .gold-club-feature-item{padding:16px 16px 15px;}
  .gold-club-feature-label{font-size:clamp(22px,8vw,28px);}
  .gold-club-feature-item p{font-size:17px;}
}


/* Auvra internal release: v21.8.8+build.2026.03.31.20 mobile Gold Club and homepage optimisation */
@media (max-width: 980px){
  .page-home .hero-proof{grid-template-columns:1fr 1fr; gap:12px;}
  .page-home .statement-band-dark{grid-template-columns:1fr !important; gap:20px;}
  .page-home .gold-club-features{grid-template-columns:1fr 1fr; gap:14px;}
  .page-home .gold-club-feature-item{padding:16px 16px 15px; border-radius:18px;}
  .page-home .hero-actions{flex-wrap:wrap;}
}
@media (max-width: 760px){
  .page-home .hero{padding-top:18px;}
  .page-home .hero-copy .luxe-title{font-size:clamp(42px, 12vw, 58px); line-height:.92;}
  .page-home .luxe-lead{font-size:16px; line-height:1.65; max-width:none;}
  .page-home .hero-actions,
  .page-home .statement-band-dark .hero-actions{display:grid; grid-template-columns:1fr; gap:10px; width:100%;}
  .page-home .hero-actions .btn,
  .page-home .statement-band-dark .hero-actions .btn{width:100%; justify-content:center;}
  .page-home .hero-proof{grid-template-columns:1fr; gap:10px;}
  .page-home .proof-chip{min-height:auto; padding:14px 14px 13px;}
  .page-home .proof-chip strong{font-size:12px;}
  .page-home .proof-chip span{font-size:12px; max-width:none;}
  .page-home .statement-band-dark{padding:20px !important; border-radius:24px !important;}
  .page-home .statement-band-dark > div:first-child{margin-bottom:2px;}
  .page-home .statement-band-dark .section-title{font-size:clamp(34px, 10vw, 44px) !important; line-height:.98;}
  .page-home .statement-band-dark .lead{font-size:15px !important; line-height:1.65 !important;}
  .page-home .gold-club-features{grid-template-columns:1fr; gap:12px;}
  .page-home .gold-club-feature-item{padding:15px 14px 14px;}
  .page-home .gold-club-feature-label{font-size:clamp(24px, 7.6vw, 30px) !important; line-height:1.05;}
  .page-home .gold-club-feature-item p{font-size:16px !important; line-height:1.55;}
}
@media (max-width: 520px){
  .page-home .container{padding-left:16px; padding-right:16px;}
  .page-home .hero-copy .luxe-title{font-size:clamp(36px, 11vw, 48px);}
  .page-home .statement-band-dark .section-title{font-size:clamp(30px, 9.8vw, 38px) !important;}
  .page-home .gold-club-feature-label{font-size:clamp(22px, 7vw, 26px) !important;}
  .page-home .gold-club-feature-item p{font-size:15px !important;}
}


/* Auvra internal release: v21.9.0+build.2026.04.01.22 QA layout, SEO, and manual order polish */
:root{
  --section-space-qa: clamp(24px, 4vw, 44px);
  --card-pad-qa: clamp(20px, 2.6vw, 30px);
}
.site-page main > .section{padding:var(--section-space-qa) 0;}
.site-page .card-inner,
.site-page .feature-card,
.site-page .statement-band,
.site-page .journal-shell,
.site-page .final-cta-panel,
.site-page .manual-order-summary,
.site-page .manual-order-section{padding:var(--card-pad-qa)!important;}
.site-page .hero-actions{align-items:center;gap:12px;flex-wrap:wrap;}
.site-page .hero-actions .btn{min-height:48px;}
.site-page .blog-list-grid,
.site-page .journal-grid,
.site-page .grid-3{gap:18px;}
.site-page .feature,
.site-page .blog-card-link,
.site-page .journal-card,
.site-page .proof-chip{height:100%;}
.site-page .proof-chip{display:flex;flex-direction:column;justify-content:center;}
.site-page .section-title{text-wrap:balance;}
.site-page .lead{max-width:60ch;}
.site-page .hero-copy .lead,
.site-page .hero-copy .luxe-lead{max-width:58ch;}
.site-page .footer .pill{line-height:1.6;}

.page-manual-order .hero,
.page-manual-order .hero-luxe{padding-bottom:10px;}
.page-manual-order .contact-hero-copy{min-height:100%;display:flex;flex-direction:column;justify-content:space-between;}
.page-manual-order .manual-order-shell{align-items:start;gap:24px;}
.page-manual-order .manual-order-summary{position:sticky;top:110px;}
.page-manual-order .manual-order-toolbar{align-items:end;gap:14px;}
.page-manual-order .manual-order-grid-inner{gap:14px;}
.page-manual-order .product-check{padding:16px;border-radius:20px;}
.page-manual-order .product-check-copy strong{line-height:1.35;}
.page-manual-order .product-check-actions{align-items:center;}
.page-manual-order .contact-second-row{align-items:start;gap:20px;}
.page-manual-order .contact-mini-grid{gap:18px;}

.page-home .statement-band-dark{overflow:hidden;}
.page-home .gold-club-features{align-content:start;}

@media (max-width: 1100px){
  .page-manual-order .manual-order-summary{position:static;top:auto;}
}
@media (max-width: 760px){
  .site-page main > .section{padding:18px 0;}
  .site-page .hero-actions{display:grid;grid-template-columns:1fr;}
  .site-page .hero-actions .btn{width:100%;justify-content:center;}
  .site-page .lead,
  .site-page .hero-copy .lead,
  .site-page .hero-copy .luxe-lead{max-width:none;}
  .site-page .nav-links a,
  .site-page .nav-links .btn{text-align:center;}
  .page-manual-order .product-check{padding:14px;}
  .page-manual-order .product-check-actions{align-items:stretch;}
  .page-manual-order .product-qty{max-width:none;width:100%;}
}


/* v21.9.4 subscriptions hero image refresh */
.page-manual-order .hero-luxe-grid-contact{grid-template-columns:minmax(300px,.76fr) minmax(0,1.24fr);gap:32px;align-items:start!important;}
.page-manual-order .contact-hero-copy{align-self:start;height:auto;min-height:0;padding:26px 28px 28px;}
.page-manual-order .contact-hero-copy .luxe-title{max-width:8.4ch;font-size:clamp(52px,5.3vw,82px);line-height:.96;}
.page-manual-order .contact-hero-copy .luxe-lead{max-width:38ch;}
.page-manual-order .contact-reach-bubble{padding:18px 18px 16px;}
.page-manual-order .manual-order-steps .feature{grid-template-columns:minmax(156px,196px) minmax(0,1fr);padding:18px 22px;border-radius:20px;}
.page-manual-order .card-manual-order{align-self:start;}
.page-manual-order .card-manual-order .card-inner{padding:26px 24px;}
.page-manual-order .manual-order-toolbar{grid-template-columns:minmax(0,1fr);gap:10px;}
.page-manual-order .manual-order-toolbar-note{justify-content:flex-start;padding-bottom:0;}
.page-manual-order .manual-order-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr));}
.page-manual-order .product-check-card{min-height:164px;}
.page-manual-order .product-check-title{font-size:16px;line-height:1.22;}
.page-manual-order .product-check-price{font-size:14px;}
.page-manual-order .manual-order-summary{top:92px;}
.page-subscriptions .subscriptions-hero-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:26px;align-items:start;}
.page-subscriptions .subscriptions-intro-card{height:auto;align-self:stretch;padding-bottom:6px;}
.page-subscriptions .subscriptions-intro-card .about-main-title{max-width:8.5ch;font-size:clamp(56px,5.4vw,92px);line-height:.92;}
.page-subscriptions .subscriptions-intro-card .luxe-lead{max-width:58ch;}
.page-subscriptions .subscriptions-image-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;grid-column:1 / -1;}
.page-subscriptions .subscriptions-image-grid-wide{margin-top:-4px;}
.page-subscriptions .section-heading-centered{text-align:center;max-width:860px;margin:0 auto 24px;}
.page-subscriptions .section-heading-centered .lead{max-width:68ch;margin-inline:auto;}

.page-subscriptions .subscriptions-image-card{overflow:hidden;border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(247,239,243,.94));border:1px solid rgba(196,165,112,.18);box-shadow:0 24px 54px rgba(43,28,34,.07);}
.page-subscriptions .subscriptions-image-inner{padding:22px;display:grid;gap:16px;}
.page-subscriptions .subscriptions-image-placeholder{min-height:340px;border-radius:26px;border:1px solid rgba(196,165,112,.22);background:linear-gradient(180deg,rgba(253,248,250,.98),rgba(246,236,241,.94));display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.6);}
.page-subscriptions .subscriptions-image-poster{padding:18px;background:linear-gradient(180deg,rgba(255,249,251,.98),rgba(247,238,243,.96));}
.page-subscriptions .subscriptions-image-placeholder img{width:100%;height:100%;object-fit:cover;display:block;}
.page-subscriptions .subscriptions-image-poster img{object-fit:contain;border-radius:22px;max-height:620px;box-shadow:0 20px 40px rgba(44,28,35,.10);}
.page-subscriptions .subscriptions-support-card{min-height:100%;display:grid;align-content:start;gap:14px;}
.page-subscriptions .subscriptions-support-card .section-title{max-width:15ch;}
@media (max-width: 1120px){
  .page-manual-order .hero-luxe-grid-contact{grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:24px;}
  .page-subscriptions .subscriptions-hero-grid{grid-template-columns:1fr;gap:24px;}
  .page-subscriptions .subscriptions-intro-card .about-main-title{max-width:10ch;font-size:clamp(48px,9vw,76px);}
  .page-subscriptions .subscriptions-image-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width: 980px){
  .page-manual-order .hero-luxe-grid-contact{grid-template-columns:1fr;gap:20px;}
  .page-manual-order .contact-hero-copy .luxe-title{max-width:9.4ch;font-size:clamp(44px,9vw,66px);}
}
@media (max-width: 760px){
  .page-manual-order .manual-order-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr));}
  .page-subscriptions .subscriptions-image-grid{grid-template-columns:1fr;}
  .page-subscriptions .subscriptions-image-placeholder{min-height:220px;}
}
@media (max-width: 640px){
  .page-manual-order .manual-order-grid-inner{grid-template-columns:1fr;}
  .page-manual-order .contact-hero-copy{padding:22px 20px 24px;}
  .page-manual-order .manual-order-steps .feature{grid-template-columns:1fr;padding:16px 16px 14px;}
}

/* v21.9.4 manual order product imagery tidy */
.page-manual-order .manual-order-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.page-manual-order .product-check{display:grid;grid-template-columns:1fr;gap:12px;padding:12px;border-radius:20px;min-height:0;align-items:start;}
.page-manual-order .product-check-visual{aspect-ratio:4 / 3;border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#fff8fb,#f4e7ee);border:1px solid rgba(255,111,177,.14);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.7);}
.page-manual-order .product-check-image{display:block;width:100%;height:100%;object-fit:cover;}
.page-manual-order .product-check-visual--placeholder span{font-size:28px;font-weight:700;color:#8a6c3f;}
.page-manual-order .product-check-body{display:grid;gap:10px;min-width:0;}
.page-manual-order .product-check-main{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start;}
.page-manual-order .product-check input[type="checkbox"]{width:20px;height:20px;margin:2px 0 0;justify-self:end;}
.page-manual-order .product-check-copy{display:grid;gap:4px;min-width:0;}
.page-manual-order .product-check-copy strong{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:15px;line-height:1.35;}
.page-manual-order .product-check-copy small{font-size:12px;color:#8a6c3f;font-weight:700;}
.page-manual-order .product-check-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:auto;}
.page-manual-order .product-qty{max-width:86px;min-height:42px;}
.page-manual-order .product-check-link-wrap{margin-left:auto;}
@media (max-width: 1100px){
  .page-manual-order .manual-order-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 720px){
  .page-manual-order .manual-order-grid-inner{grid-template-columns:1fr;}
  .page-manual-order .product-check{padding:12px;}
  .page-manual-order .product-check-visual{aspect-ratio:16 / 10;}
  .page-manual-order .product-check-link-wrap{margin-left:0;}
}

/* Manual order overhaul: v21.9.5 */
.page-manual-order .card-manual-order{overflow:hidden;}
.page-manual-order .card-manual-order .card-inner{padding:28px;}
.manual-order-intro-copy{margin-bottom:18px;max-width:60ch;color:rgba(43,28,34,.78);}
.manual-order-form{display:grid;gap:20px;}
.manual-order-topbar{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:18px;padding:22px 22px 20px;border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(249,240,244,.92));border:1px solid rgba(199,154,67,.16);box-shadow:0 20px 44px rgba(80,52,60,.08);}
.manual-order-topbar-copy h3{margin:10px 0 10px;font-size:clamp(28px,2.5vw,40px);line-height:1;letter-spacing:-.03em;font-family:"Cormorant Garamond",serif;color:#2b1c22;}
.manual-order-topbar-copy p{margin:0;max-width:48ch;color:rgba(43,28,34,.74);line-height:1.7;}
.manual-order-highlights{display:grid;gap:12px;}
.manual-order-highlight{padding:16px 16px 14px;border-radius:22px;background:rgba(255,255,255,.72);border:1px solid rgba(199,154,67,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.7);}
.manual-order-highlight strong,.manual-order-reassurance-item strong{display:block;font-size:14px;line-height:1.35;margin-bottom:4px;color:#2b1c22;}
.manual-order-highlight span,.manual-order-reassurance-item span{display:block;font-size:13px;line-height:1.6;color:rgba(43,28,34,.7);}
.manual-order-panel{padding:22px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,248,251,.95));border:1px solid rgba(199,154,67,.15);box-shadow:0 18px 40px rgba(99,61,71,.08);}
.manual-order-panel-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-end;margin-bottom:16px;}
.manual-order-panel-head h3{margin:10px 0 0;font-size:clamp(24px,2vw,34px);line-height:1;letter-spacing:-.03em;font-family:"Cormorant Garamond",serif;color:#2b1c22;}
.manual-order-panel-head p{margin:0;max-width:38ch;color:rgba(43,28,34,.7);font-size:14px;line-height:1.7;}
.manual-order-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.page-manual-order .manual-order-panel .field{margin:0;}
.page-manual-order .manual-order-panel .field input,
.page-manual-order .manual-order-panel .field textarea,
.page-manual-order .manual-order-search-field input[type="search"]{border-radius:18px;border:1px solid rgba(199,154,67,.15);background:rgba(255,255,255,.88);box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 12px 24px rgba(99,61,71,.04);}
.manual-order-group legend{padding:0;margin-bottom:16px;}
.manual-order-toolbar{margin-bottom:14px;}
.manual-order-category-filter{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 20px;}
.manual-order-chip{appearance:none;border:1px solid rgba(199,154,67,.16);background:rgba(255,255,255,.8);color:#6b5431;font-weight:800;font-size:12px;letter-spacing:.06em;text-transform:uppercase;padding:12px 15px;border-radius:999px;cursor:pointer;transition:transform .14s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;}
.manual-order-chip:hover{transform:translateY(-1px);box-shadow:0 10px 18px rgba(99,61,71,.06);border-color:rgba(199,154,67,.26);}
.manual-order-chip.is-active{background:linear-gradient(135deg,#fff9ef,#f6e5be);border-color:rgba(199,154,67,.38);color:#5b4525;box-shadow:0 14px 24px rgba(199,154,67,.12);}
.page-manual-order .manual-order-section{padding:18px;border-radius:26px;background:linear-gradient(180deg,rgba(255,252,253,.9),rgba(252,245,248,.96));border:1px solid rgba(199,154,67,.14);box-shadow:0 14px 28px rgba(99,61,71,.05);}
.page-manual-order .manual-order-section-title{font-size:11px;letter-spacing:.14em;color:#8a6c3f;}
.page-manual-order .manual-order-section-count{display:inline-flex;align-items:center;justify-content:center;min-width:80px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(199,154,67,.14);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#7a6140;}
.page-manual-order .manual-order-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.page-manual-order .product-check{position:relative;padding:14px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(249,241,245,.95));border:1px solid rgba(199,154,67,.12);box-shadow:0 16px 28px rgba(99,61,71,.05);transition:transform .16s ease,box-shadow .22s ease,border-color .22s ease;}
.page-manual-order .product-check:hover{transform:translateY(-2px);box-shadow:0 22px 34px rgba(99,61,71,.08);border-color:rgba(199,154,67,.24);}
.page-manual-order .product-check.is-selected{border-color:rgba(199,154,67,.34);box-shadow:0 22px 40px rgba(199,154,67,.12);background:linear-gradient(180deg,rgba(255,252,244,.98),rgba(249,240,220,.98));}
.page-manual-order .product-check-visual{aspect-ratio:1 / 1;border-radius:18px;border:1px solid rgba(199,154,67,.12);background:linear-gradient(180deg,#fffafc,#f1e3ea);}
.page-manual-order .product-check-main{gap:12px;}
.page-manual-order .product-check-copy strong{font-size:16px;line-height:1.32;}
.page-manual-order .product-check-copy small{font-size:12px;letter-spacing:.03em;}
.page-manual-order .product-check input[type="checkbox"]{width:22px;height:22px;accent-color:#c79a43;}
.page-manual-order .product-qty{min-height:44px;max-width:92px;border-radius:14px;}
.page-manual-order .product-check-link{font-weight:800;}
.page-manual-order .manual-order-shell{grid-template-columns:minmax(0,1fr) minmax(320px,380px);gap:20px;margin-top:2px;}
.manual-order-reassurance{display:grid;gap:10px;margin-top:14px;}
.manual-order-reassurance-item{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.66);border:1px solid rgba(199,154,67,.12);}
.page-manual-order .manual-order-summary{padding:20px;border-radius:28px;border:1px solid rgba(199,154,67,.18);background:linear-gradient(180deg,rgba(255,253,247,.98),rgba(249,242,246,.96));box-shadow:0 22px 42px rgba(99,61,71,.10);}
.manual-order-summary-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 14px;}
.manual-order-metric{padding:12px 10px;border-radius:18px;background:rgba(255,255,255,.82);border:1px solid rgba(199,154,67,.13);text-align:center;}
.manual-order-metric span{display:block;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#8a6c3f;margin-bottom:5px;}
.manual-order-metric strong{display:block;font-size:18px;line-height:1;color:#2b1c22;}
.page-manual-order .manual-order-summary-list{max-height:420px;}
.page-manual-order .manual-order-summary-item{padding:14px 14px 12px;border-radius:18px;background:rgba(255,255,255,.84);border:1px solid rgba(199,154,67,.12);}
.manual-order-summary-footer{margin-top:14px;padding-top:14px;border-top:1px solid rgba(199,154,67,.14);}
.manual-order-summary-footer p{margin:0;font-size:12px;line-height:1.65;color:rgba(43,28,34,.68);}
.page-manual-order .manual-order-actions{justify-content:space-between;padding:16px 18px;border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(248,238,242,.94));border:1px solid rgba(199,154,67,.14);box-shadow:0 14px 28px rgba(99,61,71,.06);}
.page-manual-order [data-form-note].notice{border-radius:18px;border:1px solid rgba(199,154,67,.14);background:rgba(255,255,255,.8);}

@media (max-width: 1100px){
  .manual-order-topbar{grid-template-columns:1fr;}
  .page-manual-order .manual-order-grid-inner{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 820px){
  .manual-order-panel-head{flex-direction:column;align-items:flex-start;}
  .manual-order-details-grid,.manual-order-summary-metrics{grid-template-columns:1fr 1fr;}
  .page-manual-order .manual-order-shell{grid-template-columns:1fr;}
  .page-manual-order .manual-order-summary{position:static;top:auto;}
}
@media (max-width: 640px){
  .page-manual-order .card-manual-order .card-inner,.manual-order-panel,.manual-order-topbar{padding:18px;}
  .manual-order-details-grid,.manual-order-summary-metrics,.page-manual-order .manual-order-grid-inner{grid-template-columns:1fr;}
  .page-manual-order .manual-order-actions{align-items:flex-start;flex-direction:column;}
  .manual-order-chip{width:calc(50% - 5px);justify-content:center;}
}


@media (max-width: 640px){
  .brand-logo{max-width:190px;}
  .brand-logo-image{max-width:190px;}
}

/* v21.9.7 manual order step spacing refinement */
.page-manual-order .manual-order-steps .feature h3{word-break:normal;overflow-wrap:normal;}


/* v21.9.8 manual order side-step spacing refinement */
.page-manual-order .manual-order-steps{gap:12px;}
.page-manual-order .manual-order-steps .feature{grid-template-columns:minmax(170px,210px) minmax(0,1fr);gap:22px;padding:20px 26px 18px;}
.page-manual-order .manual-order-steps .feature h3{line-height:1.18;padding-right:12px;}
.page-manual-order .manual-order-steps .feature p{padding-top:4px;}
@media (max-width: 720px){
  .page-manual-order .manual-order-steps .feature{gap:10px;padding:18px 18px 16px;}
}


/* Products dropdown */
.nav-dropdown{position:relative;display:flex;align-items:center;padding-bottom:14px;margin-bottom:-14px;}
.nav-dropdown-toggle{appearance:none;border:none;background:transparent;padding:8px 0;font:inherit;font-size:13px;color:rgba(46,34,40,.70);cursor:pointer;font-weight:700;display:inline-flex;align-items:center;gap:8px;}
.nav-dropdown-toggle::after{content:"";width:8px;height:8px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(45deg) translateY(-1px);display:inline-block;transition:transform .18s ease;}
.nav-dropdown.is-open .nav-dropdown-toggle::after,.nav-dropdown.is-active .nav-dropdown-toggle::after{transform:rotate(225deg) translateY(-1px);}
.nav-dropdown-menu{position:absolute;top:calc(100% + 2px);left:0;min-width:260px;padding:12px;display:none;flex-direction:column;gap:8px;background:rgba(255,255,255,.98);border:1px solid rgba(199,154,67,.18);border-radius:18px;box-shadow:0 18px 50px rgba(41,25,33,.14);backdrop-filter:blur(18px);z-index:50;}
.nav-dropdown.is-open .nav-dropdown-menu{display:flex;}
.nav-dropdown-menu a{width:100%;padding:12px 14px !important;border-radius:12px !important;background:rgba(252,247,248,.82) !important;border:1px solid rgba(199,154,67,.10) !important;color:var(--text) !important;}
.nav-dropdown-menu a:hover,.nav-dropdown-menu a.active{background:rgba(255,255,255,1) !important;border-color:rgba(199,154,67,.22) !important;}
.nav-dropdown.is-active .nav-dropdown-toggle{color:var(--text);}
.check-list{margin:18px 0 0;padding:0;list-style:none;display:grid;gap:10px;}
.check-list li{position:relative;padding-left:28px;color:var(--muted);}
.check-list li::before{content:"✓";position:absolute;left:0;top:0;color:var(--accent-strong);font-weight:800;}
@media (max-width: 960px){
  .nav-dropdown{display:block;width:100%;}
  .nav-dropdown-toggle{width:100%;justify-content:center;padding:12px 14px;border-radius:999px;background:rgba(255,255,255,.68);border:1px solid rgba(199,154,67,.14);}
  .nav-dropdown-menu{position:static;min-width:0;margin-top:10px;box-shadow:none;border-radius:18px;background:rgba(255,255,255,.72);}
}


/* Auvra luxury site pass: v22.2.2+build.2026.04.04.2 */
.category-showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.product-category-card h3,.product-category-card .section-title{margin:8px 0 10px}
.strong-link{display:inline-flex;margin-top:14px;font-weight:800;color:#9f6b86;text-decoration:none}
.strong-link:hover{text-decoration:underline}
.quote-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:20px;display:grid;gap:8px}
.quote-card p{margin:0;font-size:1rem;line-height:1.7;color:#fffafc}
.quote-card span{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,246,251,.74)}
.testimonial-stack{display:grid;gap:14px;min-width:min(100%,320px)}
.editorial-proof-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.pull-quote{margin-top:16px;padding:16px 18px;border-radius:20px;background:#fff6fb;border:1px solid rgba(178,125,150,.18);font-family:"Cormorant Garamond",serif;font-size:1.4rem;line-height:1.35;color:#5c3b4c}
.statement-band-cta{align-items:center;gap:22px}
.hero-actions-stack-right{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}
.nav-dropdown.active>.nav-dropdown-toggle{color:#a76f8a;background:rgba(167,111,138,.09);border-color:rgba(167,111,138,.18)}
.nav-dropdown-menu a[data-nav="products"]{font-weight:800;border-bottom:1px solid rgba(167,111,138,.14);margin-bottom:4px;padding-bottom:12px}
@media (max-width:980px){.category-showcase-grid,.editorial-proof-grid{grid-template-columns:1fr}}


/* Auvra refinement hotfix: v22.2.2+build.2026.04.04.2 nav active state + dark panel contrast */
.nav-links > a,
.nav-dropdown-toggle{
  position:relative;
  transition:color .18s ease, opacity .18s ease, background .18s ease;
}

.nav-links > a::after,
.nav-dropdown-toggle::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-8px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg, rgba(199,154,67,0), rgba(199,154,67,.96), rgba(199,154,67,0));
  opacity:0;
  transform:scaleX(.55);
  transform-origin:center;
  transition:opacity .18s ease, transform .18s ease;
  pointer-events:none;
}

.nav-links > a:hover::after,
.nav-links > a.active::after,
.nav-dropdown.is-active .nav-dropdown-toggle::before,
.nav-dropdown.is-open .nav-dropdown-toggle::before{
  opacity:1;
  transform:scaleX(1);
}

.nav-links > a.active,
.nav-dropdown.is-active .nav-dropdown-toggle,
.nav-dropdown.is-open .nav-dropdown-toggle{
  color:#2b1c22 !important;
}

.nav-dropdown.active > .nav-dropdown-toggle,
.nav-dropdown.is-active > .nav-dropdown-toggle{
  background:transparent !important;
  border-color:transparent !important;
  box-shadow:none !important;
}

.nav-dropdown-menu a.active{
  background:rgba(255,255,255,1) !important;
  border-color:rgba(199,154,67,.26) !important;
  color:#2b1c22 !important;
  box-shadow:0 10px 22px rgba(41,25,33,.06);
}

.dark-panel,
.statement-band-dark{
  color:#fbf6f8 !important;
}

.dark-panel .section-title,
.dark-panel .serif-title,
.dark-panel .lead,
.dark-panel p,
.dark-panel li,
.dark-panel .check,
.dark-panel strong,
.statement-band-dark .section-title,
.statement-band-dark .serif-title,
.statement-band-dark .lead,
.statement-band-dark p,
.statement-band-dark li,
.statement-band-dark .check,
.statement-band-dark strong{
  color:#fff7fa !important;
}

.dark-panel .section-title,
.statement-band-dark .section-title{
  text-shadow:0 1px 0 rgba(0,0,0,.08);
}

.dark-panel .lead,
.dark-panel p,
.dark-panel li,
.statement-band-dark .lead,
.statement-band-dark p,
.statement-band-dark li{
  color:rgba(255,247,250,.96) !important;
}

.dark-panel .btn-ghost-light,
.statement-band-dark .btn-ghost-light,
.dark-panel .btn-ghost,
.statement-band-dark .btn-ghost{
  background:rgba(255,255,255,.10) !important;
  border-color:rgba(255,255,255,.30) !important;
  color:#fff !important;
}

@media (max-width: 1100px){
  .nav-links > a::after,
  .nav-dropdown-toggle::before{bottom:4px;}
}


/* v22.2.3 gold club focal point upgrade */
.page-subscriptions .subscriptions-hero-shell{padding-top:54px;padding-bottom:18px;}
.page-subscriptions .subscriptions-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:26px;align-items:stretch;}
.page-subscriptions .subscriptions-luxury-card{background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,245,249,.82));border:1px solid rgba(196,165,112,.16);box-shadow:0 26px 64px rgba(46,31,36,.08);}
.page-subscriptions .subscriptions-intro-card .about-main-title{max-width:11.5ch;font-size:clamp(56px,5.25vw,88px);line-height:.92;letter-spacing:-.02em;}
.page-subscriptions .subscriptions-intro-card .luxe-lead{max-width:60ch;}
.page-subscriptions .subscriptions-perks-row{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0 6px;}
.page-subscriptions .subscriptions-perk-chip{display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;border-radius:999px;background:rgba(255,248,251,.98);border:1px solid rgba(196,165,112,.18);box-shadow:0 10px 24px rgba(49,33,39,.05);font-size:13px;font-weight:700;color:#6b5059;}
.page-subscriptions .subscriptions-membership-card{display:grid;grid-template-rows:auto auto 1fr auto;gap:18px;min-height:100%;background:linear-gradient(180deg,rgba(255,248,250,.92),rgba(248,236,243,.88));}
.page-subscriptions .subscriptions-membership-card .section-title{max-width:14ch;}
.page-subscriptions .subscriptions-benefit-grid{display:grid;gap:14px;}
.page-subscriptions .subscriptions-benefit-item{padding:18px 18px 16px;border-radius:22px;background:rgba(255,255,255,.8);border:1px solid rgba(196,165,112,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.75);}
.page-subscriptions .subscriptions-benefit-item strong{display:block;margin-bottom:6px;font-family:"Cormorant Garamond",serif;font-size:28px;line-height:.98;color:#3d2a31;}
.page-subscriptions .subscriptions-benefit-item p{margin:0;color:var(--muted);font-size:14px;line-height:1.65;}
.page-subscriptions .subscriptions-membership-actions{margin-top:auto;}
.page-subscriptions .subscriptions-showcase-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:24px;margin-top:24px;align-items:stretch;}
.page-subscriptions .subscriptions-showcase-card{padding:24px;border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(247,239,243,.95));border:1px solid rgba(196,165,112,.18);box-shadow:0 24px 54px rgba(43,28,34,.07);display:grid;gap:18px;overflow:hidden;}
.page-subscriptions .subscriptions-showcase-card .section-title{margin-bottom:8px;max-width:12ch;}
.page-subscriptions .subscriptions-showcase-card-wide .section-title{max-width:13ch;}
.page-subscriptions .subscriptions-showcase-head{display:grid;gap:8px;}
.page-subscriptions .subscriptions-showcase-head .lead{margin:0;max-width:58ch;}
.page-subscriptions .subscriptions-showcase-media{border-radius:28px;overflow:hidden;background:linear-gradient(180deg,rgba(255,250,252,.98),rgba(246,236,241,.94));border:1px solid rgba(196,165,112,.22);padding:18px;display:flex;align-items:center;justify-content:center;min-height:460px;box-shadow:inset 0 1px 0 rgba(255,255,255,.6);}
.page-subscriptions .subscriptions-showcase-media img{display:block;width:100%;height:100%;max-height:780px;object-fit:contain;border-radius:20px;box-shadow:0 18px 40px rgba(44,28,35,.10);}
.page-subscriptions .subscriptions-showcase-media-poster{min-height:460px;align-items:flex-start;}
.page-subscriptions .subscriptions-showcase-media-poster img{max-height:none;}
.page-subscriptions .section-heading-centered{max-width:920px;margin:0 auto 28px;}
.page-subscriptions .about-values-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.page-subscriptions .about-values-grid .feature-card{display:grid;align-content:start;gap:8px;}
.page-subscriptions .about-values-grid .section-title{max-width:14ch;}
.page-subscriptions .statement-band-dark{padding:34px 38px;}
.page-subscriptions .split{align-items:start;}

@media (max-width: 1180px){
  .page-subscriptions .subscriptions-intro-card .about-main-title{max-width:10.8ch;font-size:clamp(50px,6vw,76px);} 
  .page-subscriptions .subscriptions-showcase-grid{grid-template-columns:1fr;}
  .page-subscriptions .subscriptions-showcase-media{min-height:360px;}
}
@media (max-width: 980px){
  .page-subscriptions .subscriptions-hero-grid{grid-template-columns:1fr;gap:22px;}
  .page-subscriptions .subscriptions-membership-card .section-title{max-width:none;}
  .page-subscriptions .about-values-grid{grid-template-columns:1fr;}
}
@media (max-width: 760px){
  .page-subscriptions .subscriptions-hero-shell{padding-top:34px;}
  .page-subscriptions .subscriptions-intro-card .about-main-title{max-width:10ch;font-size:clamp(40px,11vw,58px);line-height:.95;}
  .page-subscriptions .subscriptions-perks-row{gap:10px;}
  .page-subscriptions .subscriptions-perk-chip{width:100%;justify-content:flex-start;padding:12px 14px;}
  .page-subscriptions .subscriptions-benefit-item strong{font-size:24px;}
  .page-subscriptions .subscriptions-showcase-card{padding:18px;border-radius:24px;}
  .page-subscriptions .subscriptions-showcase-media{min-height:240px;padding:12px;border-radius:20px;}
  .page-subscriptions .subscriptions-showcase-media img{border-radius:14px;}
  .page-subscriptions .statement-band-dark{padding:24px 20px;}
}


/* Gold Club polish pass */
.page-subscriptions .subscriptions-showcase-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  margin-top:28px;
  align-items:start;
}
.page-subscriptions .subscriptions-showcase-card{
  grid-template-rows:auto 1fr;
  min-height:100%;
}
.page-subscriptions .subscriptions-showcase-head{
  gap:12px;
}
.page-subscriptions .subscriptions-showcase-card .section-title,
.page-subscriptions .subscriptions-showcase-card-wide .section-title,
.page-subscriptions .subscriptions-membership-card .section-title,
.page-subscriptions .about-values-grid .section-title{
  max-width:none;
}
.page-subscriptions .subscriptions-showcase-card .section-title{
  font-size:clamp(34px,3.2vw,52px);
  line-height:0.95;
  letter-spacing:-0.02em;
}
.page-subscriptions .subscriptions-showcase-head .lead{
  max-width:none;
  font-size:16px;
}
.page-subscriptions .subscriptions-showcase-media{
  min-height:0;
  padding:16px;
  align-items:flex-start;
}
.page-subscriptions .subscriptions-showcase-media img{
  height:auto;
  max-height:none;
  object-fit:contain;
}
.page-subscriptions .subscriptions-showcase-media-poster{
  align-items:flex-start;
}
.page-subscriptions .section-heading-centered{
  text-align:center;
}
.page-subscriptions #gold-club-boxes .about-values-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
  align-items:stretch;
}
.page-subscriptions #gold-club-boxes .feature-card{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.page-subscriptions #gold-club-boxes .feature-card .section-title{
  font-size:clamp(28px,2.6vw,42px);
  line-height:0.98;
}
.page-subscriptions #gold-club-boxes .feature-card .lead{
  font-size:15px;
  line-height:1.7;
}
.page-subscriptions #gold-club-boxes .feature-card .list{
  margin-top:4px;
}
.page-subscriptions #gold-club-boxes .feature-card .hero-actions{
  margin-top:auto !important;
  padding-top:8px;
}
.page-subscriptions .subscriptions-intro-card .about-main-title{
  max-width:12ch;
  font-size:clamp(52px,5vw,82px);
  line-height:0.9;
}
.page-subscriptions .subscriptions-luxury-card .lead{
  max-width:58ch;
}
@media (max-width: 1180px){
  .page-subscriptions .subscriptions-showcase-grid{
    grid-template-columns:1fr;
  }
  .page-subscriptions #gold-club-boxes .about-values-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media (max-width: 760px){
  .page-subscriptions #gold-club-boxes .about-values-grid{
    grid-template-columns:1fr;
  }
  .page-subscriptions .subscriptions-showcase-card .section-title,
  .page-subscriptions #gold-club-boxes .feature-card .section-title{
    font-size:clamp(28px,8.5vw,40px);
  }
}



/* Gold Club compare section centering fix */
.page-subscriptions #gold-club-boxes .section-heading-centered{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  max-width:900px;
  margin:0 auto 30px;
}
.page-subscriptions #gold-club-boxes .section-heading-centered .eyebrow{
  order:-1;
  margin:0 0 18px;
}
.page-subscriptions #gold-club-boxes .section-heading-centered .section-title{
  max-width:16ch;
  margin:0 auto 14px;
  text-align:center;
  font-size:clamp(40px,4vw,64px);
  line-height:0.96;
}
.page-subscriptions #gold-club-boxes .section-heading-centered .lead{
  max-width:700px;
  margin:0 auto;
  text-align:center;
  font-size:16px;
}
@media (max-width: 760px){
  .page-subscriptions #gold-club-boxes .section-heading-centered{
    margin-bottom:24px;
  }
  .page-subscriptions #gold-club-boxes .section-heading-centered .section-title{
    max-width:12ch;
    font-size:clamp(30px,9vw,42px);
  }
  .page-subscriptions #gold-club-boxes .section-heading-centered .lead{
    font-size:15px;
  }
}

