@font-face {
font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 300 700; font-display: swap;
src: url('/assets/fonts/cormorant.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2122, U+2212, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Source Sans 3'; font-style: normal; font-weight: 200 900; font-display: swap;
src: url('/assets/fonts/sourcesans3.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2122, U+2212, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Cormorant Fallback'; font-weight: 300 700; font-style: normal;
src: local('Georgia'), local('Times New Roman'), local('Noto Serif'), local('Droid Serif'), local('Liberation Serif');
size-adjust: 76.43%; ascent-override: 120.37%; descent-override: 37.94%; line-gap-override: 0%;
}
@font-face {
font-family: 'Source Sans Fallback'; font-weight: 200 900; font-style: normal;
src: local('Arial'), local('Helvetica Neue'), local('Helvetica'), local('Roboto'), local('Liberation Sans');
size-adjust: 92.13%; ascent-override: 110.72%; descent-override: 43.42%; line-gap-override: 0%;
}
:root {
--sage: #7EA052;
--sage-deep: #4E6B33;
--sage-dark: #3C5426;
--sage-tint: #EDF2E4;
--pine: #242C1B;
--pine-2: #2E3823;
--sage-light: #BCD39A;
--butter: #F3E6C2;
--gold: #D9A62E;
--ivory: #FDFBF5;
--ivory-2: #F6F2E8;
--ink: #2E2C28;
--smoke: #6F6B63;
--mist: #C6C9BC;
--line: #E7E2D4;
--line-dark: rgba(255, 255, 255, 0.12);
--white: #FFFFFF;
--shadow-sm: 0 2px 10px rgba(46, 44, 40, 0.05);
--shadow: 0 14px 40px rgba(46, 44, 40, 0.09);
--shadow-lg: 0 32px 80px rgba(36, 44, 27, 0.2);
--ring: 0 0 0 3px rgba(78, 107, 51, 0.4);
--r-lg: 22px;
--r: 16px;
--r-sm: 10px;
--wrap: 1240px;
--fs-hero: clamp(3rem, 1.2rem + 7.8vw, 6.9rem);
--fs-h1:   clamp(2.5rem, 1.5rem + 4.2vw, 4.6rem);
--fs-h2:   clamp(2rem, 1.4rem + 2.7vw, 3.4rem);
--fs-h3:   clamp(1.3rem, 1.16rem + 0.7vw, 1.66rem);
--fs-lede: clamp(1.1rem, 1rem + 0.55vw, 1.36rem);
--fs-body: 1.0625rem;
--font-display: 'Cormorant Garamond', 'Cormorant Fallback', Georgia, serif;
--font-body: 'Source Sans 3', 'Source Sans Fallback', system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-label: ui-monospace, 'SF Mono', 'Cascadia Mono', Menlo, monospace;
--ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; scroll-padding-top: 108px; }
body {
font-family: var(--font-body); font-size: var(--fs-body); line-height: 1.65;
color: var(--ink); background: var(--ivory);
-webkit-font-smoothing: antialiased;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--sage-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--sage-dark); }
h1, h2, h3, h4 {
font-family: var(--font-display); font-weight: 600;
line-height: 1.04; letter-spacing: 0.002em; color: var(--ink); text-wrap: balance;
}
h1 { font-size: var(--fs-h1); } h2 { font-size: var(--fs-h2); } h3 { font-size: var(--fs-h3); line-height: 1.22; }
ul, ol { padding-left: 1.2em; }
p { text-wrap: pretty; }
button { font: inherit; }
::selection { background: var(--sage); color: #fff; }
:root { accent-color: var(--sage-deep); caret-color: var(--sage-deep); }
:focus-visible { outline: 3px solid transparent; box-shadow: var(--ring); border-radius: 6px; }
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(18px, 4vw, 32px); }
.wrap-n { max-width: 820px; margin-inline: auto; padding-inline: clamp(18px, 4vw, 32px); }
.sect { padding-block: clamp(40px, 6vw, 84px); }
.skip { position: absolute; left: -9999px; top: 0; background: var(--pine); color: #fff; padding: 10px 16px; z-index: 200; }
.skip:focus { left: 8px; top: 8px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.eyebrow {
display: inline-flex; align-items: center; gap: 8px;
font-family: var(--font-label); font-size: 0.72rem; font-weight: 500;
letter-spacing: 0.17em; text-transform: uppercase; color: var(--sage-deep);
margin-bottom: 14px;
}
.eyebrow::before { content: ''; width: 22px; height: 1.5px; background: var(--sage); }
.on-dark .eyebrow { color: var(--sage-light); }
.lede { font-size: var(--fs-lede); line-height: 1.55; color: var(--smoke); max-width: 58ch; }
.sect-lede { color: var(--smoke); max-width: 66ch; margin-block: 16px; }
h2 svg, h3 svg, a svg, button svg, p svg, li svg, span svg { width: 1.05em; height: 1.05em; display: inline-block; vertical-align: -0.16em; }
.sect-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(22px, 3vw, 36px); }
.sect-head h2 { max-width: 22ch; }
.sect-head .sh-side { color: var(--smoke); max-width: 40ch; padding-bottom: 8px; }
.sect-head-solo { grid-template-columns: 1fr; }
.est-badge {
display: inline-flex; align-items: center; gap: 8px; padding: 7px 15px; border-radius: 999px;
background: var(--butter); color: var(--ink); font-family: var(--font-label);
font-size: 0.7rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase;
}
.btn {
display: inline-flex; align-items: center; gap: 10px; white-space: nowrap;
padding: 14px 26px; border-radius: 999px; font-weight: 700; font-size: 1rem;
text-decoration: none; border: 1.5px solid transparent; cursor: pointer;
transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out), background-color 0.2s, color 0.2s, border-color 0.2s;
}
.btn-lg { padding: 17px 32px; font-size: 1.1rem; }
.btn-cta { background: var(--sage-deep); color: #fff; box-shadow: 0 2px 10px rgba(78, 107, 51, 0.18); }
.btn-cta:hover { background: var(--sage-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(78, 107, 51, 0.3); }
.btn-dark { background: var(--pine); color: var(--ivory); }
.btn-dark:hover { background: var(--sage-dark); color: #fff; transform: translateY(-2px); }
.btn-ghost { border-color: #B9B4A5; color: var(--ink); background: transparent; }
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.on-dark .btn-cta { background: var(--ivory); color: var(--pine); box-shadow: none; }
.on-dark .btn-cta:hover { background: var(--butter); color: var(--pine); }
.on-dark .btn-ghost { border-color: rgba(255, 255, 255, 0.4); color: #fff; }
.on-dark .btn-ghost:hover { border-color: var(--sage-light); color: var(--sage-light); }
.btn:active, .chip:active { transform: scale(0.98); }
.linkline { position: relative; display: inline-flex; align-items: center; gap: 7px; font-weight: 700; text-decoration: none; color: var(--sage-deep); padding-block: 5px; }
.linkline::after { content: ''; position: absolute; left: 0; bottom: -3px; width: 100%; height: 1.5px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 0.35s var(--ease-out); }
.linkline:hover::after { transform: scaleX(1); transform-origin: left; }
.linkline svg { transition: transform 0.25s var(--ease-out); }
.linkline:hover svg { transform: translateX(4px); }
.hdr { position: fixed; top: 0; left: 0; right: 0; z-index: 90; padding: 14px 0; transition: padding 0.3s var(--ease-out); pointer-events: none; }
.hdr-in {
pointer-events: auto;
display: flex; align-items: center; gap: 8px;
max-width: var(--wrap); margin-inline: auto;
background: rgba(253, 251, 245, 0.86);
-webkit-backdrop-filter: blur(16px) saturate(1.3); backdrop-filter: blur(16px) saturate(1.3);
border: 1px solid rgba(46, 44, 40, 0.08); border-radius: 999px;
padding: 7px 10px 7px 16px; box-shadow: var(--shadow-sm);
transition: box-shadow 0.3s;
}
.scrolled .hdr { padding: 8px 0; }
.scrolled .hdr-in { box-shadow: var(--shadow); }
@media (min-width: 1121px) { .hdr-in { width: fit-content; } }
@media (max-width: 1120px) { .hdr-in { width: calc(100% - clamp(18px, 4vw, 32px) * 2); } }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; margin-right: 16px; color: var(--ink); }
.brand svg.mark { width: 34px; height: 34px; color: var(--sage); flex: none; transition: transform 0.3s var(--ease-out); }
.brand:hover svg.mark { transform: rotate(-4deg); }
.brand-txt { font-family: var(--font-display); font-weight: 600; font-size: 1.34rem; line-height: 1; letter-spacing: 0.01em; white-space: nowrap; }
.brand-txt small { display: block; font-family: var(--font-label); font-weight: 500; font-size: 0.56rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--sage-deep); margin-top: 3px; }
.nav > ul { display: flex; align-items: center; gap: 0; list-style: none; padding: 0; }
.nav a { display: block; padding: 9px 12px; text-decoration: none; font-weight: 600; font-size: 0.95rem; color: var(--ink); border-radius: 999px; white-space: nowrap; transition: background-color 0.15s; }
.nav a:hover { background: rgba(46, 44, 40, 0.06); color: var(--ink); }
.nav .cur > a { background: var(--sage-tint); color: var(--sage-dark); }
.has-sub { position: relative; display: flex; align-items: center; }
.sub-t { background: none; border: 0; cursor: pointer; color: var(--smoke); padding: 4px 2px; font-size: 0.7rem; }
.sub {
position: absolute; top: calc(100% + 10px); left: 0; min-width: 250px;
display: flex; flex-direction: column;
opacity: 0; visibility: hidden; transform: translateY(-6px);
background: rgba(253, 251, 245, 0.96); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
border: 1px solid rgba(46, 44, 40, 0.08); border-radius: var(--r);
box-shadow: var(--shadow-lg); padding: 8px; z-index: 95;
transition: opacity 0.16s var(--ease-out) 0.12s, transform 0.16s var(--ease-out) 0.12s, visibility 0s linear 0.3s;
}
.sub::before { content: ''; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.has-sub:hover .sub, .has-sub:focus-within .sub, .has-sub.open .sub { opacity: 1; visibility: visible; transform: none; transition-delay: 0s, 0s, 0s; }
.sub li { list-style: none; }
.sub a { padding: 10px 14px; font-weight: 500; border-radius: var(--r-sm); }
.sub .sub-all a { color: var(--sage-deep); font-weight: 700; }
.hdr-cta { display: flex; align-items: center; gap: 6px; margin-left: 12px; }
.hdr-phone { display: inline-flex; align-items: center; justify-content: center; gap: 7px; font-weight: 700; font-size: 0.95rem; text-decoration: none; color: var(--ink); padding: 13px 14px; min-width: 44px; min-height: 44px; border-radius: 999px; white-space: nowrap; }
.hdr-phone:hover { background: rgba(46, 44, 40, 0.06); }
.hdr-cta .btn { padding: 10px 20px; font-size: 0.95rem; }
.cart-btn {
position: relative; display: inline-flex; align-items: center; justify-content: center;
min-width: 44px; min-height: 44px; padding: 10px 12px; border-radius: 999px;
text-decoration: none; color: var(--ink); border: 0; background: none; cursor: pointer;
}
.cart-btn:hover { background: rgba(46, 44, 40, 0.06); }
.cart-btn svg { width: 22px; height: 22px; }
.cart-n {
position: absolute; top: 3px; right: 1px; min-width: 18px; height: 18px;
display: grid; place-items: center; padding: 0 5px; border-radius: 999px;
background: var(--sage-deep); color: #fff; font-size: 0.68rem; font-weight: 700;
font-variant-numeric: tabular-nums;
}
.cart-n:empty, .cart-n[data-zero] { display: none; }
.burger { display: none; background: none; border: 0; cursor: pointer; padding: 10px; }
.burger span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: transform 0.25s var(--ease-out), opacity 0.2s; }
.drawer-open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.drawer-open .burger span:nth-child(2) { opacity: 0; }
.drawer-open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.drawer {
display: none; position: fixed; inset: 0; z-index: 80;
background: var(--pine); color: var(--ivory); overflow-y: auto;
padding: 96px clamp(20px, 6vw, 40px) 32px;
}
.drawer::before {
content: ''; position: fixed; width: 560px; height: 560px; right: -180px; top: -180px; pointer-events: none;
background: radial-gradient(closest-side, rgba(188, 211, 154, 0.12), transparent 70%);
}
.drawer-open .drawer { display: block; animation: drawerIn 0.3s var(--ease-out); }
@keyframes drawerIn { from { opacity: 0; transform: translateY(10px); } }
@keyframes drItem { from { opacity: 0; transform: translateY(12px); } }
.drawer ul { list-style: none; padding: 0; }
.dr-eyebrow { font-family: var(--font-label); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sage-light); margin: 0 0 6px; }
.dr-main { margin-bottom: 22px; }
.dr-main a {
display: flex; align-items: center; justify-content: space-between; gap: 12px;
padding: 4px 0; font-family: var(--font-display); font-size: clamp(1.25rem, 4.6vw, 1.55rem);
font-weight: 600; text-decoration: none; color: var(--ivory);
}
.dr-main a svg { width: 20px; height: 20px; flex: none; color: var(--sage-light); opacity: 0.5; transition: opacity 0.2s, transform 0.25s var(--ease-out); }
.dr-main a:hover { color: var(--sage-light); }
.dr-main a:hover svg { opacity: 1; transform: translateX(4px); }
.dr-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.dr-chips a {
display: inline-block; padding: 10px 14px; border-radius: 10px; text-decoration: none;
background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.14);
color: var(--ivory); font-size: 0.92rem; font-weight: 600;
}
.dr-chips a:hover { background: var(--sage-light); border-color: var(--sage-light); color: var(--pine); }
.dr-cta { display: grid; gap: 10px; }
.dr-cta .btn { justify-content: center; }
.dr-cta .btn-ghost { border-color: rgba(255, 255, 255, 0.4); color: #fff; }
.drawer-open .dr-main li, .drawer-open .dr-eyebrow, .drawer-open .dr-chips, .drawer-open .dr-cta { animation: drItem 0.38s var(--ease-out) both; }
.drawer-open .dr-main li:nth-child(1) { animation-delay: 0.03s; } .drawer-open .dr-main li:nth-child(2) { animation-delay: 0.06s; }
.drawer-open .dr-main li:nth-child(3) { animation-delay: 0.09s; } .drawer-open .dr-main li:nth-child(4) { animation-delay: 0.12s; }
.drawer-open .dr-main li:nth-child(5) { animation-delay: 0.15s; } .drawer-open .dr-main li:nth-child(6) { animation-delay: 0.18s; }
.drawer-open .dr-main li:nth-child(7) { animation-delay: 0.21s; } .drawer-open .dr-main li:nth-child(8) { animation-delay: 0.24s; }
.drawer-open .dr-main li:nth-child(9) { animation-delay: 0.27s; }
.drawer-open .dr-chips { animation-delay: 0.3s; } .drawer-open .dr-cta { animation-delay: 0.34s; }
@media (prefers-reduced-motion: reduce) { .drawer-open .drawer, .drawer-open .dr-main li, .drawer-open .dr-eyebrow, .drawer-open .dr-chips, .drawer-open .dr-cta { animation: none; } }
.drawer-open { overflow: hidden; }
.drawer-open .hdr-in { background: rgba(36, 44, 27, 0.6); border-color: var(--line-dark); }
.drawer-open .brand, .drawer-open .hdr-phone, .drawer-open .cart-btn { color: var(--ivory); }
.drawer-open .brand svg.mark { color: var(--sage-light); }
.drawer-open .brand-txt small { color: var(--sage-light); }
.drawer-open .burger span { background: var(--ivory); }
@media (max-width: 1120px) {
.nav { display: none; }
.burger { display: block; }
.hdr-cta .btn, .hdr-phone span { display: none; }
.hdr-cta { margin-left: auto; }
}
@media (max-width: 400px) { .brand-txt { font-size: 1.16rem; } }
.crumbs { max-width: var(--wrap); margin-inline: auto; padding: 104px clamp(18px, 4vw, 32px) 0; font-size: 0.84rem; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; padding: 0; color: var(--smoke); align-items: center; }
.crumbs li + li::before { content: '/'; margin-right: 6px; color: #C9C3B2; }
.crumbs a { color: var(--smoke); display: inline-flex; align-items: center; min-height: 24px; margin-block: -4px; }
.hero { position: relative; min-height: min(92vh, 960px); display: flex; align-items: flex-end; color: #fff; overflow: hidden; background: var(--pine); }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img.hero-slide {
position: absolute; inset: 0; width: 100%; height: 100%;
object-fit: cover; object-position: 50% 50%;
opacity: 0; transition: opacity 1.6s ease;
animation: heroZoom 18s var(--ease-out) forwards;
}
.hero-bg img.hero-slide.on { opacity: 1; }
.hero-bg img.hero-slide.alt-zoom { animation: heroZoomOut 18s var(--ease-out) forwards; }
.hero-video {
position: absolute; inset: 0; width: 100%; height: 100%;
object-fit: cover; object-position: 50% 50%;
opacity: 0; transition: opacity 1.4s ease;
}
.hero-video.on { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .hero-video { display: none !important; } }
@keyframes heroZoom { from { transform: scale(1); } to { transform: scale(1.045); } }
@keyframes heroZoomOut { from { transform: scale(1.045); } to { transform: scale(1); } }
.hero-shimmer { position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; }
.hero-shimmer::before {
content: ''; position: absolute; top: -20%; bottom: -20%; left: 0; width: 55%;
background: linear-gradient(100deg, transparent 20%, rgba(255, 246, 224, 0.14) 50%, transparent 80%);
transform: translateX(-130%) skewX(-14deg);
animation: heroSweep 2.6s ease-out 0.9s 1 both;
will-change: transform;
}
@keyframes heroSweep { from { transform: translateX(-130%) skewX(-14deg); } to { transform: translateX(320%) skewX(-14deg); } }
.hero-dust { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hero-dust span {
position: absolute; bottom: -12px; width: 5px; height: 5px; border-radius: 50%;
background: radial-gradient(circle at 35% 35%, rgba(255, 247, 226, 0.9), rgba(243, 230, 194, 0.25) 70%);
opacity: 0; filter: blur(0.4px);
animation: dustRise 11s linear infinite;
}
.hero-dust span:nth-child(odd) { width: 3px; height: 3px; }
.hero-dust span:nth-child(3n) { background: radial-gradient(circle at 35% 35%, rgba(210, 226, 184, 0.85), rgba(188, 211, 154, 0.2) 70%); }
@keyframes dustRise {
0% { transform: translateY(0); opacity: 0; }
8% { opacity: 0.5; }
60% { opacity: 0.3; }
100% { transform: translateY(-92vh) translateX(18px); opacity: 0; }
}
.hero-est { margin-bottom: 18px; }
.hero-est .est-badge {
box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
animation: stampIn 0.7s cubic-bezier(0.2, 1.4, 0.35, 1) 0.25s both;
}
@keyframes stampIn {
0% { opacity: 0; transform: scale(1.65) rotate(-5deg); }
62% { opacity: 1; transform: scale(0.96) rotate(0.8deg); }
100% { opacity: 1; transform: scale(1) rotate(0deg); }
}
.hero-rot { margin-top: 20px; font-size: clamp(1.25rem, 1.05rem + 1.5vw, 2.1rem); line-height: 1.3; }
.hr-lead { color: rgba(255, 255, 255, 0.88); font-weight: 300; letter-spacing: 0.01em; }
.hr-words { display: inline-grid; vertical-align: top; text-align: left; margin-left: 0.35em; }
.hr-w {
grid-area: 1 / 1; white-space: normal;
font-family: var(--font-display); font-style: italic; font-weight: 500;
color: var(--sage-light); text-shadow: 0 1px 16px rgba(0, 0, 0, 0.35);
opacity: 0; transform: translateY(0.45em); visibility: hidden;
transition: opacity 0.55s ease, transform 0.55s var(--ease-out), visibility 0s linear 0.55s;
}
.hr-w.is-on { opacity: 1; transform: none; visibility: visible; transition-delay: 0.12s, 0.12s, 0s; }
.hero-bg::after {
content: ''; position: absolute; inset: 0;
background: linear-gradient(to top, rgba(24, 29, 17, 0.93) 0%, rgba(24, 29, 17, 0.55) 36%, rgba(24, 29, 17, 0.22) 64%, rgba(24, 29, 17, 0.38) 100%);
}
.hero-plain { background: radial-gradient(1100px 640px at 82% -10%, rgba(188, 211, 154, 0.16), transparent 65%), var(--pine); }
.hero-in { position: relative; z-index: 2; width: 100%; padding-block: clamp(128px, 17vh, 190px) clamp(40px, 6vh, 72px); }
.hero .eyebrow { color: var(--sage-light); text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45); }
.hero h1 {
font-size: var(--fs-hero); font-weight: 560; color: #fff;
line-height: 0.98; letter-spacing: 0; max-width: 14ch;
text-shadow: 0 2px 30px rgba(0, 0, 0, 0.28);
}
.hero h1 .accent { color: var(--sage-light); font-style: italic; font-weight: 500; }
.hero h1 .hw { display: inline-block; opacity: 0; transform: translateY(0.55em); animation: heroWord 0.9s var(--ease-out) forwards; }
@keyframes heroWord { to { opacity: 1; transform: none; } }
.hero .lede { color: rgba(255, 255, 255, 0.88); margin-top: 22px; max-width: 54ch; }
.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.hero-cta > .btn { flex: 1 1 220px; justify-content: center; max-width: 420px; padding: 14px 24px; font-size: 1.02rem; }
.hero .btn-cta { background: var(--ivory); color: var(--pine); }
.hero .btn-cta:hover { background: var(--butter); }
.hero .btn-ghost { border-color: rgba(255, 255, 255, 0.42); color: #fff; }
.hero .btn-ghost:hover { border-color: var(--sage-light); color: var(--sage-light); }
.hero-note { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 10px 26px; color: rgba(255, 255, 255, 0.82); font-size: 0.92rem; }
.hero-note strong { color: #fff; }
.hero-note > span { display: inline-flex; align-items: center; gap: 7px; }
@media (prefers-reduced-motion: reduce) {
.hero-bg img { animation: none; transform: none; }
.hero h1 .hw { animation: none; opacity: 1; transform: none; }
.hero-shimmer, .hero-dust { display: none; }
.hero-est .est-badge { animation: none; }
.hr-w { transition: none; }
}
.stars { color: var(--gold); display: inline-flex; gap: 1px; }
.stars svg { width: 1em; height: 1em; }
.marquee { position: relative; z-index: 3; background: var(--sage-tint); color: var(--sage-dark); overflow: hidden; padding-block: 12px; border-block: 1px solid rgba(78, 107, 51, 0.18); }
.mq-track { display: flex; gap: 0; width: max-content; animation: mq 38s linear infinite; }
.marquee:hover .mq-track { animation-play-state: paused; }
.mq-track > span { display: inline-flex; align-items: center; gap: 12px; padding-inline: 18px; font-family: var(--font-label); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; }
.mq-track > span::after { content: '❖'; font-size: 0.6em; opacity: 0.5; }
@keyframes mq { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .mq-track { animation: none; } }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 3vw, 40px); }
.stat { position: relative; padding-top: 18px; }
.stat::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: var(--ink); transform-origin: left; }
.stat:first-child::before { background: var(--sage); }
html.js .stat.rv::before { transform: scaleX(0); transition: transform 0.8s var(--ease-out) 0.15s; }
html.js .stat.rv.in::before { transform: scaleX(1); }
.stat b {
display: block; font-family: var(--font-display); font-weight: 500;
font-size: clamp(2.7rem, 1.7rem + 4vw, 5.2rem); line-height: 1; color: var(--ink);
font-variant-numeric: tabular-nums;
}
.stat p { color: var(--smoke); margin-top: 8px; font-size: 0.96rem; max-width: 26ch; }
@media (max-width: 860px) { .stats-grid { grid-template-columns: 1fr 1fr; } }
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.bento-card {
position: relative; display: flex; flex-direction: column; justify-content: flex-end;
min-height: 230px; padding: 26px; border-radius: var(--r-lg); overflow: hidden;
background: var(--white); border: 1px solid var(--line);
text-decoration: none; color: var(--ink);
transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}
.bento-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.bento-card h3 { font-size: clamp(1.4rem, 1.2rem + 1vw, 2rem); margin-bottom: 8px; }
.bento-card p { color: var(--smoke); font-size: 0.97rem; max-width: 46ch; }
.bento-card .svc-go { margin-top: 16px; }
.b-lg { grid-column: span 4; grid-row: span 2; min-height: 460px; }
.b-lg h3 { font-size: clamp(1.8rem, 1.4rem + 2vw, 2.9rem); }
.b-md { grid-column: span 2; }
.b-wide { grid-column: span 6; min-height: 250px; }
.b-dark { background: var(--pine); border: 0; color: var(--ivory); }
.b-dark h3 { color: #fff; } .b-dark p { color: var(--mist); }
.b-tint { background: var(--sage-tint); border-color: rgba(78, 107, 51, 0.14); }
.b-butter { background: var(--butter); border: 0; }
.svc-ic { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: rgba(78, 107, 51, 0.1); color: var(--sage-deep); margin-bottom: auto; }
.svc-ic svg { width: 26px; height: 26px; }
.b-dark .svc-ic { background: rgba(188, 211, 154, 0.14); color: var(--sage-light); }
.b-photo { color: #fff; border: 0; background: var(--pine); isolation: isolate; min-height: 300px; }
.b-photo > * { position: relative; z-index: 2; }
.b-photo h3 { color: #fff; }
.b-photo p { color: rgba(255, 255, 255, 0.92); }
.b-photo .b-img { position: absolute; inset: 0; z-index: 0; background: var(--pine-2); }
.b-photo .b-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease-out); }
.b-photo:hover .b-img img { transform: scale(1.045); }
.b-photo::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(24, 29, 17, 0.35), rgba(24, 29, 17, 0.05) 45%, transparent 70%); }
.b-photo .svc-ic { background: rgba(255, 255, 255, 0.15); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); color: var(--sage-light); }
.b-txt { display: block; }
.b-photo .b-txt {
margin: 10px -26px -26px; padding: 12px 26px 16px;
background: linear-gradient(to top, rgba(24, 29, 17, 0.6), rgba(24, 29, 17, 0.38));
-webkit-backdrop-filter: blur(18px) saturate(1.2); backdrop-filter: blur(18px) saturate(1.2);
border-top: 1px solid rgba(255, 255, 255, 0.16);
border-radius: 0 0 var(--r-lg) var(--r-lg);
transition: background-color 0.3s;
}
.b-photo .b-txt h3 { margin-bottom: 3px; }
.b-photo .b-txt p {
font-size: 0.9rem; line-height: 1.45;
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.b-photo .b-txt .svc-go { margin-top: 8px; font-size: 0.9rem; }
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
.b-photo .b-txt { background: linear-gradient(to top, rgba(24, 29, 17, 0.94), rgba(24, 29, 17, 0.86)); }
}
.b-photo .b-txt h3, .b-photo .b-txt p { text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55); }
.svc-go { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: 0.94rem; color: inherit; }
.svc-go svg { transition: transform 0.25s var(--ease-out); }
.bento-card:hover .svc-go svg, .g-card:hover .svc-go svg, .town-card:hover .svc-go svg { transform: translateX(5px); }
@media (max-width: 980px) { .bento { grid-template-columns: 1fr 1fr; } .b-lg { grid-column: span 2; min-height: 380px; } .b-md { grid-column: span 1; } .b-wide { grid-column: span 2; } }
@media (max-width: 620px) { .bento { grid-template-columns: 1fr; } .b-lg, .b-md, .b-wide { grid-column: span 1; } .bento-card { min-height: 190px; } }
.itable-wrap { margin-block: 20px 8px; border: 1px solid var(--line); border-radius: var(--r); background: var(--white); overflow-x: auto; overflow-y: hidden; }
.itable-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding: 20px 22px 4px; }
.itable-head h2, .itable-head h3 { font-size: 1.45rem; }
.itable-head p { color: var(--smoke); font-size: 0.92rem; max-width: 60ch; }
.itable { width: 100%; border-collapse: collapse; font-size: 0.97rem; }
.itable th { text-align: left; font-family: var(--font-label); font-size: 0.64rem; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; color: var(--smoke); padding: 14px 22px 8px; border-bottom: 1px solid var(--line); }
.itable td { padding: 11px 22px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.itable tr:last-child td { border-bottom: 0; }
.itable tbody tr { transition: background-color 0.15s; }
.itable tbody tr:hover { background: var(--ivory); }
.it-name { font-weight: 600; }
.it-note { color: var(--smoke); font-size: 0.88rem; font-weight: 400; display: block; }
.it-price { white-space: nowrap; font-variant-numeric: tabular-nums; font-weight: 700; color: var(--sage-dark); text-align: right; }
.it-price small { font-weight: 500; color: var(--smoke); font-size: 0.8rem; }
td.it-add { text-align: right; width: 1%; }
@media (max-width: 620px) {
.itable th:nth-child(2), .itable td.it-price { text-align: left; }
.itable th, .itable td { padding-inline: 14px; }
.itable-head { padding-inline: 14px; }
}
.it-photo { width: 1%; padding-right: 0 !important; }
.it-ph {
display: grid; place-items: center; width: 56px; height: 56px; padding: 0;
border: 1px solid var(--line); border-radius: 10px; overflow: hidden;
background: var(--white); cursor: zoom-in;
transition: transform 0.2s var(--ease-out), box-shadow 0.2s;
}
.it-ph:hover { transform: scale(1.06); box-shadow: var(--shadow-sm); }
.it-ph img { width: 100%; height: 100%; object-fit: cover; }
.it-ph-empty { background: var(--ivory-2); color: #C9C3B2; cursor: default; }
.it-ph-empty:hover { transform: none; box-shadow: none; }
.it-ph-empty svg { width: 22px; height: 22px; }
@media (max-width: 480px) { .it-ph { width: 44px; height: 44px; } }
@media print { .it-ph { display: none; } .it-photo { display: none; } }
.pkg-ph { margin: -26px -26px 18px; border-radius: var(--r-lg) var(--r-lg) 0 0; overflow: hidden; background: var(--ivory-2); }
.pkg-ph img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 0; }
.add-btn {
display: inline-flex; align-items: center; justify-content: center; gap: 7px;
min-height: 40px; padding: 8px 16px; border-radius: 999px; cursor: pointer;
background: var(--sage-tint); color: var(--sage-dark); border: 1.5px solid transparent;
font-weight: 700; font-size: 0.88rem; white-space: nowrap;
transition: background-color 0.2s, color 0.2s, transform 0.2s var(--ease-out);
}
.add-btn:hover { background: var(--sage-deep); color: #fff; }
.add-btn:active { transform: scale(0.96); }
.add-btn.added { background: var(--pine); color: var(--sage-light); }
.add-btn svg { width: 15px; height: 15px; }
.pricing-tools {
position: sticky; top: 78px; z-index: 40;
background: var(--ivory); padding-block: 10px 12px; margin-inline: -8px; padding-inline: 8px;
border-bottom: 1px solid var(--line);
}
.print-nap { display: none; }
.gal-grid button.gal-open { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
.gal-grid button.gal-open img { border-radius: 0; }
.filter-bar { display: grid; gap: 8px; max-width: 560px; }
.filter-bar input {
width: 100%; font: inherit; font-size: 1.05rem; color: var(--ink); background: var(--white);
border: 1.5px solid #948F81; border-radius: 999px; padding: 14px 22px; min-height: 52px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236F6B63' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4.5-4.5'/%3E%3C/svg%3E");
background-repeat: no-repeat; background-position: right 18px center; background-size: 20px;
}
.filter-bar input:focus-visible { outline: 3px solid transparent; border-color: var(--sage-deep); box-shadow: var(--ring); }
.filter-count { font-size: 0.9rem; color: var(--smoke); min-height: 1.2em; margin-left: 8px; }
.itable tbody tr[hidden], .itable-wrap[hidden] { display: none; }
.fabric { margin-block: 34px; }
.fabric-head { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 6px; }
.fabric-head h3 { font-size: 1.6rem; }
.fabric-head .tag { transform: translateY(-2px); }
.fabric > p { color: var(--smoke); max-width: 70ch; margin-bottom: 16px; }
.swatches { display: grid; grid-template-columns: repeat(auto-fill, minmax(118px, 1fr)); gap: 10px; list-style: none; padding: 0; }
.swatch { display: grid; gap: 7px; font-size: 0.8rem; line-height: 1.25; color: var(--ink); }
.sw-chip { width: 100%; aspect-ratio: 5 / 3; border-radius: var(--r-sm); border: 1px solid rgba(46, 44, 40, 0.14); box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35); background: var(--c, #EEE); }
.swatch b { font-weight: 600; }
.sw-note { display: block; margin-top: 26px; font-size: 0.88rem; color: var(--smoke); max-width: 72ch; }
.sw-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-block: 4px 22px; }
.sw-filter button {
padding: 9px 15px; min-height: 40px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--white);
font-size: 0.88rem; font-weight: 600; color: var(--smoke); cursor: pointer; transition: all 0.2s;
}
.sw-filter button:hover { border-color: var(--sage-deep); color: var(--sage-dark); }
.sw-filter button[aria-pressed="true"] { background: var(--pine); border-color: var(--pine); color: var(--ivory); }
.swatch[hidden] { display: none; }
.chart-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); background: var(--white); margin-block: 22px; }
.chart { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 0.95rem; }
.chart th { position: sticky; top: 0; background: var(--pine); color: var(--ivory); text-align: left; font-weight: 600; font-size: 0.85rem; padding: 12px 16px; }
.chart th:first-child { border-top-left-radius: var(--r); }
.chart th:last-child { border-top-right-radius: var(--r); }
.chart td { padding: 11px 16px; border-bottom: 1px solid var(--line); font-variant-numeric: tabular-nums; }
.chart tbody tr:nth-child(even) { background: var(--ivory); }
.chart tbody tr:last-child td { border-bottom: 0; }
.chart td:first-child { font-weight: 700; }
.calc {
background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--sage);
border-radius: var(--r-lg); padding: clamp(22px, 3.4vw, 36px); margin-block: 30px;
box-shadow: var(--shadow-sm);
}
.calc h2, .calc h3 { margin-bottom: 6px; }
.calc > p { color: var(--smoke); font-size: 0.95rem; margin-bottom: 18px; }
.calc-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: end; }
.calc-row label { display: grid; gap: 6px; font-size: 0.86rem; font-weight: 700; flex: 1 1 180px; min-width: 0; }
.calc-row select, .calc-row input[type=number] {
width: 100%; font: inherit; font-size: 1rem; color: var(--ink); background: var(--white);
border: 1.5px solid #948F81; border-radius: var(--r-sm); padding: 12px 14px; min-height: 48px;
}
.calc-row select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236F6B63' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; background-size: 18px; padding-right: 40px; }
.calc-row select:focus-visible, .calc-row input:focus-visible { outline: 3px solid transparent; border-color: var(--sage-deep); box-shadow: var(--ring); }
.calc-out { margin-top: 20px; padding: 18px 20px; border-radius: var(--r); background: var(--sage-tint); display: none; }
.calc-out.on { display: block; }
.calc-out h4 { font-family: var(--font-body); font-size: 1.02rem; font-weight: 700; margin-bottom: 6px; }
.calc-out ul { margin: 8px 0 0; padding-left: 1.1em; }
.calc-out li { margin-block: 3px; }
.calc-out .calc-big { font-family: var(--font-display); font-size: 1.7rem; font-weight: 600; color: var(--sage-dark); }
.calc-out .add-btn { margin-top: 14px; }
.calc-note { font-size: 0.85rem; color: var(--smoke); margin-top: 12px; }
.pkg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr)); gap: 18px; }
.pkg { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out); }
.pkg:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pkg-head h2 { font-size: clamp(1.5rem, 1.3rem + 1vw, 2rem); margin-block: 10px 8px; }
.pkg-head p { color: var(--smoke); font-size: 0.96rem; }
.pkg-items { width: 100%; border-collapse: collapse; margin-block: 16px 0; font-size: 0.94rem; }
.pkg-items td { padding: 8px 6px; border-bottom: 1px solid var(--line); }
.pkg-items tr:last-child td { border-bottom: 0; }
.pkg-qty { width: 1%; white-space: nowrap; font-weight: 700; color: var(--sage-dark); font-variant-numeric: tabular-nums; }
.pkg-line { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; color: var(--smoke); }
.pkg-total { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-top: auto; padding-top: 16px; border-top: 2px solid var(--sage-tint); }
.pkg-total b { display: block; font-family: var(--font-display); font-size: 1.9rem; font-weight: 600; color: var(--sage-dark); font-variant-numeric: tabular-nums; }
.pkg-total small { display: block; color: var(--smoke); font-size: 0.8rem; max-width: 30ch; }
.pkg-note { margin-top: 14px; font-size: 0.88rem; color: var(--smoke); border-left: 3px solid var(--sage); padding-left: 12px; }
.cart-list { list-style: none; padding: 0; display: grid; gap: 10px; margin-block: 8px 22px; }
.cart-item {
display: grid; grid-template-columns: 1fr auto auto; gap: 8px 16px; align-items: center;
background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 14px 18px;
}
.cart-item b { font-weight: 600; }
.cart-item .ci-cat { display: block; font-size: 0.8rem; color: var(--smoke); font-weight: 400; }
.ci-qty { display: inline-flex; align-items: center; gap: 2px; }
.ci-qty button {
width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px;
border: 1px solid var(--line); background: var(--ivory); cursor: pointer; font-weight: 700; font-size: 1rem; color: var(--ink);
}
.ci-qty button:hover { background: var(--sage-tint); border-color: var(--sage-deep); }
.ci-qty input { width: 56px; min-height: 34px; text-align: center; font: inherit; border: 1px solid var(--line); border-radius: 8px; padding: 4px; font-variant-numeric: tabular-nums; }
.ci-x { background: none; border: 0; cursor: pointer; color: var(--smoke); padding: 8px; min-width: 40px; min-height: 40px; border-radius: 8px; }
.ci-x:hover { color: #8E3229; background: #FCEEEC; }
.cart-empty { background: var(--ivory-2); border: 1px dashed #C9C3B2; border-radius: var(--r); padding: 26px; color: var(--smoke); }
.cart-empty a { font-weight: 700; }
@media (max-width: 560px) { .cart-item { grid-template-columns: 1fr auto; } .cart-item .ci-qty { grid-row: 2; } }
.cart-toast {
position: fixed; right: 16px; bottom: calc(20px + env(safe-area-inset-bottom, 0px)); z-index: 110;
display: flex; align-items: center; gap: 12px;
background: var(--pine); color: var(--ivory); border-radius: 14px; padding: 13px 16px;
box-shadow: var(--shadow-lg); font-size: 0.93rem;
opacity: 0; transform: translateY(12px); pointer-events: none;
visibility: hidden;
transition: opacity 0.3s, transform 0.3s var(--ease-out), visibility 0s linear 0.3s;
}
.cart-toast.on { opacity: 1; transform: none; pointer-events: auto; visibility: visible; transition-delay: 0s; }
.cart-toast a { color: var(--sage-light); font-weight: 700; }
.reviews { background: var(--ivory-2); border-block: 1px solid var(--line); padding-block: clamp(44px, 6.5vw, 84px); }
.rev-scroll {
display: grid; grid-auto-flow: column; grid-auto-columns: min(360px, 82vw);
gap: 16px; margin-top: 30px; overflow-x: auto; overflow-y: hidden; touch-action: pan-x; overscroll-behavior-x: contain;
scroll-snap-type: x mandatory; padding: 4px 4px 16px;
scrollbar-width: thin; scrollbar-color: var(--sage) transparent;
}
.rev-scroll .rev-card { scroll-snap-align: start; }
.ts-wrap { position: relative; }
.ts-nav {
position: absolute; top: 50%; transform: translateY(-50%); z-index: 5;
display: none; place-items: center; width: 46px; height: 46px; border-radius: 50%;
background: var(--pine); color: var(--sage-light); border: 1px solid rgba(255, 255, 255, 0.15);
cursor: pointer; box-shadow: var(--shadow); transition: opacity 0.2s, transform 0.2s var(--ease-out);
}
.ts-nav:hover { transform: translateY(-50%) scale(1.08); }
.ts-nav svg { width: 20px; height: 20px; }
.ts-prev { left: -12px; } .ts-prev svg { transform: rotate(180deg); }
.ts-next { right: -12px; }
.ts-nav.off { opacity: 0.2; pointer-events: none; }
@media (min-width: 701px) { .ts-nav { display: grid; } }
.rev-card { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 30px 26px 24px; }
.rev-card::before { content: '“'; position: absolute; top: 16px; left: 20px; font-family: var(--font-display); font-size: 3.4rem; font-weight: 500; line-height: 0.6; color: var(--sage); }
.rev-card blockquote { padding-top: 10px; font-family: var(--font-display); font-weight: 540; font-size: clamp(1.2rem, 1.08rem + 0.5vw, 1.5rem); color: var(--ink); line-height: 1.3; }
.rev-card figcaption { margin-top: 14px; font-family: var(--font-label); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--smoke); }
.badge-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.gchip { display: inline-grid; place-items: center; width: 1.7em; height: 1.7em; background: #fff; border: 1px solid var(--line); border-radius: 50%; vertical-align: -0.45em; }
.gchip svg { width: 1em; height: 1em; }
.pchip { border-radius: 7px; overflow: hidden; border: 0; }
.pchip img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }
.tb-ratings { display: inline-flex; align-items: center; gap: 7px; }
.tb-ratings strong { color: #fff; }
.tbadge {
display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px; border-radius: var(--r-sm);
background: var(--white); border: 1px solid var(--line); text-decoration: none; color: var(--ink); font-size: 0.92rem;
transition: transform 0.2s var(--ease-out), box-shadow 0.2s;
}
.tbadge:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.tbadge b { font-size: 1.06rem; }
.tbadge .stars { font-size: 0.85em; }
.tbadge small { color: var(--smoke); }
.pairs { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 16px; }
.pair-card {
display: flex; flex-direction: column; text-decoration: none; color: var(--ink);
background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}
.pair-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); color: var(--ink); }
.pair-ph { display: block; overflow: hidden; background: var(--ivory-2); }
.pair-ph img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform 0.6s var(--ease-out); }
.pair-card:hover .pair-ph img { transform: scale(1.045); }
.pair-body { display: flex; flex-direction: column; flex: 1; padding: 18px 20px 20px; }
.pair-body b { font-family: var(--font-display); font-weight: 600; font-size: 1.35rem; margin-bottom: 6px; }
.pair-body p { color: var(--smoke); font-size: 0.93rem; font-style: italic; }
.pair-body .svc-go { margin-top: auto; padding-top: 12px; font-size: 0.9rem; }
.pair-card:hover .svc-go svg { transform: translateX(5px); }
.pair-rail { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 12px; margin-top: 14px; }
.pr-tile {
display: flex; align-items: center; gap: 14px; text-decoration: none; color: var(--ink);
background: var(--sage-tint); border: 1px solid rgba(78, 107, 51, 0.14); border-radius: var(--r);
padding: 14px 18px; transition: transform 0.25s var(--ease-out), box-shadow 0.25s;
}
.pr-tile:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); color: var(--ink); }
.pr-tile > svg:first-child { width: 24px; height: 24px; flex: none; color: var(--sage-dark); }
.pr-tile > svg:last-child { width: 16px; height: 16px; flex: none; margin-left: auto; color: var(--sage-dark); transition: transform 0.25s var(--ease-out); }
.pr-tile:hover > svg:last-child { transform: translateX(4px); }
.pr-tile small { display: block; font-family: var(--font-label); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage-dark); }
.pr-tile b { font-weight: 700; font-size: 0.98rem; line-height: 1.3; }
.pr-guide { background: var(--butter); border-color: rgba(46, 44, 40, 0.12); }
.pr-guide > svg:first-child, .pr-guide small, .pr-guide > svg:last-child { color: #7A5E29; }
.compass {
display: grid; gap: 14px;
grid-template-columns: 1fr 1.3fr 1fr;
grid-template-areas: "nw n ne" "w c e" "sw s se";
}
.cp-n { grid-area: n; } .cp-s { grid-area: s; } .cp-e { grid-area: e; } .cp-w { grid-area: w; } .cp-c { grid-area: c; }
.cp-nw { grid-area: nw; } .cp-ne { grid-area: ne; } .cp-sw { grid-area: sw; } .cp-se { grid-area: se; }
.cp-card {
background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg);
padding: 22px 24px; transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}
.cp-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.cp-eyebrow { font-family: var(--font-label); font-size: 0.66rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--smoke); margin-bottom: 8px; }
.cp-eyebrow b { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 6px; border-radius: 50%; background: var(--sage-tint); color: var(--sage-dark); font-size: 0.72rem; }
.cp-card h3 { font-size: clamp(1.35rem, 1.2rem + 0.7vw, 1.7rem); font-style: italic; font-weight: 500; margin-bottom: 10px; }
.cp-towns { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.cp-towns a { display: inline-flex; align-items: center; min-height: 28px; font-weight: 600; font-size: 0.95rem; text-decoration: none; color: var(--ink); border-bottom: 1.5px solid var(--sage); }
.cp-towns a:hover { color: var(--sage-dark); border-bottom-color: var(--sage-dark); }
.cp-note { margin-top: 12px; font-size: 0.85rem; color: var(--smoke); }
.cp-c { background: var(--pine); border: 0; color: var(--mist); display: flex; flex-direction: column; }
.cp-c h3 { font-size: clamp(2rem, 1.6rem + 2vw, 3rem); font-style: normal; }
.cp-c h3 a { color: #fff; text-decoration: none; }
.cp-c h3 a:hover { color: var(--sage-light); }
.cp-c .cp-eyebrow-light { color: var(--sage-light); }
.cp-c .cp-eyebrow-light b { background: rgba(188, 211, 154, 0.16); color: var(--sage-light); }
.cp-home { font-size: 0.92rem; margin-bottom: 12px; }
.cp-towns-light { margin-top: auto; }
.cp-towns-light a { color: var(--ivory); border-bottom-color: rgba(188, 211, 154, 0.45); }
.cp-towns-light a:hover { color: var(--sage-light); border-bottom-color: var(--sage-light); }
.cp-orn { display: grid; place-items: end; justify-items: end; padding: 0 10px 10px 0; color: var(--sage); opacity: 0.55; }
.cp-orn svg { width: 74px; height: 74px; }
.cp-mini {
display: flex; align-items: center; gap: 12px; align-self: stretch; justify-self: stretch;
background: var(--sage-tint); border: 1px solid rgba(78, 107, 51, 0.14); border-radius: var(--r);
padding: 16px 18px; font-size: 0.88rem; color: var(--ink); line-height: 1.4;
}
.cp-mini svg { width: 24px; height: 24px; flex: none; color: var(--sage-dark); }
.cp-mini b { font-weight: 700; }
.cp-link { text-decoration: none; transition: transform 0.25s var(--ease-out), box-shadow 0.25s; }
.cp-link:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); color: var(--ink); }
.cp-link .svc-go svg, .cp-link span svg { width: 14px; height: 14px; }
@media (max-width: 980px) {
.compass { grid-template-columns: 1fr; grid-template-areas: "c" "n" "e" "s" "w" "ne" "se"; }
.cp-nw, .cp-sw { display: none; }
}
.chips { display: flex; flex-wrap: wrap; gap: 9px; margin-block: 18px; padding: 0; }
.chip {
display: inline-block; padding: 10px 16px; border-radius: 10px;
background: rgba(46, 44, 40, 0.05);
border: 1px solid rgba(46, 44, 40, 0.1);
text-decoration: none; font-weight: 600; font-size: 0.94rem; color: var(--ink);
transition: transform 0.2s var(--ease-out), border-color 0.2s, background-color 0.2s, color 0.2s;
}
.chip:hover { background: var(--pine); border-color: var(--pine); color: #fff; transform: translateY(-2px); }
.chip-all { background: var(--pine); color: var(--sage-light); border-color: var(--pine); }
.chip-all:hover { background: var(--sage-dark); color: #fff; }
.steps { list-style: none; padding: 0; display: grid; gap: 14px; margin-top: 28px; max-width: 860px; }
.steps li { display: flex; gap: 18px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 24px; }
.step-n {
flex: 0 0 46px; height: 46px; display: grid; place-items: center; border-radius: 50%;
background: var(--sage-tint); color: var(--sage-dark); font-weight: 600; font-family: var(--font-display); font-size: 1.3rem;
}
.steps h3 { margin-bottom: 5px; font-size: 1.2rem; }
.steps p { color: var(--smoke); font-size: 0.97rem; }
.faq { padding-block: clamp(36px, 5vw, 64px); }
.faq h2 { margin-bottom: 22px; }
.faq-i { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-sm); margin-bottom: 10px; overflow: hidden; transition: border-color 0.2s; }
.faq-i[open] { border-color: var(--sage-deep); }
.faq-i summary { cursor: pointer; padding: 18px 52px 18px 22px; font-weight: 700; color: var(--ink); list-style: none; position: relative; }
.faq-i summary::-webkit-details-marker { display: none; }
.faq-i summary::after {
content: ''; position: absolute; right: 20px; top: 50%; width: 12px; height: 12px;
border-right: 2px solid var(--sage-deep); border-bottom: 2px solid var(--sage-deep);
transform: translateY(-70%) rotate(45deg); transition: transform 0.3s var(--ease-out);
}
.faq-i[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.faq-a { padding: 0 22px 20px; color: var(--smoke); }
.faq-a p { margin-block: 0.5em; }
:root { interpolate-size: allow-keywords; }
.faq-i::details-content {
height: 0; overflow: clip; opacity: 0; transform: translateY(-4px);
transition: height 0.32s var(--ease-out), opacity 0.24s var(--ease-out), transform 0.32s var(--ease-out), content-visibility 0.32s allow-discrete;
}
.faq-i[open]::details-content { height: auto; opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .faq-i::details-content { transition: none; } }
.cta-band { position: relative; background: var(--pine); color: var(--mist); overflow: hidden; }
.cta-band::before { content: ''; position: absolute; width: 640px; height: 640px; left: -180px; bottom: -320px; background: radial-gradient(closest-side, rgba(188, 211, 154, 0.12), transparent 70%); pointer-events: none; }
.cta-in { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px; padding-block: clamp(48px, 7vw, 88px); }
.cta-band h2 { color: #fff; font-size: clamp(2rem, 1.3rem + 3.4vw, 3.7rem); max-width: 22ch; }
.cta-band p { max-width: 54ch; margin-top: 12px; }
.cta-btns { display: flex; flex-wrap: wrap; gap: 14px; }
.prose { max-width: 74ch; }
.prose h1 { margin-bottom: 14px; }
.prose h2 { margin: 1.7em 0 0.55em; font-size: clamp(1.6rem, 1.3rem + 1.4vw, 2.25rem); }
.prose h3 { margin: 1.4em 0 0.4em; }
.prose p { margin-block: 0.9em; }
.prose p:first-of-type { margin-top: 0; }
.prose a { font-weight: 600; text-decoration-color: var(--sage); text-decoration-thickness: 1.5px; }
.prose a:hover { text-decoration-color: currentColor; }
.prose ul li::marker { color: var(--sage-deep); }
.prose table { width: 100%; border-collapse: collapse; font-size: 0.95rem; margin-block: 1.2em; }
.prose th { text-align: left; background: var(--sage-tint); color: var(--sage-dark); font-weight: 700; padding: 10px 14px; }
.prose td { padding: 9px 14px; border-bottom: 1px solid var(--line); font-variant-numeric: tabular-nums; }
.prose tbody tr:nth-child(even) { background: var(--ivory-2); }
.prose .table-scroll { overflow-x: auto; margin-block: 1.2em; border: 1px solid var(--line); border-radius: var(--r-sm); }
.prose .table-scroll table { margin: 0; min-width: 540px; }
.article .byline { display: flex; align-items: center; gap: 10px; color: var(--smoke); font-size: 0.92rem; border-bottom: 1px solid var(--line); padding-bottom: 20px; margin-bottom: 14px; }
.article .art-hero + p::first-letter, .article .art-hero + h2 + p::first-letter {
font-family: var(--font-display); font-weight: 600; font-size: 3.4em; line-height: 0.8;
float: left; padding: 8px 10px 0 0; color: var(--sage-deep);
}
.addr-note { font-size: 0.95rem; color: var(--smoke); border-left: 3px solid var(--sage); padding-left: 16px; }
.progressbar { position: fixed; top: 0; left: 0; height: 3px; width: 100%; transform: scaleX(0); transform-origin: left; background: var(--sage); z-index: 100; }
.pagehead { position: relative; background: var(--ivory); }
.ph-in { display: grid; gap: clamp(24px, 4vw, 60px); align-items: center; padding-block: clamp(24px, 3.2vw, 44px) clamp(28px, 4vw, 52px); }
.pagehead.has-img .ph-in { grid-template-columns: 1.05fr 0.95fr; }
.ph-txt h1 { margin-block: 6px 14px; }
.ph-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 26px; }
.ph-img { position: relative; }
.ph-img img { border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
.credit { font-size: 0.7rem; color: var(--smoke); margin-top: 8px; }
.credit a { padding-block: 6px; }
@media (max-width: 880px) { .pagehead.has-img .ph-in { grid-template-columns: 1fr; } }
.town-grid, .g-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(310px, 100%), 1fr)); gap: 16px; margin-block: 30px; }
.town-card, .g-card {
position: relative; display: block; background: var(--white); border: 1px solid var(--line); border-radius: var(--r);
padding: 24px; text-decoration: none; color: var(--ink); overflow: hidden;
transition: transform 0.32s var(--ease-out), box-shadow 0.32s var(--ease-out), border-color 0.2s;
}
.town-card:hover, .g-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); color: var(--ink); }
.town-card { padding: 0; display: flex; flex-direction: column; }
.town-ph-wrap { display: block; overflow: hidden; background: var(--ivory-2); }
.town-ph { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform 0.6s var(--ease-out); }
.town-card:hover .town-ph { transform: scale(1.045); }
.town-body { display: flex; flex-direction: column; flex: 1; padding: 20px 22px 22px; }
.town-body .svc-go { margin-top: auto; padding-top: 14px; }
.town-card h2, .g-card h2, .g-card h3 { margin-block: 10px 8px; font-size: 1.42rem; line-height: 1.2; }
.town-card p, .g-card p { color: var(--smoke); font-size: 0.96rem; }
.town-card .t-state { font-family: var(--font-label); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage-deep); }
.town-card .svc-go { margin-top: 15px; color: var(--ink); }
.g-card { display: flex; flex-direction: column; padding: 0; }
.g-body { display: flex; flex-direction: column; flex: 1; padding: 20px 22px 22px; }
.card-ph-wrap { display: block; overflow: hidden; background: var(--ivory-2); }
.card-ph { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform 0.6s var(--ease-out); }
.g-card:hover .card-ph { transform: scale(1.045); }
.art-hero { margin-block: 10px 26px; }
.art-hero img { border-radius: var(--r); box-shadow: var(--shadow); }
.g-date { font-family: var(--font-label); font-size: 0.66rem; letter-spacing: 0.13em; text-transform: uppercase; color: var(--sage-deep); }
.g-card .svc-go { margin-top: auto; padding-top: 16px; color: var(--ink); }
.tag { display: inline-block; padding: 4px 11px; border-radius: 999px; background: var(--ivory-2); font-family: var(--font-label); font-size: 0.62rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--smoke); }
.gal-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr)); gap: 14px; margin-block: 28px; }
.gal-grid figure { margin: 0; border-radius: var(--r); overflow: hidden; background: var(--ivory-2); position: relative; }
.gal-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 0.6s var(--ease-out); }
.gal-grid figure:hover img { transform: scale(1.04); }
.gal-grid figcaption {
position: absolute; inset: auto 0 0 0; padding: 26px 14px 10px; color: #fff; font-size: 0.85rem;
background: linear-gradient(to top, rgba(24, 29, 17, 0.78), transparent);
opacity: 0; transition: opacity 0.3s;
}
.gal-grid figure:hover figcaption { opacity: 1; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 24px; align-items: start; }
.contact-side { display: grid; gap: 20px; position: sticky; top: 96px; grid-column: 1; grid-row: 1; }
.contact-form { grid-column: 2; grid-row: 1; }
.contact-card { background: var(--pine); color: var(--mist); border-radius: var(--r-lg); padding: 32px; }
.contact-card h2 { color: #fff; font-size: 1.45rem; margin-bottom: 8px; }
.contact-card h2 + p { margin-bottom: 24px; }
.contact-big a { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 1.8rem; font-weight: 600; text-decoration: none; color: var(--sage-light); }
.contact-card a { color: var(--sage-light); }
.contact-next { background: var(--ivory-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; }
.contact-next h2 { font-size: 1.3rem; margin-bottom: 4px; }
@media (max-width: 880px) {
.contact-grid { grid-template-columns: minmax(0, 1fr); }
.contact-side { position: static; grid-column: auto; grid-row: auto; }
.contact-form { grid-column: auto; grid-row: auto; }
}
.contact-form { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(22px, 3.4vw, 38px); }
.cf-h { font-size: 1.7rem; margin-bottom: 6px; }
.cf-sub { color: var(--smoke); margin-bottom: 26px; font-size: 0.97rem; }
.lead-form { display: grid; gap: 18px; min-width: 0; }
.lf-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; }
.lf-field { display: grid; gap: 7px; min-width: 0; }
.lf-field label, .lf-checks legend { font-size: 0.86rem; font-weight: 700; color: var(--ink); }
.req { color: var(--sage-deep); }
.lead-form input[type=text], .lead-form input[type=tel], .lead-form input[type=email], .lead-form input[type=date],
.lead-form select, .lead-form textarea {
width: 100%; font: inherit; font-size: 1rem; color: var(--ink); background: var(--white);
border: 1.5px solid #948F81; border-radius: var(--r-sm); padding: 13px 15px; min-height: 48px;
transition: border-color 0.2s, box-shadow 0.2s;
}
.lead-form textarea { resize: vertical; min-height: 110px; }
.lead-form select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236F6B63' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; background-size: 18px; padding-right: 40px; }
.lead-form :is(input, select, textarea):focus-visible { outline: 3px solid transparent; border-color: var(--sage-deep); box-shadow: var(--ring); }
.lead-form :is(input, select, textarea):user-invalid { border-color: #B4453A; }
.lead-form ::placeholder { color: #6F6B63; opacity: 1; }
.lf-checks { border: 0; padding: 0; margin: 0; }
.lf-checks legend { padding: 0; margin-bottom: 10px; }
.lf-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.lf-chip { position: relative; }
.lf-chip input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.lf-chip span {
display: inline-flex; align-items: center; min-height: 44px; padding: 10px 16px;
border: 1.5px solid var(--line); border-radius: 999px; background: var(--ivory);
font-size: 0.9rem; font-weight: 600; color: var(--smoke); transition: all 0.2s;
}
.lf-chip input:checked + span { background: var(--pine); border-color: var(--pine); color: var(--sage-light); }
.lf-chip input:focus-visible + span { box-shadow: var(--ring); }
.lf-chip:hover span { border-color: var(--sage-deep); }
.lf-consent { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; font-size: 0.83rem; line-height: 1.55; color: var(--smoke); }
.lf-consent input { width: 24px; height: 24px; margin-top: 0; accent-color: var(--sage-deep); flex: none; }
.lf-consent input:user-invalid { outline: 2px solid #B4453A; outline-offset: 2px; }
.lf-consent:has(input:user-invalid) span { color: #8E3229; }
.lf-consent a { color: var(--sage-deep); font-weight: 600; }
.lf-gotcha { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lf-submit { display: grid; gap: 12px; justify-items: start; margin-top: 4px; min-width: 0; }
.lf-submit .btn { width: 100%; justify-content: center; white-space: normal; text-align: center; }
.lf-fine { font-size: 0.82rem; color: var(--smoke); }
.lead-form button[type=submit][disabled] { opacity: 0.6; cursor: progress; }
.form-status:empty { display: none; }
.form-status { font-size: 0.92rem; border-radius: var(--r-sm); padding: 13px 16px; }
.form-status.is-pending { background: var(--ivory-2); color: var(--smoke); }
.form-status.is-error { background: #FCEEEC; color: #8E3229; border: 1px solid #F0CFC9; }
.form-status.is-error a { color: #8E3229; }
.form-status:focus-visible { outline: 2px solid #B4453A; outline-offset: 3px; }
.form-done { padding: 14px 2px; }
.form-done:focus-visible { outline: 2px solid var(--sage-deep); outline-offset: 6px; border-radius: var(--r-sm); }
.form-done h3 { font-size: 1.6rem; margin-bottom: 10px; color: var(--sage-dark); }
.form-done-alt { margin-top: 14px; font-size: 0.93rem; color: var(--smoke); }
.qf-cart { border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--ivory); padding: 4px 16px 10px; }
.qf-cart p { font-size: 0.86rem; color: var(--smoke); margin-top: 8px; }
@media (max-width: 1024px) { .lf-row { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 620px) { .lf-row { grid-template-columns: 1fr; } }
.policy-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: 16px; margin-top: 28px; }
.policy { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; border-top: 3px solid var(--sage); }
.policy h3 { display: flex; align-items: center; gap: 9px; margin-bottom: 9px; font-size: 1.2rem; }
.policy h3 svg { color: var(--sage-deep); flex: 0 0 auto; }
.policy p { color: var(--smoke); font-size: 0.95rem; }
.nf { text-align: center; padding-block: clamp(120px, 16vw, 200px) clamp(80px, 10vw, 140px); }
.nf .chips { justify-content: center; }
.ftr { position: relative; background: var(--pine); color: var(--mist); overflow: hidden; }
.ftr::before { content: ''; position: absolute; width: 720px; height: 720px; right: -240px; top: -300px; background: radial-gradient(closest-side, rgba(188, 211, 154, 0.1), transparent 70%); pointer-events: none; }
.ftr a { color: var(--ivory); text-decoration: none; }
.ftr a:hover { color: var(--sage-light); }
.ftr-grid { position: relative; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; padding-block: clamp(48px, 6vw, 80px) 40px; }
.ftr-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; color: var(--ivory); }
.ftr-brand svg { width: 44px; height: 44px; color: var(--sage-light); }
.ftr-brand b { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; }
.ftr-brand small { display: block; font-family: var(--font-label); font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sage-light); margin-top: 3px; }
.ftr h2 { font-family: var(--font-label); font-weight: 500; font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sage-light); margin-bottom: 14px; }
.ftr ul { list-style: none; padding: 0; display: grid; gap: 1px; font-size: 0.95rem; }
.ftr ul a { display: inline-flex; align-items: center; min-height: 24px; padding-block: 3px; }
.ftr-base a, .ftr-credits a, .ftr-contact a { padding-block: 6px; }
:is(.prose, .sect-lede, .lede, .sh-side, .lf-consent span, .form-status, .g-date, .sw-note, .calc-note) a:not(.btn):not(.chip):not(.linkline) { padding-block: 5px; }
.ftr-contact { margin-top: 16px; line-height: 1.9; }
.ftr-contact a { font-weight: 700; }
.ftr-cols ul { columns: 2; column-gap: 18px; }
.ftr-cols ul li { break-inside: avoid; }
.ftr-mega {
font-family: var(--font-display); font-weight: 600; text-align: center; font-style: italic;
font-size: clamp(2.6rem, 10.5vw, 10rem); line-height: 0.9; letter-spacing: 0;
color: rgba(255, 255, 255, 0.05); user-select: none; pointer-events: none;
padding-top: 20px; margin-bottom: -0.14em; white-space: nowrap;
}
.ftr-base { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding-block: 20px; border-top: 1px solid var(--line-dark); font-size: 0.84rem; }
.ftr-base a, .ftr-credits a { text-decoration: underline; text-underline-offset: 3px; }
.ftr-credits { color: rgba(198, 201, 188, 0.75); }
@media (max-width: 900px) { .ftr-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .ftr-grid { grid-template-columns: 1fr; } }
.totop {
position: fixed; right: 18px; bottom: 100px; z-index: 60; width: 46px; height: 46px;
display: grid; place-items: center; border-radius: 50%; background: var(--pine); color: var(--sage-light);
border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: var(--shadow); text-decoration: none;
font-weight: 800; opacity: 0; pointer-events: none; transform: translateY(8px);
transition: opacity 0.25s, transform 0.25s var(--ease-out);
}
.totop.show { opacity: 1; pointer-events: auto; transform: none; }
.stickybar {
position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom, 0px)); z-index: 70; display: none;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px;
background: rgba(36, 44, 27, 0.9); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
border: 1px solid var(--line-dark); border-radius: 18px;
padding: 9px; box-shadow: var(--shadow-lg);
}
.stickybar a { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 13px 8px; border-radius: 12px; font-weight: 700; text-decoration: none; font-size: clamp(0.82rem, 3.6vw, 0.97rem); white-space: nowrap; min-height: 48px; }
.stickybar a svg { flex: none; }
.sb-call { background: rgba(255, 255, 255, 0.1); color: #fff; }
.sb-quote { background: var(--ivory); color: var(--pine); }
.sb-quote .sb-count { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; background: var(--sage-deep); color: #fff; font-size: 0.7rem; font-variant-numeric: tabular-nums; }
.sb-quote .sb-count[data-zero] { display: none; }
@media (max-width: 700px) {
.scrolled .stickybar { display: grid; animation: sbIn 0.35s var(--ease-out); }
.scrolled .totop { bottom: calc(92px + env(safe-area-inset-bottom, 0px)); width: 40px; height: 40px; }
.drawer-open .stickybar { display: none; }
.ftr-base { padding-bottom: calc(110px + env(safe-area-inset-bottom, 0px)); }
.cart-toast { bottom: calc(96px + env(safe-area-inset-bottom, 0px)); }
}
@keyframes sbIn { from { opacity: 0; transform: translateY(14px) } }
html.js .rv { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); transition-delay: var(--d, 0s); }
html.js .rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
html.js .rv { opacity: 1; transform: none; transition: none; }
html { scroll-behavior: auto; }
.mq-track, .hero-bg img, .hero h1 .hw { animation: none !important; }
* { transition-duration: 0.01ms !important; }
}
@supports (color: oklch(0% 0 0)) { :root { --sage: oklch(66% 0.1 128); --sage-light: oklch(83% 0.09 125); } }
@media (prefers-reduced-motion: no-preference) {
::view-transition-group(.vtimg) { overflow: clip; border-radius: var(--r); }
::view-transition-old(.vtimg), ::view-transition-new(.vtimg) { object-fit: cover; width: 100%; height: 100%; }
}
.sect { content-visibility: auto; contain-intrinsic-size: auto 480px; }
@supports (text-box: trim-both cap alphabetic) { .btn { text-box: trim-both cap alphabetic; } }
body::after {
content: ''; position: fixed; inset: 0; z-index: 999; pointer-events: none;
opacity: 0.028; mix-blend-mode: multiply; background-size: 240px 240px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.stat b, [data-count], .hdr-phone, .sb-call, .it-price, .chart td { font-variant-numeric: tabular-nums; }
@media print {
.hdr, .stickybar, .totop, .drawer, .cta-band, .marquee, .ftr-mega, .cart-toast, .progressbar, .sw-filter, .add-btn, .it-add, .ftr, .crumbs, .filter-bar, [data-print], .reviews, .by-dialog, .hero-dust, .hero-shimmer { display: none !important; }
body { background: #fff; }
body::after { display: none; }
.sect { content-visibility: visible; padding-block: 16px; }
a, .crumbs a, .ftr a, .it-price, h1, h2, h3 { color: #000 !important; }
html.js .rv { opacity: 1 !important; transform: none !important; }
.pricing-tools { position: static; border: 0; }
.print-nap { display: block !important; font-size: 11pt; padding-bottom: 12pt; border-bottom: 1pt solid #000; margin-bottom: 12pt; }
.itable th, .itable td { padding: 4pt 8pt; }
.itable-wrap { break-inside: avoid; box-shadow: none; }
.pagehead .ph-cta { display: none !important; }
}
.by-dialog {
border: 0; border-radius: var(--r-lg); padding: 18px;
background: var(--ivory); color: var(--ink);
box-shadow: var(--shadow-lg); max-width: min(960px, calc(100vw - 32px));
}
.by-dialog::backdrop { background: rgba(36, 44, 27, 0.55); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.by-dialog figure { margin: 0; }
.by-dialog img { border-radius: var(--r-sm); }
.by-dialog figcaption { padding: 12px 4px 0; font-size: 0.9rem; color: var(--smoke); }
.by-x { position: absolute; top: 10px; right: 10px; z-index: 2; }
.by-x button {
width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%;
border: 0; background: rgba(46, 44, 40, 0.07); color: var(--ink);
font-size: 1.2rem; cursor: pointer; transition: background-color 0.2s, transform 0.2s var(--ease-out);
}
.by-x button:hover { background: var(--sage-tint); transform: rotate(90deg); }
@media (prefers-reduced-motion: no-preference) {
.by-dialog[open] { animation: dlgIn 0.35s var(--ease-out); }
.by-dialog[open]::backdrop { animation: dlgFade 0.35s ease; }
}
@keyframes dlgIn { from { opacity: 0; transform: translateY(12px) scale(0.97); } }
@keyframes dlgFade { from { opacity: 0; } }
@media (prefers-reduced-motion: no-preference) {
.cart-n.bump, .sb-count.bump { animation: badgePop 0.5s cubic-bezier(0.2, 1.4, 0.35, 1); }
.add-btn.added { animation: addedPop 0.45s cubic-bezier(0.2, 1.4, 0.35, 1); }
}
@keyframes badgePop { 0% { transform: scale(1); } 40% { transform: scale(1.5); } 100% { transform: scale(1); } }
@keyframes addedPop { 0% { transform: scale(1); } 35% { transform: scale(0.92); } 70% { transform: scale(1.04); } 100% { transform: scale(1); } }
.cart-toast .toast-check { width: 18px; height: 18px; flex: none; }
.cart-toast .toast-check path { stroke-dasharray: 26; stroke-dashoffset: 26; }
@media (prefers-reduced-motion: no-preference) {
.cart-toast.on .toast-check path { animation: drawCheck 0.35s ease-out 0.2s forwards; }
}
@keyframes drawCheck { to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) { .cart-toast .toast-check path { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: no-preference) {
.calc-out.on { animation: riseIn 0.35s var(--ease-out); }
.form-done, .by-done { animation: riseIn 0.5s var(--ease-out); }
}
@keyframes riseIn { from { opacity: 0; transform: translateY(8px); } }
a { transition: color 0.15s ease; }
.cp-towns a, .cp-towns-light a { transition: color 0.2s, border-color 0.2s; }
.dr-chips a { transition: background-color 0.2s, border-color 0.2s, color 0.2s; }
.ftr ul a { transition: color 0.2s, transform 0.25s var(--ease-out); }
.ftr ul a:hover { transform: translateX(3px); }
.totop { transition: opacity 0.25s, transform 0.25s var(--ease-out), background-color 0.2s, box-shadow 0.25s; }
.totop.show:hover { transform: translateY(-3px); background: var(--sage-dark); box-shadow: var(--shadow-lg); }
.faq-i summary { transition: background-color 0.2s, color 0.2s; }
.faq-i:not([open]) summary:hover { background: var(--sage-tint); }
.faq-i summary:hover::after { border-color: var(--sage-dark); }
html.js .rv .eyebrow::before, html.js .rv.eyebrow::before {
transform: scaleX(0); transform-origin: left;
transition: transform 0.6s var(--ease-out) 0.25s;
}
html.js .rv.in .eyebrow::before, html.js .rv.in.eyebrow::before { transform: scaleX(1); }
.on-dark .eyebrow::before { background: var(--butter); }
:is(.on-dark, .ftr, .cta-band, .contact-card, .drawer, .stickybar) :focus-visible {
box-shadow: 0 0 0 2px var(--pine), 0 0 0 5px var(--sage-light);
}
.swatch { transition: transform 0.25s var(--ease-out); }
.swatch:hover { transform: translateY(-3px); }
.sw-chip { transition: box-shadow 0.25s var(--ease-out); }
.swatch:hover .sw-chip { box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35), 0 6px 16px rgba(46, 44, 40, 0.14); }
.itable tbody tr { transition: background-color 0.15s, box-shadow 0.2s; }
.itable tbody tr:hover { background: var(--ivory); box-shadow: inset 3px 0 0 var(--sage); }
.btn-cta { position: relative; overflow: hidden; }
.btn-cta::after {
content: ''; position: absolute; inset: -20% auto -20% 0; width: 50%;
background: linear-gradient(100deg, transparent 20%, rgba(255, 246, 224, 0.35) 50%, transparent 80%);
transform: translateX(-160%) skewX(-14deg); pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.btn-cta:hover::after { transition: transform 0.6s ease-out; transform: translateX(340%) skewX(-14deg); }
}
.on-dark .btn-cta::after, .hero .btn-cta::after { display: none; }
.marquee {
mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
-webkit-mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
}
.b-photo:hover .b-txt { background: linear-gradient(to top, rgba(24, 29, 17, 0.72), rgba(24, 29, 17, 0.5)); }
.gal-grid figcaption { transform: translateY(6px); transition: opacity 0.3s, transform 0.35s var(--ease-out); }
.gal-grid figure:hover figcaption { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
.lf-chip input:checked + span { animation: chipPop 0.3s cubic-bezier(0.2, 1.4, 0.35, 1); }
}
@keyframes chipPop { 50% { transform: scale(1.06); } }
.ci-qty button { transition: background-color 0.15s, border-color 0.15s, transform 0.15s var(--ease-out); }
.ci-qty button:active { transform: scale(0.9); }
@media (prefers-reduced-motion: no-preference) {
.ph-img img, .art-hero img { animation: imgSettle 1.4s var(--ease-out); }
}
@keyframes imgSettle { from { transform: scale(1.035); } }
@supports (animation-timeline: view()) {
@media (prefers-reduced-motion: no-preference) {
.ftr-mega { animation: megaDrift linear both; animation-timeline: view(); animation-range: entry 0% cover 60%; }
}
}
@keyframes megaDrift { from { transform: translateY(0.12em); } to { transform: translateY(0); } }
.pricing-tools { transition: box-shadow 0.3s; }
.pricing-tools.is-stuck { box-shadow: 0 10px 24px -14px rgba(46, 44, 40, 0.25); }
.how-ph { display: none; }
@media (min-width: 900px) {
.how-ph { display: block; max-width: 360px; margin-top: 26px; }
.how-ph img { border-radius: var(--r-lg); box-shadow: var(--shadow-lg); }
}
.aud-card { padding: 0; display: grid; grid-template-columns: 1fr; }
.aud-card .aud-body { display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; min-width: 0; }
.aud-ph { display: none; }
@media (min-width: 900px) {
.aud-card { grid-template-columns: 1fr 38%; }
.aud-ph { display: block; position: relative; overflow: hidden; }
.aud-ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease-out); }
.aud-card:hover .aud-ph img { transform: scale(1.045); }
}
.cp-c { position: relative; overflow: hidden; isolation: isolate; }
.cp-c-bg { position: absolute; inset: 0; z-index: 0; }
.cp-c-bg img { width: 100%; height: 100%; object-fit: cover; }
.cp-c-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(rgba(24, 29, 17, 0.88), rgba(24, 29, 17, 0.92)); }
.cp-c > :not(.cp-c-bg) { position: relative; z-index: 1; }
.contact-ph { margin: 0; }
.contact-ph img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--r-lg); box-shadow: var(--shadow); }
.nf-ph { margin: 30px auto 0; max-width: 720px; }
.nf-ph img { display: block; width: 100%; height: auto; border-radius: var(--r-lg); box-shadow: var(--shadow); }
.nf-ph figcaption { margin-top: 10px; font-size: 0.88rem; color: var(--smoke); font-style: italic; }
.nf .chips { margin-top: 26px; justify-content: center; }
.it-add { min-width: 168px; }
.it-add .row-qty { display: none; }
.it-add.has-qty .add-btn { display: none; }
.it-add.has-qty .row-qty { display: inline-flex; }
.row-qty { min-height: 40px; }
.row-qty .rq-n { width: 52px; -moz-appearance: textfield; appearance: textfield; }
.row-qty .rq-n::-webkit-outer-spin-button, .row-qty .rq-n::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.row-qty button { transition: background-color 0.15s, border-color 0.15s, transform 0.15s var(--ease-out); }
.row-qty button:active { transform: scale(0.9); }
@media (prefers-reduced-motion: no-preference) {
.row-qty.pop { animation: addedPop 0.45s cubic-bezier(0.2, 1.4, 0.35, 1); }
}
@media (max-width: 620px) {
.it-add { min-width: 132px; }
.row-qty .rq-n { width: 40px; }
.row-qty button { width: 30px; }
}
@media (max-width: 480px) {
.itable th, .itable td { padding-inline: 10px; }
.it-add { min-width: 124px; }
.it-price { white-space: normal; }
.it-price small { display: block; }
}
@media (max-width: 620px) {
.pricing-tools .chips { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: thin; padding-bottom: 4px; }
.pricing-tools .chips .chip { flex: none; }
}
.brand .mark-img { width: 38px; height: 38px; flex: none; transition: transform 0.3s var(--ease-out); }
.brand:hover .mark-img { transform: rotate(-4deg); }
.drawer-open .brand .mark-img, .ftr-brand .mark-img { background: #fff; border-radius: 9px; box-shadow: 0 0 0 3px #fff; }
.ftr-brand .mark-img { width: 34px; height: 34px; }
@media (max-width: 480px) {
.hdr-in { gap: 4px; padding: 7px 8px 7px 12px; }
.brand { flex: 1 1 auto; min-width: 0; gap: 8px; margin-right: 0; }
.brand .mark-img { width: 30px; height: 30px; }
.brand-txt { display: block; font-size: 1.02rem; overflow: hidden; text-overflow: ellipsis; }
.brand-txt small { display: none; }
.hdr-cta { flex: none; gap: 0; margin-left: 0; }
.hdr-phone, .cart-btn { min-width: 40px; padding-inline: 9px; }
.burger { flex: none; padding: 10px 6px; }
}
.by-dialog { margin: auto; inset: 0; max-height: calc(100dvh - 32px); overflow: auto; }
@media (max-width: 900px) {
.totop { display: none !important; }
body { padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px)); }
html { scroll-padding-bottom: 96px; }
.scrolled .cart-toast { bottom: calc(92px + env(safe-area-inset-bottom, 0px)); }
}
::view-transition-group(*) { animation-duration: 0.28s; }
.cart-item { grid-template-columns: 1fr auto auto auto; align-items: center; column-gap: 14px; }
.ci-name { min-width: 0; }
.ci-var { display: inline-flex; align-items: center; gap: 6px; margin-top: 3px; font-size: 0.82rem; color: var(--smoke); }
.ci-var i { width: 12px; height: 12px; border-radius: 50%; border: 1px solid rgba(46, 44, 40, 0.18); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5); flex: none; }
.ci-money { display: flex; flex-direction: column; align-items: flex-end; font-variant-numeric: tabular-nums; min-width: 84px; line-height: 1.2; }
.ci-money small { font-size: 0.78rem; color: var(--smoke); }
.ci-money b { font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; color: var(--ink); }
.ci-money .ci-q { font-size: 0.74rem; font-family: var(--font-label); letter-spacing: 0.06em; text-transform: uppercase; color: var(--sage-deep); text-align: right; max-width: 96px; }
@media (max-width: 560px) {
.cart-item { grid-template-columns: 1fr auto; row-gap: 8px; }
.cart-item .ci-money { grid-column: 2; grid-row: 1; }
.cart-item .ci-qty { grid-row: 2; grid-column: 1; }
.cart-item .ci-x { grid-row: 2; grid-column: 2; justify-self: end; }
}
.sheet-foot { border-top: 1.5px solid var(--ink); margin-top: 14px; padding-top: 12px; }
.sf-sub { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-weight: 600; }
.sf-sub b { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.2rem); font-variant-numeric: tabular-nums; }
.sf-meta { margin-top: 2px; font-family: var(--font-label); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--smoke); }
.sf-note { margin-top: 8px; font-size: 0.82rem; color: var(--smoke); }
.fly { will-change: transform, opacity; }
.cart-drawer { border: 0; padding: 22px 22px 26px; background: var(--ivory); color: var(--ink); box-shadow: var(--shadow-lg); width: min(440px, 100vw); max-width: 100vw; height: 100dvh; max-height: 100dvh; margin: 0 0 0 auto; inset: 0 0 0 auto; border-radius: 0; overflow: auto; }
.cart-drawer::backdrop { background: rgba(36, 44, 27, 0.5); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.cart-drawer .by-x { top: 12px; right: 12px; }
.cd-head { margin: 4px 48px 14px 0; }
.cd-head h2 { font-size: clamp(1.6rem, 1.3rem + 1vw, 2rem); }
.cart-drawer .cart-list { display: grid; gap: 10px; list-style: none; padding: 0; margin: 0; }
.cart-drawer .cart-item { padding: 10px 0; border-bottom: 1px solid var(--line); background: none; border-radius: 0; }
.cd-empty { color: var(--smoke); padding: 18px 0; }
.cd-cta { display: grid; gap: 8px; margin-top: 18px; }
.cd-cta .btn { width: 100%; }
@media (prefers-reduced-motion: no-preference) {
.cart-drawer[open] { animation: cdIn 0.36s var(--ease-out); }
.cart-drawer[open]::backdrop { animation: dlgFade 0.3s ease; }
}
@keyframes cdIn { from { transform: translateX(28px); opacity: 0; } }
@media (max-width: 700px) {
.cart-drawer { width: 100vw; height: auto; max-height: 88dvh; margin: auto 0 0; inset: auto 0 0; border-radius: var(--r-lg) var(--r-lg) 0 0; padding-bottom: calc(22px + env(safe-area-inset-bottom, 0px)); }
@keyframes cdIn { from { transform: translateY(28px); opacity: 0; } }
}
.ph-compact { padding-block: clamp(28px, 4vw, 48px) clamp(12px, 2vw, 20px); }
.ph-compact .ph-in { grid-template-columns: 1fr; }
.ph-compact h1 { font-size: clamp(2.2rem, 1.6rem + 2.6vw, 3.6rem); }
.ph-compact .lede { max-width: 60ch; }
.quote-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; padding-block: 8px clamp(40px, 6vw, 72px); }
@media (min-width: 880px) {
.quote-grid { grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr); grid-template-areas: "form sheet" "side sheet"; column-gap: clamp(24px, 4vw, 56px); align-items: start; }
.quote-grid > .sheet-col { grid-area: sheet; position: sticky; top: 96px; }
.quote-grid > #lead-panel { grid-area: form; }
.quote-grid > .quote-side { grid-area: side; display: grid; gap: 20px; }
.sheet-sum { display: none; }
.sheet-wrap:not([open]) > .sheet { display: block; }
}
.quote-side { display: grid; gap: 20px; }
.sheet-wrap { border: 0; }
.sheet-sum { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); cursor: pointer; }
.sheet-sum::-webkit-details-marker { display: none; }
.sheet-sum-l { display: grid; gap: 2px; }
.sheet-bar { font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; }
.sheet-tog svg { width: 18px; height: 18px; transform: rotate(90deg); transition: transform 0.25s var(--ease-out); }
.sheet-wrap[open] .sheet-tog svg { transform: rotate(-90deg); }
.sheet { position: relative; background: var(--white); padding: 30px 26px 26px; box-shadow: var(--shadow-lg); margin-top: 10px; }
.sheet::before { content: ''; position: absolute; left: 0; right: 0; top: -8px; height: 16px; background: var(--white); -webkit-mask: radial-gradient(circle at 8px 8px, transparent 5.5px, #000 6px) 0 0 / 16px 16px repeat-x; mask: radial-gradient(circle at 8px 8px, transparent 5.5px, #000 6px) 0 0 / 16px 16px repeat-x; }
@media (min-width: 880px) { .sheet { margin-top: 0; } }
.sheet-mono { font-family: var(--font-label); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--smoke); border-bottom: 1px solid var(--line); padding-bottom: 10px; }
.sheet-occ { font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.3rem); line-height: 1.1; margin: 14px 0 12px; view-transition-name: sheet-h; }
.sheet-lines { display: grid; gap: 0; list-style: none; padding: 0; margin: 0; }
.sheet-lines .cart-item { background: none; border: 0; border-bottom: 1px dotted #C9C3B2; border-radius: 0; padding: 10px 0; }
.sheet-empty { list-style: none; padding: 6px 0 2px; margin: 0; display: grid; gap: 8px; }
.sheet-empty li { border-bottom: 1px dotted #C9C3B2; padding-bottom: 8px; }
.sheet-empty a { display: inline-flex; align-items: center; gap: 6px; text-decoration: none; font-weight: 600; color: var(--ink); }
.sheet-empty a svg { width: 16px; height: 16px; color: var(--sage-deep); }
.sheet-tools { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.sheet-tools .chip { cursor: pointer; }
.lf-set { border: 0; padding: 0; margin: 0 0 22px; display: grid; gap: 14px; }
.lf-legend { font-family: var(--font-display); font-size: 1.45rem; font-weight: 600; padding: 0; margin-bottom: 4px; }
.lf-or { font-weight: 400; color: var(--smoke); font-size: 0.85rem; }
.lf-msg { min-height: 1.2em; margin-top: 6px; font-size: 0.86rem; color: var(--smoke); }
.lf-msg.is-bad { color: #9B2C2C; }
.lf-msg.is-ok { color: var(--sage-dark); }
.lead-form input.is-invalid, .lead-form select.is-invalid { border-color: #9B2C2C; box-shadow: 0 0 0 3px rgba(155, 44, 44, 0.12); }
.lf-sms { margin-top: 10px; }
.lf-promise { font-size: 0.92rem; color: var(--smoke); margin-bottom: 10px; }
.lf-open { font-weight: 700; color: var(--smoke); }
.lf-open.is-open { color: var(--sage-dark); }
.lf-open.is-open::before { content: ''; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--sage); margin-right: 6px; box-shadow: 0 0 0 3px rgba(126, 160, 82, 0.2); }
.form-done .ref { font-family: var(--font-label); font-size: 0.9em; letter-spacing: 0.08em; background: var(--butter); padding: 2px 8px; border-radius: 6px; }
.fd-when { font-size: 1.05rem; margin-top: 8px; }
.fd-line { color: var(--smoke); margin-top: 4px; }
.fd-list { list-style: none; padding: 0; margin: 16px 0 0; display: grid; }
.fd-list li { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; border-bottom: 1px dotted #C9C3B2; }
.fd-list small { display: block; color: var(--smoke); }
.fd-sub { display: flex; justify-content: space-between; align-items: baseline; margin-top: 10px; font-weight: 600; }
.fd-sub b { font-family: var(--font-display); font-size: 1.6rem; }
.fd-fine { font-size: 0.82rem; color: var(--smoke); }
.fd-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.fd-keep { margin-top: 16px; color: var(--smoke); font-size: 0.9rem; }
.linkish { background: none; border: 0; padding: 0; color: var(--sage-deep); text-decoration: underline; cursor: pointer; font: inherit; }
@media (min-width: 880px) { .sheet-sum { display: none; } .sheet-wrap > .sheet { display: block; } }
[hidden] { display: none !important; }
.ph-type .ph-in, .ph-cat .ph-in, .ph-postcard .ph-in { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px 40px; align-items: end; }
@media (min-width: 900px) { .ph-type.has-img .ph-in, .ph-cat.has-img .ph-in, .ph-postcard.has-img .ph-in { grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.6fr); } }
.ph-type h1, .ph-cat h1 { font-size: clamp(2.6rem, 1.6rem + 5.2vw, 6.4rem); line-height: 0.96; letter-spacing: -0.015em; text-wrap: balance; max-width: 14ch; }
.ph-type h1 .accent, .ph-cat h1 .accent { font-style: italic; font-weight: 500; color: var(--sage-deep); }
.ph-type .lede, .ph-cat .lede, .ph-postcard .lede { max-width: 58ch; }
.ph-more { max-width: 58ch; margin-top: 8px; }
.ph-more summary { cursor: pointer; list-style: none; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--sage-deep); font-size: 0.95rem; }
.ph-more summary::-webkit-details-marker { display: none; }
.ph-more summary::after { content: ''; width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform 0.25s var(--ease-out); margin-top: -3px; }
.ph-more[open] summary::after { transform: rotate(-135deg); margin-top: 3px; }
.ph-more p { margin-top: 10px; color: var(--smoke); font-size: 1.02rem; }
.ph-plate { justify-self: end; width: min(100%, 360px); rotate: -2deg; margin-top: 8px; }
.ph-plate img { aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--r); box-shadow: var(--shadow-lg); outline: 6px solid var(--white); }
@media (max-width: 899px) { .ph-plate { width: 60%; max-width: 300px; justify-self: start; } }
.ph-postcard h1 { line-height: 0.96; letter-spacing: -0.01em; text-wrap: balance; }
.ph-postcard .pc-pre { display: block; font-family: var(--font-label); font-size: clamp(0.66rem, 0.5rem + 0.5vw, 0.82rem); letter-spacing: 0.22em; text-transform: uppercase; color: var(--smoke); font-weight: 500; margin-bottom: 12px; }
.ph-postcard .pc-town { font-style: italic; font-weight: 500; color: var(--sage-deep); font-size: clamp(2.8rem, 1.4rem + 7.5vw, 7.6rem); display: block; }
.ph-rail { position: sticky; top: 70px; z-index: 30; background: rgba(253, 251, 245, 0.92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-block: 1px solid var(--line); }
.ph-rail-in { display: flex; gap: 8px; overflow-x: auto; padding-block: 10px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.ph-rail-in::-webkit-scrollbar { display: none; }
.ph-rail .chip { flex: none; font-size: 0.86rem; }
.qf-wrap { padding-block: 18px 6px; }
.qf { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px 22px; margin: 0; padding: 16px 0; border-block: 1px solid var(--line); }
.qf div { min-width: 0; }
.qf dt { font-family: var(--font-label); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sage-deep); }
.qf dd { margin: 4px 0 0; font-weight: 600; font-size: 0.98rem; line-height: 1.3; }
.fam-wrap { padding-block: 22px 4px; }
.fam { display: flex; gap: 12px; list-style: none; padding: 0 0 6px; margin: 0; overflow-x: auto; scrollbar-width: none; position: relative; }
.fam::-webkit-scrollbar { display: none; }
.fam li { flex: 0 0 auto; }
.fam a { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 12px; padding: 8px 14px 8px 8px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); text-decoration: none; color: var(--ink); transition: transform 0.25s var(--ease-out), box-shadow 0.25s; min-width: 220px; }
.fam a:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.fam img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.fam span { font-weight: 700; font-size: 0.95rem; display: block; }
.fam small { color: var(--smoke); display: block; margin-top: 2px; }
.sash-fab { font-size: 1.15rem; margin: 18px 0 8px; }
.sash-fab small { font-family: var(--font-label); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--smoke); margin-left: 8px; }
.sash-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.sash-chip { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 6px; border-radius: 999px; border: 1px solid var(--line); background: var(--white); cursor: pointer; font: inherit; font-size: 0.86rem; color: var(--ink); transition: transform 0.2s var(--ease-out), box-shadow 0.2s, border-color 0.2s; }
.sash-chip i { width: 22px; height: 22px; border-radius: 50%; background: var(--c, #EEE); box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4); flex: none; }
.sash-chip.is-hatch i { background: repeating-linear-gradient(45deg, #E4DCC7 0 4px, #F3EEE0 4px 8px); }
.sash-chip:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-color: var(--sage-deep); }
.sash-chip.added { background: var(--pine); color: var(--sage-light); border-color: var(--pine); }
.about-cat .eyebrow { margin-bottom: 8px; }
@media (max-width: 700px) {
.itable thead { display: none; }
.itable tbody tr { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; grid-template-areas: "ph name price" "ph add add"; column-gap: 12px; row-gap: 8px; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.itable tbody tr:last-child { border-bottom: 0; }
.itable tbody td { display: block; padding: 0 !important; border: 0; }
.it-photo { grid-area: ph; width: auto; }
.it-name { grid-area: name; }
.it-note { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.it-price { grid-area: price; text-align: right; white-space: nowrap; }
.it-price small { display: block; }
.it-add { grid-area: add; min-width: 0; text-align: left; }
.it-add .add-btn { width: 100%; justify-content: center; }
.it-add.has-qty .row-qty { display: flex; justify-content: flex-start; }
.row-qty .rq-n { width: 56px; }
.row-qty button { width: 40px; }
}
.pg-pricing .itable-wrap { background: none; border: 0; border-radius: 0; margin-block: 8px 24px; }
.pg-pricing .itable-head { padding-inline: 0; }
.pg-pricing .itable-head h2, .pg-pricing .itable-head h3 { font-size: 1.2rem; font-variant: small-caps; letter-spacing: 0.04em; font-family: var(--font-body); font-weight: 700; }
.pg-pricing .itable th { padding-inline: 0; }
.pg-pricing .itable td { padding-inline: 0; border-bottom-color: rgba(46, 44, 40, 0.1); }
.pg-pricing .it-photo { padding-right: 12px !important; }
.pg-pricing .it-price { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; }
.pg-pricing .it-add { padding-left: 16px !important; }
@media (min-width: 701px) {
.pg-pricing .it-name { display: flex; align-items: baseline; flex-wrap: wrap; column-gap: 10px; }
.pg-pricing .it-name::after { content: ''; flex: 1 1 24px; min-width: 24px; border-bottom: 1.5px dotted #C9C3B2; margin: 0 0 6px 10px; order: 2; }
.pg-pricing .it-note { flex-basis: 100%; order: 3; }
}
.pg-pricing.is-searching .pc-cat > h2 .linkline { display: none; }
.pc-cat[hidden] { display: none; }
.venues { padding-top: 6px; }
.venue-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 320px); gap: 14px; list-style: none; padding: 4px 0 12px; margin: 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; position: relative; }
.venue { scroll-snap-align: start; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 20px 20px 18px; display: flex; flex-direction: column; gap: 8px; transition: transform 0.3s var(--ease-out), box-shadow 0.3s; }
.venue:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.venue h3 { font-size: 1.35rem; line-height: 1.15; }
.venue p { color: var(--smoke); font-size: 0.92rem; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.venue .linkline { margin-top: auto; padding-top: 6px; }
.town-cats .chips { margin-top: 12px; }
.pkg-guests { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 10px 0 4px; font-family: var(--font-label); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--smoke); }
.pkg-guests .ci-qty input { width: 64px; }
.lf-trade { margin: -4px 0 4px; }
.lf-hint { color: var(--smoke); font-size: 0.9rem; align-self: end; }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.review-card { display: grid; gap: 8px; justify-items: start; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); text-decoration: none; color: var(--ink); transition: transform 0.3s var(--ease-out), box-shadow 0.3s; }
.review-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.review-card b { font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; }
.review-card span { color: var(--smoke); font-size: 0.92rem; display: inline-flex; align-items: center; gap: 6px; }
@media (prefers-reduced-motion: no-preference) {
::view-transition-old(root) { animation: 0.24s var(--ease-out) both vtOut; }
::view-transition-new(root) { animation: 0.36s var(--ease-out) both vtIn; }
}
@keyframes vtOut { to { opacity: 0; translate: 0 -10px; } }
@keyframes vtIn { from { opacity: 0; translate: 0 14px; } }
.deep { padding-block: 12px 0; }
.deep .chips { margin: 0; align-items: center; }
.deep-l { font-family: var(--font-label); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--smoke); margin-right: 4px; }
.sp-photos { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; list-style: none; padding: 0; margin: 0; }
.sp-photos img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r); box-shadow: var(--shadow-sm); }
.pair-list { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 10px; }
.pair-list li { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 18px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); }
.pair-list b { font-size: 1.05rem; }
.pl-price { font-family: var(--font-label); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage-deep); margin-left: 8px; }
.pair-list p { color: var(--smoke); font-size: 0.92rem; margin-top: 4px; }
@media (max-width: 560px) { .pair-list li { flex-direction: column; align-items: stretch; } }
.hero-proof { margin-top: 16px; font-family: var(--font-label); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(253, 251, 245, 0.72); }
.hero-pause { position: absolute; right: clamp(16px, 3vw, 40px); bottom: clamp(16px, 3vw, 36px); z-index: 5; display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(253, 251, 245, 0.35); background: rgba(24, 29, 17, 0.45); color: var(--ivory); font: inherit; font-size: 0.78rem; cursor: pointer; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.hero-pause svg { width: 14px; height: 14px; fill: currentColor; stroke: none; }
.hero-pause:hover { background: rgba(24, 29, 17, 0.7); }
@media (max-width: 700px) { .hero-pause span { display: none; } .hero-pause { padding: 10px; } }
.pricing-empty { padding: 26px 24px; margin: 8px 0 18px; background: var(--white); border: 1px dashed var(--line); border-radius: var(--r); }
.pricing-empty h2 { font-size: 1.5rem; margin-bottom: 8px; }
.pricing-empty p { color: var(--smoke); }
.sash-chip.added { background: var(--pine); color: var(--sage-light); border-color: var(--pine); }
.sash-chip.added i { box-shadow: inset 0 0 0 2px var(--pine), 0 0 0 2px var(--sage-light); }
.sash-chip.added::after { content: '✓'; font-size: 0.8em; margin-left: 2px; }
@media (max-width: 899px) { .ph-plate { width: 100%; max-width: none; justify-self: stretch; rotate: -1.2deg; margin-top: 14px; } .ph-plate img { aspect-ratio: 4 / 3; } }
.fam a { grid-template-columns: 64px minmax(150px, max-content); }
.fam small { white-space: nowrap; }
.cart-drawer .ci-qty input { width: 48px; }
.cart-drawer .ci-qty button { width: 30px; }
.cart-drawer .cart-item { column-gap: 10px; }
@media (max-width: 620px) { .row-qty .rq-n { width: 48px; } .it-add { min-width: 140px; } }
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; }
@media (min-width: 1121px) and (max-width: 1400px) {
.nav a { padding: 9px 9px; font-size: 0.9rem; }
.hdr-cta { margin-left: 8px; gap: 4px; }
.hdr-phone span { display: none; }
.hdr-phone { padding-inline: 10px; min-width: 40px; }
.brand { margin-right: 10px; }
}
@media (min-width: 1121px) and (max-width: 1300px) {
.nav li.nav-planners-caterers { display: none; }
.hdr-cta .btn { padding: 10px 16px; font-size: 0.9rem; }
.brand-txt { font-size: 1.2rem; }
}
.fam a { grid-template-columns: 64px minmax(150px, max-content); grid-template-rows: auto auto; row-gap: 0; column-gap: 12px; align-items: center; }
.fam img { grid-row: 1 / 3; }
.fam span { grid-column: 2; grid-row: 1; align-self: end; }
.fam small { grid-column: 2; grid-row: 2; align-self: start; white-space: nowrap; }
@media (min-width: 1121px) {
.hdr-in { width: fit-content; max-width: min(1320px, calc(100% - 40px)); }
.nav a { padding: 9px 9px; font-size: 0.9rem; }
.hdr-cta { margin-left: 8px; gap: 4px; }
.hdr-cta .btn { flex: none; }
.brand { margin-right: 10px; }
}
.ph-rail { top: 76px; }
@media (max-width: 480px) { .ph-rail { top: 66px; } }
@media (min-width: 900px) { .fam { flex-wrap: wrap; overflow: visible; } .fam li { flex: 1 1 220px; } .fam a { min-width: 0; } }
@media (max-width: 899px) { .fam { margin-inline: calc(-1 * clamp(18px, 4vw, 32px)); padding-inline: clamp(18px, 4vw, 32px); scroll-padding-inline: clamp(18px, 4vw, 32px); scroll-snap-type: x proximity; -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 56px), transparent); mask-image: linear-gradient(90deg, #000 calc(100% - 56px), transparent); } .fam li { scroll-snap-align: start; } }
.fam img { background: #fff; }
.signs { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 12px; }
.signs li { display: grid; grid-template-columns: 18px minmax(0, 1fr); column-gap: 10px; align-items: start; line-height: 1.5; }
.signs svg { width: 18px; height: 18px; margin-top: 4px; color: var(--sage-deep); }
.pricing-tools.is-stuck::before { content: ''; position: absolute; left: -24px; right: -24px; top: -78px; height: 78px; background: var(--ivory); z-index: -1; }
@media (max-width: 620px) { .pricing-tools { top: 70px; } .pricing-tools.is-stuck .chips, .pricing-tools.is-stuck .filter-count { display: none; } }
@media (max-width: 1120px) { .totop { display: none !important; } }
@media (max-width: 899px) { .ph-plate { width: 100%; max-width: 520px; justify-self: start; rotate: -1.2deg; margin-top: 14px; } .ph-plate img { aspect-ratio: 16 / 10; } }
.table-scroll th, .table-scroll td, .chart th, .chart td { white-space: nowrap; }
.table-scroll td:first-child, .chart td:first-child { white-space: normal; min-width: 9ch; }
.filter-bar input, .pricing-tools .filter-bar input { padding-right: 52px; }
@media (max-width: 374px) { .hdr-phone { display: none; } }
.cart-toast a { flex: none; white-space: nowrap; }
@media (max-width: 560px) { .badge-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } .tbadge { justify-content: flex-start; padding: 10px 12px; } }
.quote-side .tbadge { padding: 8px 10px; font-size: 0.8rem; }
.sh-side a { white-space: nowrap; }
.cta-band, .ftr { position: relative; z-index: 31; }
@media (min-width: 900px) { .fam li { max-width: 360px; } }
.qf-wrap { padding-block: 6px 0; }
.qf { display: flex; flex-wrap: wrap; gap: 6px 22px; padding: 12px 0; border-block: 1px solid var(--line); }
.qf div { display: inline-flex; align-items: baseline; gap: 6px; }
.qf dt::after { content: ':'; }
.qf dd { margin: 0; font-weight: 600; font-size: 0.94rem; }
.ph-rail .chip.has-th { padding-left: 6px; }
.ph-rail .chip img { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; margin-right: 7px; vertical-align: middle; background: #fff; border: 1px solid var(--line); }
.ph-rail .chip svg { width: 13px; height: 13px; margin-left: 4px; }
@media (max-width: 700px) {
.ph-cat .ph-in { grid-template-columns: minmax(0, 1fr) 96px; column-gap: 14px; align-items: start; }
.ph-cat .ph-txt { grid-column: 1; }
.ph-cat .ph-plate { width: 96px; max-width: 96px; margin-top: 30px; justify-self: end; rotate: -2deg; grid-column: 2; grid-row: 1; }
.ph-cat .ph-plate img { aspect-ratio: 1; outline-width: 3px; }
}
.sash-details summary { list-style: none; cursor: pointer; display: grid; gap: 6px; }
.sash-details summary::-webkit-details-marker { display: none; }
.sash-sum-h { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.4rem, 1.1rem + 1.2vw, 2rem); line-height: 1.15; display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.sash-sum-h small { font-family: var(--font-label); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage-deep); border: 1px solid var(--line); border-radius: 999px; padding: 4px 10px; }
.sash-sum-h::after { content: ''; width: 9px; height: 9px; border-right: 2px solid var(--sage-deep); border-bottom: 2px solid var(--sage-deep); transform: rotate(45deg); transition: transform 0.25s var(--ease-out); margin-left: 2px; }
.sash-details[open] .sash-sum-h::after { transform: rotate(-135deg); }
.sash-details > .sect-lede { margin-top: 10px; }
.bundle-dialog { max-width: 440px; padding: 26px 26px 24px; }
.bundle-dialog h2 { font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem); margin: 6px 40px 8px 0; }
.bundle-dialog .bd-p { color: var(--smoke); margin-bottom: 16px; }
.lf-more { margin-top: 4px; }
.lf-more summary { list-style: none; cursor: pointer; font-weight: 700; color: var(--sage-deep); display: inline-flex; align-items: center; gap: 8px; }
.lf-more summary::-webkit-details-marker { display: none; }
.lf-more summary::after { content: ''; width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -3px; transition: transform 0.25s var(--ease-out); }
.lf-more[open] summary::after { transform: rotate(-135deg); margin-top: 3px; }
.lf-more-in { display: grid; gap: 14px; margin-top: 14px; }
.ph-rail .chip { white-space: nowrap; display: inline-flex; align-items: center; }
.welcome ol, .welcome ul { margin-top: 8px; }
.welcome li + li { margin-top: 8px; }
.rn-status { font-family: var(--font-label); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--smoke); margin-bottom: 18px; }
.rn-page { font-size: 1.3rem; margin: 26px 0 8px; }
.rn-page small { font-family: var(--font-label); font-size: 0.62rem; letter-spacing: 0.14em; color: var(--smoke); margin-left: 8px; }
.rn-notes { list-style: none; padding: 0; display: grid; gap: 10px; }
.rn-note { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 14px 16px; display: grid; gap: 4px; }
.rn-note.is-done { opacity: 0.55; }
.rn-meta { font-size: 0.82rem; color: var(--smoke); }
.rn-text { font-size: 1.02rem; }
.rn-spot { font-family: var(--font-label); font-size: 0.68rem; color: var(--sage-deep); word-break: break-word; }
.rn-note .chip { justify-self: start; cursor: pointer; margin-top: 4px; }
.sf-line { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-top: 4px; font-weight: 600; }
.sf-line b { font-variant-numeric: tabular-nums; }
.sheet-foot.has-waiver .sf-sub,
.sf-waiver { font-weight: 500; color: var(--smoke); }
.sheet-foot.has-waiver .sf-sub b { font-family: var(--font-body); font-size: 1rem; font-weight: 600; color: var(--ink); }
.sf-total { margin-top: 8px; padding-top: 8px; border-top: 1px solid var(--line); }
.sf-total span { color: var(--ink); }
.sf-total b { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.2rem); color: var(--sage-dark); }
.fd-waiver, .fd-total { margin-top: 4px; }
.fd-waiver { font-weight: 500; color: var(--smoke); }
.fd-waiver b { font-family: var(--font-body); font-size: 1rem; }
.fd-total { padding-top: 8px; border-top: 1px solid var(--line); }
.fd-total b { color: var(--sage-dark); }
.igrid-wrap { overflow: visible; }
.igrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr)); gap: 18px; list-style: none; margin: 0; padding: 18px 22px 24px; }
.icard { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.ic-ph { display: block; position: relative; aspect-ratio: 1; border-radius: var(--r); overflow: hidden; background: var(--ivory-2); border: 1px solid var(--line); }
.ic-ph img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s var(--ease-out); }
a.ic-ph:hover img, a.ic-ph:focus-visible img { transform: scale(1.04); }
a.ic-ph:focus-visible { outline: 2px solid var(--sage-deep); outline-offset: 2px; }
.ic-ph-empty { display: grid; place-items: center; aspect-ratio: 1; border-radius: var(--r); background: var(--ivory-2); border: 1px dashed var(--line); color: var(--sage); }
.ic-ph-empty svg { width: 34px; height: 34px; }
.icard-nophoto .ic-ph-empty { aspect-ratio: 16 / 7; }
.ic-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.ic-name { font-weight: 600; line-height: 1.25; }
.ic-note { color: var(--smoke); font-size: 0.86rem; line-height: 1.4; }
.ic-call { margin-top: 2px; font-family: var(--font-label); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage-dark); }
.ic-add { margin-top: auto; }
.ic-add .add-btn { width: 100%; justify-content: center; }
.it-call small { color: var(--sage-dark); }
@media (max-width: 560px) { .igrid { grid-template-columns: repeat(auto-fill, minmax(min(150px, 100%), 1fr)); gap: 14px; padding: 14px 16px 20px; } }
.catwall-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr)); gap: 18px; list-style: none; margin: 0; padding: 0; }
.catwall-i { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.catwall-a { display: block; border-radius: var(--r-lg); overflow: hidden; background: var(--ivory-2); border: 1px solid var(--line); }
.catwall-a:focus-visible { outline: 2px solid var(--sage-deep); outline-offset: 3px; }
.catwall-img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; transition: transform 0.5s var(--ease-out); }
.catwall-a:hover .catwall-img { transform: scale(1.03); }
.catwall-cap { color: var(--smoke); font-size: 0.88rem; }
@media (max-width: 560px) { .catwall-grid { grid-template-columns: 1fr; gap: 14px; } }
.brandband { padding: clamp(34px, 5vw, 64px) 0 clamp(6px, 1vw, 12px); text-align: center; }
.brandband-in { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.brandmark { width: min(760px, 86vw); height: auto; display: block; }
.brandband-sub { font-family: var(--font-label); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--smoke); }
.brandband-sub em { font-family: var(--font-display); font-size: 0.98rem; font-style: italic; letter-spacing: 0.01em; text-transform: none; color: var(--sage-dark); }
@media (max-width: 560px) { .brandmark { width: 88vw; } }
.ol-card { margin: 0; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--white); overflow: hidden; box-shadow: var(--shadow-sm); }
.ol-photo img { width: 100%; height: auto; display: block; }
.ol-cap { padding: 10px 26px 0; color: var(--smoke); font-size: 0.86rem; font-style: italic; }
.ol-body { margin: 0; padding: clamp(22px, 3vw, 34px) clamp(20px, 3vw, 34px) clamp(20px, 3vw, 30px); border: 0; }
.ol-body p { max-width: 62ch; }
.ol-body p + p { margin-top: 0.9em; }
.ol-sign { display: flex; flex-direction: column; gap: 1px; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.ol-sign b { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; color: var(--sage-dark); }
.ol-sign span { font-family: var(--font-label); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--smoke); }
.am-card { display: block; position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); background: var(--ivory-2); }
.am-card:focus-visible { outline: 2px solid var(--sage-deep); outline-offset: 3px; }
.am-img { width: 100%; height: auto; display: block; aspect-ratio: 1024 / 560; object-fit: cover; }
.am-overlay { position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: linear-gradient(transparent, rgba(36, 44, 27, 0.88) 46%); color: var(--ivory); }
.am-pin { display: grid; place-items: center; flex: none; width: 38px; height: 38px; border-radius: 50%; background: var(--sage); color: var(--pine); }
.am-pin svg { width: 20px; height: 20px; }
.am-txt { display: flex; flex-direction: column; min-width: 0; line-height: 1.3; }
.am-txt b { font-size: 1rem; }
.am-txt span { font-size: 0.84rem; opacity: 0.86; }
.am-go { margin-left: auto; flex: none; color: var(--ivory); transition: transform 0.25s var(--ease-out); }
.am-go svg { width: 22px; height: 22px; }
.am-card:hover .am-go { transform: translateX(4px); }
.am-credit { margin-top: 8px; color: var(--smoke); font-size: 0.76rem; }
.am-credit a { color: inherit; }
.ic-add.it-add { text-align: left; width: auto; }
.ic-add.it-add .rq { width: 100%; justify-content: space-between; }
.gallery { content-visibility: visible; contain: none; }
.gallery-filters { margin-bottom: 18px; }
.gallery-chipbar { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 10px; }
.gallery-lab { flex: none; font-family: var(--font-label); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--smoke); min-width: 84px; }
.gallery-chipbar button {
padding: 8px 14px; min-height: 40px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--white);
font-size: 0.88rem; font-weight: 600; color: var(--smoke); cursor: pointer;
transition: border-color 0.2s, color 0.2s, background-color 0.2s;
}
.gallery-chipbar button:hover { border-color: var(--sage-deep); color: var(--sage-dark); }
.gallery-chipbar button:focus-visible { outline: 3px solid transparent; border-color: var(--sage-deep); box-shadow: var(--ring); }
.gallery-chipbar button[aria-pressed="true"] { background: var(--pine); border-color: var(--pine); color: var(--ivory); }
.gallery-n { font-family: var(--font-label); font-size: 0.66rem; font-weight: 500; opacity: 0.75; margin-left: 2px; }
.gallery-count { font-family: var(--font-label); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--smoke); margin-top: 4px; }
.gallery-empty { padding: 28px 20px; text-align: center; color: var(--smoke); background: var(--ivory-2); border-radius: var(--r); margin-top: 14px; }
.gallery-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; }
.gallery-tile, .gallery-note { min-width: 0; margin: 0; border-radius: var(--r); overflow: hidden; position: relative; background: var(--ivory-2); }
.gallery-open { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; color: inherit; }
.gallery-open:focus-visible { outline: 3px solid var(--sage-deep); outline-offset: -3px; }
.gallery-tile img { display: block; width: 100%; height: auto; border-radius: 0; }
.gallery-cap {
position: absolute; left: 0; right: 0; bottom: 0; padding: 34px 14px 12px; pointer-events: none;
color: #fff; font-size: 0.86rem; line-height: 1.35; font-weight: 600; letter-spacing: 0.01em;
background: linear-gradient(to top, rgba(36, 44, 27, 0.72), rgba(36, 44, 27, 0));
opacity: 0; transform: translateY(6px);
}
.gallery-tile:hover .gallery-cap, .gallery-tile:focus-within .gallery-cap { opacity: 1; transform: none; }
.gallery-badge {
position: absolute; top: 10px; left: 10px; pointer-events: none;
padding: 5px 10px; border-radius: 999px; background: var(--ivory); color: var(--sage-dark);
font-family: var(--font-label); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600;
box-shadow: var(--shadow-sm);
}
@media (hover: none) { .gallery-cap { opacity: 1; transform: none; } }
@media (max-width: 599px) {
.gallery-chipbar {
flex-wrap: nowrap; overflow-x: auto; position: relative; -webkit-overflow-scrolling: touch;
scrollbar-width: none; margin-inline: calc(-1 * clamp(18px, 4vw, 32px)); padding-inline: clamp(18px, 4vw, 32px);
padding-bottom: 2px; scroll-padding-inline: clamp(18px, 4vw, 32px);
}
.gallery-chipbar::-webkit-scrollbar { display: none; }
.gallery-chipbar button { flex: none; white-space: nowrap; }
.gallery-lab { min-width: 0; margin-right: 2px; }
}
.gallery-note { display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 22px 22px 20px; border: 1px solid var(--line); background: var(--ivory); }
.gallery-note-n { font-family: var(--font-label); font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sage-dark); }
.gallery-note-c { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2rem); line-height: 1.12; letter-spacing: -0.01em; color: var(--ink); text-wrap: balance; }
.gallery-note-k { font-family: var(--font-label); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--smoke); }
@media (min-width: 600px) {
.gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.gallery-tile { aspect-ratio: 4 / 3; }
.gallery-tile .gallery-open { position: absolute; inset: 0; height: 100%; }
.gallery-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
}
@media (min-width: 900px) {
.gallery-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 120px; grid-auto-flow: dense; gap: 10px; }
.gallery-tile, .gallery-note { grid-column: span var(--cs, 4); grid-row: span var(--rs, 3); aspect-ratio: auto; }
.gallery-note { padding: 26px 26px 24px; }
}
#gal-dialog { position: fixed; }
#gal-dialog figure { position: relative; }
@media (min-width: 900px) { #gal-dialog img { max-height: min(60dvh, 680px); object-fit: contain; } }
.gallery-lb-btn {
position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; border: 0;
background: rgba(253, 251, 245, 0.88); color: var(--ink); cursor: pointer; box-shadow: var(--shadow-sm);
transition: background-color 0.2s;
}
.gallery-lb-btn:hover { background: var(--sage-tint); }
.gallery-lb-btn:focus-visible { outline: 3px solid transparent; box-shadow: var(--ring); }
.gallery-lb-btn svg { width: 22px; height: 22px; }
.gallery-lb-prev { left: 10px; }
.gallery-lb-next { right: 10px; }
.gallery-lb-n { position: absolute; top: 10px; left: 10px; z-index: 2; padding: 4px 10px; border-radius: 999px; background: rgba(253, 251, 245, 0.88); font-family: var(--font-label); font-size: 0.64rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); }
.gallery-lb-chips { display: grid; gap: 10px; padding: 12px 4px 0; }
.gallery-lb-chips:empty { display: none; }
.gallery-lb-lab { display: block; font-family: var(--font-label); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--smoke); margin-bottom: 4px; }
.gallery-lb-look { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; padding: 14px 16px; border-radius: var(--r-sm); background: var(--sage-tint); }
.gallery-lb-look-txt { flex: 1 1 260px; min-width: 0; }
.gallery-lb-look-t { font-family: var(--font-display); font-weight: 600; font-size: 1.6rem; line-height: 1.05; color: var(--ink); }
.gallery-lb-look-s { font-size: 0.86rem; color: var(--smoke); margin-top: 6px; }
.gallery-lb-look-p { font-size: 0.86rem; font-weight: 700; color: var(--sage-dark); margin-top: 4px; font-variant-numeric: tabular-nums; }
.gallery-lb-add { flex: none; white-space: nowrap; }
.gallery-lb-colors { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.gallery-lb-colors .gallery-lb-lab { flex-basis: 100%; margin: 0; }
.gallery-chip {
display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px 7px 8px; border-radius: 999px;
border: 1px solid var(--line); background: var(--white); color: var(--ink); text-decoration: none;
font-size: 0.86rem; font-weight: 600; transition: border-color 0.2s, background-color 0.2s;
}
.gallery-chip small { font-size: 0.72rem; font-weight: 500; color: var(--smoke); }
a.gallery-chip:hover { border-color: var(--sage-deep); background: var(--sage-tint); color: var(--sage-dark); }
.gallery-chip-c { flex: none; width: 18px; height: 18px; border-radius: 50%; background: var(--c, repeating-linear-gradient(45deg, #EDE7D8 0 4px, #E2DBC8 4px 8px)); border: 1px solid rgba(46, 44, 40, 0.14); }
@media (max-width: 599px) {
.gallery-lb-add { flex: 1 1 100%; justify-content: center; }
.gallery-lb-btn { width: 40px; height: 40px; }
}
@media (prefers-reduced-motion: no-preference) {
.gallery-tile img { transition: transform 0.6s var(--ease-out); }
.gallery-tile:hover img { transform: scale(1.04); }
.gallery-cap { transition: opacity 0.3s, transform 0.35s var(--ease-out); }
.gallery-lb-btn:active { transform: translateY(-50%) scale(0.94); }
#gal-dialog img { animation: galleryLbIn 0.28s var(--ease-out); }
}
@keyframes galleryLbIn { from { opacity: 0.6; } }
html:active-view-transition #gal-dialog img { animation: none; }
::view-transition-old(gallery-lb), ::view-transition-new(gallery-lb) { animation-duration: 0.42s; }
.gallery-n { color: var(--smoke) !important; }
.gallery-filters .gallery-chipbar button .gallery-n, .gallery-chipbar button .gallery-n { color: #6F6A5C !important; opacity: 1 !important; }
.looks { position: relative; background: var(--ivory-2); border-block: 1px solid var(--line); padding-block: clamp(44px, 6vw, 92px); overflow-x: clip; }
.looks-page { background: var(--ivory); border-top: 0; padding-top: 0; }
.looks-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px 32px; flex-wrap: wrap; margin-bottom: clamp(24px, 4vw, 48px); }
.looks-head h2 { max-width: 20ch; }
.looks-sub { color: var(--smoke); max-width: 52ch; margin-top: 14px; font-size: var(--fs-lede); line-height: 1.5; }
.looks-side { color: var(--smoke); max-width: 36ch; padding-bottom: 6px; font-size: 0.98rem; }
.looks-side .linkline { margin-top: 6px; }
.looks-intro { padding-block: clamp(28px, 4vw, 56px) clamp(24px, 3vw, 40px); }
.looks-intro-in { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px 32px; flex-wrap: wrap; }
.looks-intro h1 { max-width: 16ch; }
.looks-intro .lede { margin-top: 14px; }
.looks-story { display: grid; gap: 0; }
.looks-frame { display: none; }
.looks-frame-in { position: relative; overflow: hidden; border-radius: var(--r-lg); background: var(--line); aspect-ratio: 4 / 5; box-shadow: var(--shadow); }
.looks-fimg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0; }
.looks-fimg.on { opacity: 1; }
.looks-fcap { position: relative; height: 1.9em; margin-top: 12px; font-family: var(--font-label); font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--smoke); }
.looks-flab { position: absolute; left: 0; top: 0; white-space: nowrap; opacity: 0; }
.looks-flab.on { opacity: 1; }
.looks-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: clamp(40px, 7vw, 72px); min-width: 0; }
.look { position: relative; min-width: 0; }
.look-mimg { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--r-lg); background: var(--line); margin: 0 0 18px; box-shadow: var(--shadow-sm); }
.look-mimg img, .look-cimg img { display: block; width: 100%; height: 100%; object-fit: cover; }
.look-eyebrow { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 10px; margin-bottom: 10px; font-family: var(--font-label); font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--sage-deep); }
.look-num { color: var(--smoke); }
.look-num::after { content: ''; display: inline-block; width: 18px; height: 1.5px; background: var(--sage); vertical-align: middle; margin-left: 10px; }
.look-chip { display: inline-block; width: 18px; height: 18px; border-radius: 50%; background: var(--c, repeating-linear-gradient(45deg, #EDE7D8 0 4px, #DCD5C2 4px 8px)); box-shadow: inset 0 0 0 1px rgba(46, 44, 40, 0.16); margin-right: -4px; }
.look-chip + .look-chip { margin-left: 2px; }
.look-chip + .look-chip-t { margin-left: 8px; }
.look-chip-t { color: var(--smoke); letter-spacing: 0.12em; }
.look-title { font-size: clamp(1.9rem, 1.3rem + 2.2vw, 2.9rem); line-height: 1.05; margin-bottom: 10px; }
.look-blurb { color: var(--smoke); max-width: 52ch; margin-bottom: 18px; }
.look-set { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.look-li { display: grid; grid-template-columns: auto auto minmax(0, 1fr) auto; align-items: baseline; gap: 0 8px; padding: 7px 0; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.look-li-h { display: block; padding: 10px 0 4px; border-bottom: 0; }
.look-h { font-family: var(--font-label); font-size: 0.66rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--smoke); }
.look-q { font-weight: 700; font-variant-numeric: tabular-nums; min-width: 2.6ch; text-align: right; white-space: nowrap; }
.look-x { color: var(--smoke); }
.look-n { min-width: 0; overflow-wrap: anywhere; }
.look-v { display: block; font-size: 0.8rem; color: var(--smoke); line-height: 1.3; }
.look-p { color: var(--smoke); font-variant-numeric: tabular-nums; white-space: nowrap; font-size: 0.9rem; }
.look-li.is-ask .look-p { font-style: italic; }
.look-foot { color: var(--smoke); font-size: 0.85rem; margin-top: 10px; max-width: 60ch; }
.look-count { color: var(--smoke); font-size: 0.95rem; margin-bottom: 4px; }
.look-count a { color: var(--sage-deep); font-weight: 700; text-decoration: none; }
.look-count a:hover { text-decoration: underline; }
.look-per { margin-top: 16px; font-size: 1.05rem; line-height: 1.4; }
.look-per strong { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; color: var(--ink); }
.look-per-n { font-variant-numeric: lining-nums tabular-nums; color: var(--sage-deep); }
.look-per-on, .look-per-fixed { color: var(--smoke); font-size: 0.95rem; }
.look-per-fixed { white-space: nowrap; }
.look-act { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px 12px; align-items: end; margin-top: 16px; }
.look-tables { min-width: 0; }
.look-lab { display: block; font-family: var(--font-label); font-size: 0.66rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--smoke); margin-bottom: 6px; }
.look-qty { gap: 4px; }
.look-qty button { width: 44px; height: 44px; border-radius: var(--r-sm); font-size: 1.25rem; background: var(--white); border-color: #948F81; transition: background-color 0.15s, border-color 0.15s, transform 0.15s var(--ease-out); }
.look-qty button:active { transform: scale(0.92); }
.look-qty input { width: 64px; min-height: 44px; font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; font-variant-numeric: lining-nums tabular-nums; color: var(--ink); border: 1.5px solid #948F81; border-radius: var(--r-sm); background: var(--white); -moz-appearance: textfield; appearance: textfield; }
.look-qty input::-webkit-outer-spin-button, .look-qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.look-qty input:focus-visible { outline: 3px solid transparent; border-color: var(--sage-deep); box-shadow: var(--ring); }
.look-add { justify-content: center; min-height: 44px; text-align: center; }
.look-add svg { width: 1em; height: 1em; }
.look-add b { font-weight: inherit; font-variant-numeric: tabular-nums; }
.look-tot { grid-column: 1 / -1; color: var(--smoke); font-size: 0.85rem; line-height: 1.5; min-height: 2.55em; }
.look-tot [data-look-tot] { font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; }
.look-links { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 12px; font-size: 0.95rem; }
.look-photo, .look-more { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--sage-deep); text-decoration: none; }
.look-photo:hover, .look-more:hover { text-decoration: underline; }
.look-photo svg, .look-more svg { transition: transform 0.25s var(--ease-out); }
.look-photo:hover svg, .look-more:hover svg { transform: translateX(4px); }
.looks-grid { list-style: none; padding: 0; margin: 0; display: grid; gap: clamp(22px, 3vw, 32px); min-width: 0; }
.look-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); scroll-margin-top: 108px; }
.look-cimg { position: relative; aspect-ratio: 4 / 5; overflow: hidden; margin: 0; background: var(--line); }
.look-cbody { display: flex; flex-direction: column; flex: 1 1 auto; padding: clamp(18px, 2.6vw, 26px); }
.look-card .look-title { font-size: clamp(1.7rem, 1.3rem + 1.2vw, 2.2rem); }
.look-card .look-blurb { font-size: 0.98rem; }
.look-card .look-per { margin-top: auto; padding-top: 14px; }
.look-card.is-compact .look-cimg { aspect-ratio: 5 / 4; }
.look-card.is-compact .look-blurb { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.look-card .look-act { grid-template-columns: 1fr; }
.look-card.is-compact .look-tot { min-height: 0; }
@media (prefers-reduced-motion: no-preference) {
.looks-fimg { transition: opacity 0.7s var(--ease-out), transform 1.2s var(--ease-out); transform: scale(1.04); }
.looks-fimg.on { transform: none; }
.looks-flab { transition: opacity 0.4s var(--ease-out), transform 0.5s var(--ease-out); transform: translateY(6px); }
.looks-flab.on { transform: none; }
.look-per-n.tick { animation: lookTick 0.45s var(--ease-out); }
.look-tot [data-look-tot].tick { animation: lookTick 0.45s var(--ease-out); }
@keyframes lookTick { 0% { opacity: 0.5; transform: translateY(3px); } 100% { opacity: 1; transform: none; } }
}
.look-per-n, .look-tot [data-look-tot] { display: inline-block; }
@media (min-width: 700px) {
.looks-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.looks-cards:not(.looks-page) .looks-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
}
@media (min-width: 900px) {
.looks-story { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.looks-frame { display: block; position: sticky; top: 96px; height: min(78vh, 720px); }
.looks-frame-in { width: min(100%, calc(min(78vh, 720px) * 0.8 - 30px)); margin-left: auto; }
.look-mimg { display: none; }
.looks-steps { gap: 0; }
.looks-home .look { min-height: 70vh; display: flex; flex-direction: column; justify-content: center; padding-block: 24px; }
.looks-home .look:first-child { padding-top: 0; }
.look-tot { min-height: 0; }
}
@media (min-width: 1100px) {
.looks-page .looks-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 420px) {
.look-act { grid-template-columns: 1fr; }
}
@media print {
.look-act, .look-links, .looks-frame { display: none !important; }
.look-mimg { display: block !important; }
}
.moments { position: relative; background: var(--ivory-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: clamp(40px, 6vw, 84px); }
.moments-head { display: grid; gap: 22px; align-items: end; margin-bottom: clamp(26px, 4vw, 48px); }
.moments-head h2 { max-width: 20ch; }
.moments-head h2 em { display: block; font-style: normal; font-weight: 400; color: var(--sage-deep); }
.moments-lede { color: var(--smoke); max-width: 58ch; margin-top: 14px; font-size: 1.05rem; }
.moments-guests { min-width: 0; background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--sage); border-radius: var(--r); padding: 18px 20px; box-shadow: var(--shadow-sm); }
.moments-lab { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-label); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--smoke); margin-bottom: 10px; }
.moments-lab svg { width: 16px; height: 16px; color: var(--sage-deep); }
.moments-qty { gap: 6px; }
.moments-qty button { width: 48px; height: 48px; border-radius: var(--r-sm); font-size: 1.35rem; background: var(--white); border-color: #948F81; transition: background-color 0.15s, border-color 0.15s, transform 0.15s var(--ease-out); }
.moments-qty button:active { transform: scale(0.92); }
.moments-qty input { width: 104px; min-height: 48px; font-family: var(--font-display); font-size: 1.7rem; font-weight: 600; font-variant-numeric: lining-nums tabular-nums; color: var(--ink); border: 1.5px solid #948F81; border-radius: var(--r-sm); background: var(--white); -moz-appearance: textfield; appearance: textfield; }
.moments-qty input::-webkit-outer-spin-button, .moments-qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.moments-qty input:focus-visible { outline: 3px solid transparent; border-color: var(--sage-deep); box-shadow: var(--ring); }
.moments-guests-note { color: var(--smoke); font-size: 0.85rem; margin-top: 10px; max-width: 34ch; }
.moments-bands { display: grid; gap: clamp(28px, 4vw, 56px); }
.moments-band { display: grid; gap: 18px; min-width: 0; align-items: center; }
.moments-ph { position: relative; margin: 0; aspect-ratio: 16 / 10; overflow: hidden; border-radius: var(--r-lg); background: var(--line); box-shadow: var(--shadow-sm); }
.moments-img { display: block; width: 100%; height: 100%; object-fit: cover; }
.moments-step { position: absolute; left: 14px; bottom: 12px; display: inline-flex; align-items: baseline; gap: 5px; padding: 6px 11px; border-radius: 999px; background: rgba(36, 44, 27, 0.78); color: var(--ivory); font-family: var(--font-label); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.moments-num { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; letter-spacing: 0; color: var(--sage-light); }
.moments-body { min-width: 0; }
.moments-body h3 { font-size: clamp(1.9rem, 1.3rem + 2.2vw, 2.8rem); line-height: 1.05; }
.moments-blurb { color: var(--smoke); margin-block: 10px 16px; max-width: 52ch; }
.moments-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.moments-li { display: grid; grid-template-columns: auto auto minmax(0, 1fr) auto; align-items: center; gap: 0 8px; min-height: 54px; padding-block: 7px; border-bottom: 1px solid var(--line); font-size: 0.98rem; }
.moments-q { font-weight: 700; font-variant-numeric: tabular-nums; min-width: 3ch; text-align: right; }
.moments-x { color: var(--smoke); }
.moments-n { display: flex; flex-direction: column; min-width: 0; line-height: 1.3; }
.moments-nn { overflow-wrap: anywhere; }
.moments-rule { color: var(--smoke); font-size: 0.8rem; font-variant-numeric: tabular-nums; }
.moments-sub { color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; font-size: 0.94rem; text-align: right; }
.moments-li.is-quoted .moments-sub { color: var(--smoke); font-weight: 400; font-size: 0.82rem; white-space: normal; max-width: 9ch; line-height: 1.2; }
.moments-total { margin-top: 14px; color: var(--smoke); font-size: 0.98rem; min-height: 1.6em; }
.moments-money { display: inline-block; font-family: var(--font-display); font-weight: 600; font-size: clamp(1.7rem, 1.2rem + 1.6vw, 2.4rem); line-height: 1; color: var(--ink); font-variant-numeric: lining-nums tabular-nums; margin-inline: 4px 6px; vertical-align: -0.08em; }
.moments-quoted { color: var(--smoke); }
.moments-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.moments-cta .btn { justify-content: center; font-variant-numeric: tabular-nums; }
.moments-cta .btn svg { width: 1em; height: 1em; }
.moments-fine { color: var(--smoke); font-size: 0.88rem; max-width: 72ch; margin-top: clamp(22px, 3vw, 36px); }
@media (min-width: 720px) {
.moments-head { grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr); }
.moments-head .moments-guests { justify-self: end; width: 100%; max-width: 380px; }
}
@media (min-width: 900px) {
.moments-band { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); }
.moments-ph { aspect-ratio: 4 / 3; }
.moments-band:nth-child(even) .moments-ph { order: 2; }
.moments-band:nth-child(even) .moments-body { order: 1; }
.moments-body { padding-block: 12px; }
}
@media (max-width: 480px) {
.moments-li { font-size: 0.94rem; min-height: 60px; }
.moments-sub { font-size: 0.88rem; }
.moments-cta .btn { width: 100%; }
}
@media (prefers-reduced-motion: no-preference) {
.moments-money.tick { animation: momentsTick 0.5s var(--ease-out); }
@keyframes momentsTick { 0% { opacity: 0.55; transform: translateY(4px); } 100% { opacity: 1; transform: none; } }
.moments-band .moments-img { transition: transform 0.8s var(--ease-out); }
.moments-band:hover .moments-img { transform: scale(1.03); }
}
.pmp { position: relative; z-index: 2; background: var(--ivory); padding-block: clamp(36px, 5.5vw, 76px); border-bottom: 1px solid var(--line); }
.pmp-in { display: grid; gap: clamp(22px, 3.5vw, 48px); align-items: start; }
.pmp-ask h2 { font-size: clamp(2.4rem, 1.5rem + 3.4vw, 4.2rem); }
.pmp-h-n { color: var(--sage-deep); font-variant-numeric: lining-nums tabular-nums; }
.pmp-sub-copy { color: var(--smoke); max-width: 42ch; margin-block: 12px 22px; font-size: 1.05rem; }
.pmp-form { display: grid; gap: 18px; }
.pmp-field { border: 0; padding: 0; margin: 0; min-width: 0; }
.pmp-lab { display: block; font-family: var(--font-label); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--smoke); margin-bottom: 8px; padding: 0; }
.pmp-qty { gap: 6px; }
.pmp-qty button { width: 48px; height: 48px; border-radius: var(--r-sm); font-size: 1.35rem; background: var(--white); border-color: #948F81; transition: background-color 0.15s, border-color 0.15s, transform 0.15s var(--ease-out); }
.pmp-qty button:active { transform: scale(0.92); }
.pmp-qty input { width: 104px; min-height: 48px; font-family: var(--font-display); font-size: 1.7rem; font-weight: 600; font-variant-numeric: lining-nums tabular-nums; color: var(--ink); border: 1.5px solid #948F81; border-radius: var(--r-sm); background: var(--white); -moz-appearance: textfield; appearance: textfield; }
.pmp-qty input::-webkit-outer-spin-button, .pmp-qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.pmp-qty input:focus-visible { outline: 3px solid transparent; border-color: var(--sage-deep); box-shadow: var(--ring); }
.pmp-seg { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.pmp-opt { position: relative; display: block; min-width: 0; cursor: pointer; }
.pmp-opt input { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; }
.pmp-opt-in { display: flex; flex-direction: column; height: 100%; gap: 3px; min-height: 66px; padding: 10px 12px; border-radius: var(--r-sm); border: 1.5px solid #B9B4A5; background: var(--white); transition: border-color 0.15s, background-color 0.15s, color 0.15s, transform 0.2s var(--ease-out); }
.pmp-opt-l { font-weight: 700; font-size: 0.95rem; line-height: 1.25; }
.pmp-opt-p { font-size: 0.82rem; color: var(--smoke); font-variant-numeric: tabular-nums; }
.pmp-opt:hover .pmp-opt-in { border-color: var(--ink); }
.pmp-opt input:checked + .pmp-opt-in { background: var(--pine); border-color: var(--pine); color: var(--ivory); }
.pmp-opt input:checked + .pmp-opt-in .pmp-opt-p { color: var(--sage-light); }
.pmp-opt input:focus-visible + .pmp-opt-in { box-shadow: var(--ring); border-color: var(--sage-deep); }
.pmp-opt:active .pmp-opt-in { transform: scale(0.98); }
.pmp-out { position: relative; min-height: 468px; background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--sage); border-radius: var(--r-lg); padding: clamp(22px, 3vw, 34px); box-shadow: var(--shadow-sm); }
.pmp-for { font-family: var(--font-label); font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--sage-deep); }
.pmp-for strong { color: var(--ink); font-variant-numeric: tabular-nums; }
.pmp-total { margin-top: 4px; line-height: 1; min-height: 1em; }
.pmp-money { display: inline-block; font-family: var(--font-display); font-weight: 600; font-size: clamp(3.2rem, 2rem + 4.6vw, 5.6rem); line-height: 1; letter-spacing: -0.01em; color: var(--ink); font-variant-numeric: lining-nums tabular-nums; }
.pmp-on { color: var(--smoke); font-size: 0.95rem; margin-top: 6px; }
.pmp-list { list-style: none; padding: 0; margin: 18px 0 0; border-top: 1px solid var(--line); }
.pmp-li { display: grid; grid-template-columns: auto auto minmax(0, 1fr) auto; align-items: center; gap: 0 8px; min-height: 46px; padding-block: 5px; border-bottom: 1px solid var(--line); font-size: 0.98rem; }
.pmp-li[data-kind="linen"], .pmp-li[data-kind="napkin"] { grid-template-columns: auto auto auto minmax(0, 1fr) auto; }
.pmp-q { font-weight: 700; font-variant-numeric: tabular-nums; min-width: 2.6ch; text-align: right; }
.pmp-x { color: var(--smoke); }
.pmp-n { min-width: 0; overflow-wrap: anywhere; }
.pmp-sub { color: var(--smoke); font-variant-numeric: tabular-nums; white-space: nowrap; font-size: 0.92rem; }
.pmp-li.off .pmp-q, .pmp-li.off .pmp-x, .pmp-li.off .pmp-n, .pmp-li.off .pmp-sub { color: #9A968C; text-decoration: line-through; text-decoration-color: rgba(46, 44, 40, 0.35); }
.pmp-tog { width: 30px; height: 30px; display: grid; place-items: center; padding: 0; border-radius: 8px; border: 1.5px solid var(--sage-deep); background: var(--sage-deep); color: #fff; cursor: pointer; transition: background-color 0.15s, border-color 0.15s, transform 0.15s var(--ease-out); }
.pmp-tog svg { width: 16px; height: 16px; }
.pmp-tog[aria-pressed="false"] { background: var(--white); border-color: #B9B4A5; color: transparent; }
.pmp-tog:hover { border-color: var(--sage-dark); }
.pmp-tog:active { transform: scale(0.9); }
.pmp-tsel { max-width: 100%; font: inherit; font-size: 0.98rem; color: var(--ink); background: var(--sage-tint); border: 1px solid transparent; border-radius: 8px; padding: 4px 30px 4px 10px; cursor: pointer; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234E6B33' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 8px center; background-size: 16px; transition: background-color 0.15s, border-color 0.15s; }
.pmp-tsel:hover { border-color: var(--sage-deep); }
.pmp-tsel:focus-visible { outline: 3px solid transparent; border-color: var(--sage-deep); box-shadow: var(--ring); }
.pmp-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.pmp-cta .btn { flex: 1 1 200px; justify-content: center; }
.pmp-cta .btn svg { width: 1em; height: 1em; }
.pmp-fine { color: var(--smoke); font-size: 0.85rem; margin-top: 14px; }
@media (min-width: 860px) {
.pmp-in { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); }
.pmp-out { min-height: 500px; }
}
@media (max-width: 560px) {
.pmp-li { min-height: 64px; font-size: 0.94rem; }
.pmp-sub { font-size: 0.86rem; }
}
@media (max-width: 400px) {
.pmp-seg { grid-template-columns: 1fr; }
.pmp-opt-in { flex-direction: row; align-items: center; justify-content: space-between; min-height: 48px; }
.pmp-out { min-height: 520px; }
.pmp-cta .btn { flex-basis: 100%; }
}
@media (prefers-reduced-motion: no-preference) {
.pmp-money.tick { animation: pmpTick 0.5s var(--ease-out); }
@keyframes pmpTick { 0% { opacity: 0.55; transform: translateY(4px); } 100% { opacity: 1; transform: none; } }
}
.swb { --swb-top: 108px; --room: var(--ivory); content-visibility: visible; contain: none; }
.swb-book { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; align-items: start; }
.swb-panel, .swb-right { min-width: 0; }
.swb-panel {
position: relative; background: var(--ivory); border: 1px solid var(--line); border-radius: var(--r-lg);
padding: 28px; box-shadow: var(--shadow-sm);
}
@supports (background: color-mix(in oklch, red 14%, white)) {
.swb-panel { background: color-mix(in oklch, var(--room) 14%, var(--ivory)); }
}
.swb-faces { display: grid; }
.swb-face { grid-area: 1 / 1; opacity: 0; visibility: hidden; }
.swb-face.on { opacity: 1; visibility: visible; }
.swb-kicker { font-family: var(--font-label); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--smoke); }
.swb-name { font-family: var(--font-display); font-weight: 600; font-size: clamp(3rem, 2.4rem + 2.2vw, 4.8rem); line-height: 0.98; letter-spacing: -0.01em; color: var(--ink); margin-top: 6px; }
.swb-count { font-family: var(--font-label); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage-dark); margin-top: 10px; }
.swb-note { color: var(--smoke); font-size: 0.96rem; margin-top: 14px; max-width: 42ch; }
.swb-prices { list-style: none; padding: 0; margin: 16px 0 0; font-size: 0.92rem; border-top: 1px solid var(--line); }
.swb-prices li { display: flex; justify-content: space-between; gap: 12px; padding: 5px 0; border-bottom: 1px solid var(--line); }
.swb-prices b { font-variant-numeric: tabular-nums; color: var(--sage-dark); }
.swb-quoted { margin-top: 16px; padding: 12px 14px; border-radius: var(--r-sm); background: rgba(255, 255, 255, 0.55); font-size: 0.92rem; color: var(--smoke); }
.swb-quoted b { color: var(--ink); }
.swb-fine { font-size: 0.8rem; color: var(--smoke); margin-top: 8px; }
.swb-pick { margin-top: 20px; }
.swb-echo { display: flex; align-items: center; gap: 12px; min-height: 3rem; font-family: var(--font-display); font-weight: 600; font-size: 2.4rem; line-height: 1; color: var(--ink); }
.swb-echo-chip { flex: none; width: 34px; height: 34px; border-radius: 10px; background: var(--c, var(--line)); border: 1px solid rgba(46, 44, 40, 0.14); box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35); }
.swb-echo-name { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.swb-echo.is-empty .swb-echo-name { color: var(--smoke); font-weight: 500; }
.swb-add { position: relative; margin-top: 14px; width: 100%; min-height: 52px; justify-content: center; white-space: normal; text-align: center; padding-inline: 44px; }
.swb-add-long { flex: 1 1 auto; text-align: center; }
.swb-add > svg { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }
.swb-add-short { display: none; }
.swb-add[disabled] { opacity: 0.55; cursor: not-allowed; transform: none; box-shadow: none; }
.swb-add[disabled]:hover { background: var(--sage-deep); transform: none; }
.swb-hint { font-size: 0.82rem; color: var(--smoke); margin-top: 8px; min-height: 1.4em; }
.swb-chooser[hidden], .swb-sizes[hidden] { display: none; }
.swb-chooser { margin-top: 16px; padding: 16px; border-radius: var(--r); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.swb-chooser-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.swb-chooser-h { font-weight: 700; font-size: 0.98rem; }
.swb-x { background: none; border: 0; cursor: pointer; color: var(--smoke); font-size: 1.5rem; line-height: 1; width: 40px; height: 40px; border-radius: 8px; }
.swb-x:hover { background: var(--sage-tint); color: var(--ink); }
.swb-sizes { display: grid; gap: 4px; max-height: 232px; overflow: auto; }
.swb-size { display: flex; align-items: center; gap: 10px; padding: 7px 8px; border-radius: 8px; font-size: 0.9rem; cursor: pointer; }
.swb-size:hover { background: var(--sage-tint); }
.swb-size:has(:checked) { background: var(--sage-tint); box-shadow: inset 0 0 0 1.5px var(--sage-deep); }
.swb-size input { accent-color: var(--sage-deep); width: 16px; height: 16px; margin: 0; flex: none; }
.swb-size-n { flex: 1; }
.swb-size-p { font-variant-numeric: tabular-nums; font-weight: 700; color: var(--sage-dark); white-space: nowrap; }
.swb-qty { display: inline-flex; align-items: center; gap: 2px; margin-top: 12px; }
.swb-qty button { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 8px; border: 1px solid var(--line); background: var(--ivory); cursor: pointer; font-weight: 700; font-size: 1.05rem; color: var(--ink); }
.swb-qty button:hover { background: var(--sage-tint); border-color: var(--sage-deep); }
.swb-qty input { width: 64px; min-height: 40px; text-align: center; font: inherit; border: 1px solid var(--line); border-radius: 8px; padding: 4px; font-variant-numeric: tabular-nums; }
.swb-confirm { margin-top: 12px; width: 100%; justify-content: center; white-space: normal; }
.swb-confirm svg { width: 16px; height: 16px; }
.swb-chooser .swb-fine { min-height: 1.3em; }
.swb-filter { display: flex; gap: 8px; margin: 0 0 8px; padding: 10px 0; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; background: var(--ivory); }
.swb-filter::-webkit-scrollbar { display: none; }
.swb-filter button { flex: none; padding: 9px 15px; min-height: 40px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--white); font-size: 0.88rem; font-weight: 600; color: var(--smoke); cursor: pointer; transition: border-color 0.2s, color 0.2s, background-color 0.2s; }
.swb-filter button:hover { border-color: var(--sage-deep); color: var(--sage-dark); }
.swb-filter button[aria-pressed="true"] { background: var(--pine); border-color: var(--pine); color: var(--ivory); }
.swb-fabric { padding-block: 22px 8px; scroll-margin-top: calc(var(--swb-top) + 56px); }
.swb-fabric[hidden] { display: none; }
.swb-fabric-head { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 6px; }
.swb-fabric-head h3 { font-size: 1.6rem; }
.swb-fabric-head .tag { transform: translateY(-2px); }
.swb-fabric-note { color: var(--smoke); max-width: 70ch; margin-bottom: 14px; font-size: 0.95rem; }
.swb-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(104px, 1fr)); gap: 10px; }
.swb-chip {
display: grid; gap: 6px; padding: 0; margin: 0; border: 0; background: none; text-align: left; cursor: pointer;
font: inherit; font-size: 0.8rem; line-height: 1.25; color: var(--ink); border-radius: var(--r-sm);
scroll-margin-top: calc(var(--swb-top) + 72px);
transition: transform 0.25s var(--ease-out);
}
.swb-chip[hidden] { display: none; }
.swb-chip-c { display: block; width: 100%; aspect-ratio: 5 / 3; border-radius: var(--r-sm); border: 1px solid rgba(46, 44, 40, 0.14); box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35); background: var(--c, #EEE); transition: box-shadow 0.2s; }
.swb-chip-n { font-weight: 600; }
.swb-chip:hover { transform: translateY(-2px); }
.swb-chip:focus-visible { outline: 3px solid transparent; }
.swb-chip:focus-visible .swb-chip-c { box-shadow: 0 0 0 2px var(--ivory), 0 0 0 4px var(--sage-deep); }
.swb-chip[aria-pressed="true"] .swb-chip-c { box-shadow: 0 0 0 2px var(--ivory), 0 0 0 4px var(--pine); }
.swb-chip[aria-pressed="true"] .swb-chip-n { color: var(--sage-dark); }
.swb-note-foot { margin-top: 26px; font-size: 0.88rem; color: var(--smoke); max-width: 72ch; }
@media (min-width: 880px) {
.swb-book { grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.6fr); gap: 48px; }
.swb-panel { position: sticky; top: var(--swb-top); max-height: calc(100vh - var(--swb-top) - 20px); overflow: auto; overscroll-behavior: contain; }
.swb-fabric-note { display: none; }
.swb-filter { position: sticky; top: calc(var(--swb-top) - 30px); z-index: 4; flex-wrap: wrap; overflow: visible; padding: 16px 0 10px; }
.swb-fabric { padding-top: 26px; }
.swb-grid { grid-template-columns: repeat(auto-fill, minmax(112px, 1fr)); }
}
@media (max-width: 879px) {
.swb { --swb-top: 72px; }
.swb-panel { position: sticky; top: var(--swb-top); z-index: 5; height: 56px; padding: 0 8px 0 14px; border-radius: 14px; display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow); }
.swb-faces { flex: 1 1 auto; min-width: 0; display: block; }
.swb-face { display: none; }
.swb-face.on { display: block; }
.swb-kicker, .swb-note, .swb-prices, .swb-quoted, .swb-face .swb-fine, .swb-hint, .swb-echo-chip { display: none; }
.swb-name { font-size: 1.5rem; line-height: 1.1; margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.swb-count { margin: 0; font-size: 0.62rem; }
.swb-pick { margin: 0; flex: none; display: flex; align-items: center; gap: 8px; }
.swb-echo { min-height: 0; font-size: 0.86rem; font-family: var(--font-body); font-weight: 600; max-width: 34vw; }
.swb-echo.is-empty { display: none; }
.swb-add { margin: 0; width: auto; padding: 9px 14px; font-size: 0.86rem; white-space: nowrap; }
.swb-add svg, .swb-add-long { display: none; }
.swb-add-short { display: inline; }
.swb-chooser { position: absolute; left: 0; right: 0; top: calc(100% + 8px); margin: 0; z-index: 6; }
.swb-fabric { scroll-margin-top: calc(var(--swb-top) + 64px); }
.swb-rail { margin-inline: calc(-1 * clamp(18px, 4vw, 32px)); padding-inline: clamp(18px, 4vw, 32px); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; overscroll-behavior-x: contain; }
.swb-rail::-webkit-scrollbar { display: none; }
.swb-grid { grid-template-columns: none; grid-auto-flow: column; grid-template-rows: repeat(3, auto); grid-auto-columns: 84px; gap: 10px; width: max-content; padding-right: clamp(18px, 4vw, 32px); }
.swb-chip { scroll-snap-align: start; scroll-margin-left: clamp(18px, 4vw, 32px); scroll-margin-top: calc(var(--swb-top) + 64px); }
.swb-chip[hidden] { display: none; }
}
@media (prefers-reduced-motion: no-preference) {
.swb-panel { transition: background-color 0.4s var(--ease-out); }
.swb-face { transition: opacity 0.35s var(--ease-out), visibility 0.35s; }
.swb-echo-chip { transition: background-color 0.3s; }
@keyframes swbIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.swb-chooser:not([hidden]) { animation: swbIn 0.25s var(--ease-out); }
}
@media print { .swb-panel, .swb-filter, .swb-chooser { display: none !important; } }
.swb-right, .swb-panel, .swb-book > * { min-width: 0; }
.swb-rail { position: relative; }
@media (min-width: 880px) { .swb { --swb-top: 168px; } }
@media (max-width: 879px) { .swb { --swb-top: 146px; } .swb-panel { z-index: 31; } }