:root {
  --ivory: #f5f1e8;
  --paper: #fbf9f4;
  --ink: #1d1b18;
  --muted: #706b62;
  --line: #d9d2c6;
  --gold: #a77a3f;
  --amber: #9f5429;
  --deep: #171714;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.drawer-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--ink); color: white; padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.announcement { background: var(--deep); color: #f8f4eb; min-height: 34px; display: grid; place-items: center; padding: 7px 20px; }
.announcement p { margin: 0; font-size: 10px; font-weight: 650; letter-spacing: .17em; text-transform: uppercase; }
.site-header { width: var(--page); height: 92px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 4; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 19px; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--sans); font-size: 9px; letter-spacing: .14em; }
.desktop-nav { display: flex; gap: 38px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a, .footer-links a { position: relative; }
.desktop-nav a::after, .footer-links a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .footer-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.cart-button { border: 0; background: none; display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; padding: 10px 0 10px 16px; }
.cart-count { min-width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: white; font-size: 10px; }

.hero { width: var(--page); margin: 0 auto; min-height: 720px; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(44px, 7vw, 110px); align-items: center; padding: 64px 0 80px; }
.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero h1, .intro h2, .set-heading h2, .craft-copy h2, .bulk-intro h2, .closing-cta h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
.hero h1 { max-width: 630px; margin: 0; font-size: clamp(58px, 6.3vw, 98px); line-height: .92; }
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero-text { max-width: 550px; margin: 32px 0; color: var(--muted); font-family: var(--serif); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 52px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 28px; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: background .25s, color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--gold); }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: #dfd2bf; }
.text-link { border: 0; background: none; padding: 4px 0; cursor: pointer; font-size: 12px; border-bottom: 1px solid currentColor; }
.hero-details { margin: 58px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-top: 22px; }
.hero-details div + div { border-left: 1px solid var(--line); padding-left: 22px; }
.hero-details dt { font-family: var(--serif); font-size: 25px; }
.hero-details dd { margin: 4px 0 0; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 650px; overflow: hidden; background: #c7b39e; }
.hero-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgb(255 255 255 / .18); pointer-events: none; }
.hero-visual > img { width: 100%; height: 650px; object-fit: cover; object-position: 50% 68%; transition: transform 1.2s ease; }
.hero-visual:hover > img { transform: scale(1.025); }
.hero-caption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: center; gap: 18px; padding: 20px 24px; background: rgb(25 21 16 / .74); color: white; backdrop-filter: blur(12px); }
.hero-caption > span { color: #c8a46c; font-family: var(--serif); font-size: 28px; }
.hero-caption p { margin: 0; font-family: var(--serif); font-size: 17px; }
.hero-caption small { color: #d1cdc5; font-family: var(--sans); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }

.intro { width: min(760px, calc(100% - 48px)); margin: auto; padding: 130px 0 110px; text-align: center; }
.intro h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); }
.intro > p:last-child { max-width: 620px; margin: 28px auto 0; color: var(--muted); font-family: var(--serif); font-size: 18px; line-height: 1.7; }

.collection { width: var(--page); margin: auto; border-top: 1px solid var(--line); }
.product-card { padding: 100px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(48px, 8vw, 120px); align-items: center; }
.product-card-reverse .product-image-wrap { order: 2; }
.product-card-reverse .product-content { order: 1; }
.product-image-wrap { position: relative; height: 650px; overflow: hidden; background: #d8c5af; }
.product-image-wrap img { height: 100%; object-fit: cover; transition: transform .8s ease; }
.product-image-wrap:hover img { transform: scale(1.025); }
.amber-wrap img { object-position: center 70%; }
.noir-wrap img { object-position: center 58%; }
.product-badge { position: absolute; z-index: 1; top: 20px; left: 20px; background: rgb(250 247 240 / .9); padding: 9px 13px; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; backdrop-filter: blur(8px); }
.product-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.product-index { margin: 0 0 8px; color: var(--gold); font-family: var(--serif); font-style: italic; }
.product-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 4vw, 62px); font-weight: 400; letter-spacing: -.04em; }
.starting-price { margin: 12px 0 0; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; text-align: right; white-space: nowrap; }
.starting-price strong { display: block; margin-top: 5px; color: var(--ink); font-family: var(--serif); font-size: 20px; font-weight: 400; letter-spacing: 0; }
.scent-notes { margin: 26px 0 14px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.product-description { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 17px; line-height: 1.65; }
.quantity-row { margin: 38px 0 22px; display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; }
.quantity-label { margin: 0 0 11px; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.quantity-control { display: grid; grid-template-columns: 45px 64px 45px; height: 52px; border: 1px solid var(--ink); }
.quantity-control button { border: 0; background: transparent; cursor: pointer; font-family: var(--serif); font-size: 20px; transition: background .2s; }
.quantity-control button:hover { background: var(--ivory); }
.quantity-input { width: 100%; border: 0; border-left: 1px solid var(--line); border-right: 1px solid var(--line); background: transparent; text-align: center; font-family: var(--serif); font-size: 18px; appearance: textfield; }
.quantity-input::-webkit-inner-spin-button, .quantity-input::-webkit-outer-spin-button { appearance: none; margin: 0; }
.quantity-input:focus { outline: 2px solid var(--gold); outline-offset: -2px; }
.unit-price { margin: 0 0 6px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.button-product { width: 100%; justify-content: space-between; background: var(--ink); color: white; }
.button-product:hover { background: var(--gold); }
.button-price { font-family: var(--serif); font-size: 16px; font-weight: 400; letter-spacing: 0; }

.set-guide { background: var(--ivory); padding: 120px max(24px, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 8vw, 120px); }
.set-heading h2 { margin: 0; max-width: 390px; font-size: clamp(42px, 4vw, 62px); line-height: 1.05; }
.order-features { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.order-features article { padding: 24px 26px 8px 0; }
.order-features article + article { padding-left: 26px; border-left: 1px solid var(--line); }
.order-features span { color: var(--gold); font-family: var(--serif); font-size: 20px; }
.order-features h3 { margin: 24px 0 8px; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.order-features p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.craft { display: grid; grid-template-columns: 1fr 1fr; min-height: 740px; background: var(--deep); color: #f7f2e9; }
.craft-image { min-height: 740px; overflow: hidden; }
.craft-image img { height: 100%; object-fit: cover; object-position: center 55%; opacity: .84; }
.craft-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 125px); }
.craft-copy h2 { margin: 0; font-size: clamp(46px, 5vw, 72px); line-height: .98; }
.craft-copy > p:not(.eyebrow) { margin: 30px 0 45px; color: #bdb8af; font-family: var(--serif); font-size: 17px; line-height: 1.7; }
.craft-copy ul { list-style: none; padding: 0; margin: 0; }
.craft-copy li { display: grid; grid-template-columns: 36px 1fr; gap: 16px; padding: 17px 0; border-top: 1px solid #393832; }
.craft-copy li > span { color: var(--gold); font-family: var(--serif); }
.craft-copy li p { margin: 0; color: #a8a49d; font-size: 13px; line-height: 1.6; }
.craft-copy li strong { color: #f3eee4; font-weight: 500; }

.bulk-orders { width: var(--page); margin: auto; padding: 130px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 8vw, 120px); align-items: start; }
.bulk-intro { position: sticky; top: 36px; }
.bulk-intro h2 { margin: 0; max-width: 520px; font-size: clamp(48px, 5vw, 72px); line-height: .98; }
.bulk-intro > p:not(.eyebrow, .bulk-note) { max-width: 510px; margin: 30px 0; color: var(--muted); font-family: var(--serif); font-size: 17px; line-height: 1.7; }
.bulk-occasions { display: flex; flex-wrap: wrap; gap: 8px; margin: 34px 0; }
.bulk-occasions span { border: 1px solid var(--line); border-radius: 100px; padding: 10px 14px; color: var(--muted); font-size: 9px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.bulk-note { max-width: 500px; margin: 0; padding: 20px 0 0 22px; border-left: 1px solid var(--gold); color: var(--muted); font-size: 12px; line-height: 1.7; }
.bulk-note strong { color: var(--ink); font-weight: 600; }
.bulk-form { position: relative; isolation: isolate; overflow: hidden; padding: 46px; border: 1px solid #34312b; background: var(--deep); color: #f6f0e6; box-shadow: 0 28px 65px rgb(42 33 23 / .16); }
.bulk-form::before { content: ""; position: absolute; z-index: -1; width: 300px; height: 300px; top: -190px; right: -100px; border-radius: 50%; background: radial-gradient(circle, rgb(167 122 63 / .32), transparent 68%); }
.bulk-form::after { content: "PRIVATE CLIENT SERVICE"; position: absolute; z-index: -1; right: -24px; bottom: 155px; color: rgb(255 255 255 / .025); font-family: var(--serif); font-size: 52px; letter-spacing: .08em; white-space: nowrap; transform: rotate(-90deg) translateX(100%); transform-origin: right bottom; }
.form-heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-bottom: 28px; border-bottom: 1px solid #3a3731; }
.form-title-lockup { display: flex; align-items: center; gap: 18px; }
.form-monogram { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: #d2ad75; font-size: 10px; letter-spacing: .16em; }
.form-kicker { margin: 0 0 4px; color: #bc935c; font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.form-heading h3 { margin: 0; font-family: var(--serif); font-size: 31px; font-weight: 400; letter-spacing: -.025em; }
.form-confidential { margin: 0; color: #9a958c; font-size: 8px; line-height: 1.7; letter-spacing: .12em; text-align: right; text-transform: uppercase; }
.form-confidential small { font-size: inherit; letter-spacing: .06em; }
.form-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 22px 0; border-bottom: 1px solid #3a3731; }
.form-steps span { color: #77736c; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.form-steps b { margin-right: 7px; color: #c49a63; font-family: var(--serif); font-size: 13px; font-weight: 400; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 18px; padding: 10px 0 30px; }
.form-section-label { grid-column: 1 / -1; display: flex; align-items: center; gap: 10px; margin: 28px 0 0; color: #d8d1c7; font-family: var(--serif); font-size: 15px; }
.form-section-label span { color: #b8884d; font-family: var(--sans); font-size: 8px; letter-spacing: .15em; }
.field { display: grid; gap: 9px; }
.field > span { color: #a8a39a; font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #413d36; border-radius: 0; background: #201f1b; padding: 14px 15px; color: #f4eee4; font-family: var(--serif); font-size: 16px; outline: none; transition: border-color .2s, background .2s, box-shadow .2s; }
.field select { cursor: pointer; color-scheme: dark; }
.field textarea { resize: vertical; min-height: 132px; line-height: 1.55; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #5d574d; background: #24221e; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #b98b50; background: #26231f; box-shadow: 0 0 0 3px rgb(185 139 80 / .1); }
.field input::placeholder, .field textarea::placeholder { color: #77736c; opacity: 1; }
.field-full { grid-column: 1 / -1; }
.form-footer { display: flex; justify-content: space-between; align-items: center; gap: 26px; padding-top: 28px; border-top: 1px solid #3a3731; }
.form-footer p { display: flex; align-items: flex-start; gap: 10px; max-width: 270px; margin: 0; color: #959087; font-size: 9px; line-height: 1.65; }
.assurance-mark { flex: 0 0 auto; width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid #746348; border-radius: 50%; color: #d0a76e; font-size: 9px; }
.bulk-form .button-dark { background: #b07c3e; color: #fff; }
.bulk-form .button-dark:hover { background: #d0a267; color: var(--deep); }
.form-status { grid-column: 1 / -1; margin: 0; color: var(--amber); font-size: 11px; }

.closing-cta { padding: 150px 24px; text-align: center; background: #a56b38; color: white; }
.closing-cta .eyebrow { color: #f0d9bb; }
.closing-cta h2 { margin: 0 auto 40px; font-size: clamp(50px, 6vw, 88px); line-height: .95; }
footer { width: var(--page); margin: auto; min-height: 250px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 28px; position: relative; }
.footer-brand { align-self: center; }
footer > p:not(.copyright) { color: var(--muted); font-family: var(--serif); font-size: 15px; }
.footer-links { display: flex; justify-content: flex-end; gap: 28px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.copyright { position: absolute; left: 0; bottom: 26px; margin: 0; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 20; background: rgb(20 18 15 / .45); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 21; top: 0; right: 0; width: min(470px, 100%); height: 100dvh; background: var(--paper); padding: 36px; display: flex; flex-direction: column; transform: translateX(101%); transition: transform .35s ease; box-shadow: -20px 0 50px rgb(0 0 0 / .12); }
.cart-drawer.open { transform: translateX(0); }
.cart-header { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.cart-header .eyebrow { margin-bottom: 8px; }
.cart-header h2 { margin: 0; font-family: var(--serif); font-size: 36px; font-weight: 400; }
.icon-button { border: 0; background: none; cursor: pointer; font-family: var(--serif); font-size: 36px; line-height: 1; }
.cart-items { overflow-y: auto; padding: 10px 0; }
.cart-item { display: grid; grid-template-columns: 80px 1fr auto; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 80px; height: 96px; object-fit: cover; }
.cart-item h3 { margin: 0 0 5px; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.cart-item p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.cart-item strong { font-family: var(--serif); font-size: 16px; font-weight: 400; }
.remove-item { margin-top: 7px; padding: 0; border: 0; border-bottom: 1px solid var(--muted); background: none; color: var(--muted); cursor: pointer; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.cart-empty { margin: auto 0; text-align: center; color: var(--muted); font-family: var(--serif); }
.cart-empty .text-link { color: var(--ink); font-family: var(--sans); }
.cart-summary { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; font-family: var(--serif); font-size: 23px; }
.cart-summary > p { color: var(--muted); font-size: 10px; line-height: 1.5; }
.cart-summary .button { width: 100%; margin-top: 10px; }
.toast { position: fixed; z-index: 30; left: 50%; bottom: 28px; transform: translate(-50%, 18px); background: var(--ink); color: white; padding: 13px 20px; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; font-size: 11px; letter-spacing: .06em; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 950px) {
  :root { --page: min(100% - 32px, 720px); }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 54px; }
  .hero-copy { max-width: 650px; }
  .hero-visual, .hero-visual > img { min-height: 560px; height: 560px; }
  .product-card { grid-template-columns: 1fr; }
  .product-card-reverse .product-image-wrap, .product-card-reverse .product-content { order: initial; }
  .product-image-wrap { height: 600px; }
  .set-guide { grid-template-columns: 1fr; }
  .craft { grid-template-columns: 1fr; }
  .craft-image { height: 620px; min-height: 0; }
  .bulk-orders { grid-template-columns: 1fr; }
  .bulk-intro { position: static; }
  footer { grid-template-columns: 1fr auto; padding: 70px 0; align-content: center; }
  footer > p:not(.copyright) { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --page: calc(100% - 32px); }
  .announcement p { font-size: 8px; }
  .site-header { height: 74px; }
  .brand { font-size: 15px; }
  .brand-mark { width: 30px; height: 30px; }
  .cart-button > span:first-child { display: none; }
  .hero { min-height: auto; padding: 50px 0 32px; gap: 50px; }
  .hero h1 { font-size: clamp(53px, 16vw, 72px); }
  .hero-text { font-size: 16px; }
  .hero-details { margin-top: 44px; }
  .hero-details div + div { padding-left: 12px; }
  .hero-details dt { font-size: 20px; }
  .hero-visual, .hero-visual > img { min-height: 500px; height: 500px; }
  .intro { padding: 100px 0 80px; }
  .product-card { padding: 70px 0; gap: 42px; }
  .product-image-wrap { height: 500px; }
  .product-heading { display: block; }
  .starting-price { text-align: left; }
  .quantity-row { align-items: flex-start; }
  .order-features { grid-template-columns: 1fr; }
  .order-features article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .set-guide { padding-top: 85px; padding-bottom: 85px; }
  .craft-image { height: 500px; }
  .craft-copy { padding: 72px 24px; }
  .bulk-orders { padding: 90px 0; }
  .bulk-form { padding: 28px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .field-spacer { display: none; }
  .form-section-label { grid-column: auto; }
  .form-steps { gap: 12px; }
  .form-steps span { line-height: 1.5; }
  .form-heading, .form-footer { align-items: flex-start; flex-direction: column; }
  .form-confidential { text-align: left; }
  .form-footer .button { width: 100%; }
  .closing-cta { padding: 100px 20px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .cart-drawer { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
