:root {
  --ink: #201d19;
  --muted: #6f685f;
  --paper: #f8f5ef;
  --cream: #eee8df;
  --sand: #d8c7b4;
  --taupe: #a48f7a;
  --olive: #68705b;
  --dark: #2d3029;
  --line: rgba(32, 29, 25, .14);
  --white: #fff;
  --shadow: 0 24px 70px rgba(54, 43, 31, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
body.no-scroll { overflow: hidden; }
button, input, textarea { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }

.announcement { padding: 9px 20px; background: var(--dark); color: #f4f0e9; text-align: center; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.header { position: sticky; top: 0; z-index: 20; height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 clamp(20px, 5vw, 76px); background: color-mix(in srgb, var(--paper) 88%, transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 750; letter-spacing: .16em; font-size: 15px; }
.brand img { flex: 0 0 auto; }
.nav { display: flex; gap: 28px; }
.nav a { text-decoration: none; color: var(--muted); font-size: 14px; }
.nav a:hover { color: var(--ink); }
.cart-button { border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: 10px 15px; cursor: pointer; color: var(--ink); }
.cart-button span { display: inline-grid; place-items: center; min-width: 21px; height: 21px; margin-left: 7px; border-radius: 50%; background: var(--ink); color: white; font-size: 11px; }

.hero { position: relative; min-height: calc(100vh - 108px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; gap: clamp(30px, 6vw, 96px); padding: clamp(64px, 9vw, 130px) clamp(20px, 7vw, 110px); overflow: hidden; }
.hero-pattern { position: absolute; inset: 0; opacity: .24; pointer-events: none; background-image: linear-gradient(30deg, transparent 48%, rgba(104, 112, 91, .12) 49%, rgba(104, 112, 91, .12) 51%, transparent 52%), linear-gradient(-30deg, transparent 48%, rgba(104, 112, 91, .1) 49%, rgba(104, 112, 91, .1) 51%, transparent 52%); background-size: 90px 156px; mask-image: linear-gradient(to right, black, transparent 62%); }
.hero-copy { position: relative; z-index: 2; max-width: 700px; }
.eyebrow { margin: 0 0 16px; color: var(--olive); font-size: 12px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(50px, 7.1vw, 104px); }
h2 { margin-bottom: 20px; font-size: clamp(38px, 4.4vw, 66px); }
h3 { font-size: 29px; }
.hero-text { max-width: 610px; margin: 0 0 34px; color: var(--muted); font-size: clamp(17px, 1.6vw, 21px); }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 23px; border: 0; border-radius: 999px; cursor: pointer; text-decoration: none; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--dark); color: white; box-shadow: 0 12px 30px rgba(45, 48, 41, .18); }
.button-wide { width: 100%; }
.text-link { text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; font-weight: 650; }
.hero-art { position: relative; min-height: 560px; display: grid; place-items: center; }
.arch { position: absolute; border-radius: 220px 220px 28px 28px; }
.arch-back { width: min(86%, 480px); height: 86%; background: #d8cbbb; transform: rotate(7deg) translate(22px, 10px); }
.arch-front { width: min(73%, 405px); height: 76%; display: flex; flex-direction: column; justify-content: center; align-items: center; background: linear-gradient(145deg, #374034, #20241f); color: #f2ede4; box-shadow: var(--shadow); }
.arch-front::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 200px 200px 18px 18px; }
.arch-front .monogram { font: 400 clamp(90px, 12vw, 165px)/1 Georgia, serif; }
.arch-front span { letter-spacing: .42em; font-size: 17px; padding-left: .42em; }
.arch-front small { margin-top: 12px; color: rgba(255,255,255,.6); letter-spacing: .2em; }
.orb { position: absolute; border-radius: 50%; border: 1px solid rgba(32,29,25,.17); }
.orb-one { width: 100px; height: 100px; right: 3%; bottom: 12%; background: #ede4d8; }
.orb-two { width: 55px; height: 55px; left: 2%; top: 18%; background: var(--olive); }

.benefits { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.benefits article { display: flex; gap: 18px; padding: 28px clamp(20px, 4vw, 60px); border-right: 1px solid var(--line); }
.benefits article:last-child { border-right: 0; }
.benefits article > span { color: var(--taupe); font: 24px Georgia, serif; }
.benefits strong { display: block; margin-bottom: 4px; font-family: Georgia, serif; font-size: 20px; font-weight: 500; }
.benefits p { margin: 0; color: var(--muted); font-size: 14px; }

.section { padding: clamp(82px, 10vw, 150px) clamp(20px, 7vw, 110px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 390px; margin: 0; color: var(--muted); }
.filters { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 34px; }
.filter-button { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; color: var(--muted); }
.filter-button.active { background: var(--dark); color: white; border-color: var(--dark); }
.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(10px, 1.4vw, 20px); }
.product-card { min-width: 0; cursor: pointer; }
.product-image { position: relative; aspect-ratio: 4 / 5.1; overflow: hidden; border-radius: 16px; background: linear-gradient(145deg, #e3d9cc, #c8b6a3); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: radial-gradient(circle at 70% 18%, rgba(255,255,255,.55) 0 10%, transparent 11%), linear-gradient(155deg, #e6ddd1, #b7a18b); }
.product-placeholder::before { content: "A"; width: 50%; aspect-ratio: .75; display: grid; place-items: center; border-radius: 100px 100px 12px 12px; background: rgba(45,48,41,.92); color: white; font: 82px Georgia, serif; box-shadow: 0 22px 50px rgba(45,48,41,.25); }
.product-badge { position: absolute; left: 9px; top: 9px; z-index: 2; padding: 5px 8px; border-radius: 999px; background: rgba(248,245,239,.92); font-size: 9px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.quick-add { position: absolute; right: 9px; bottom: 9px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--dark); color: white; cursor: pointer; font-size: 20px; box-shadow: 0 6px 16px rgba(32,29,25,.2); }
.photo-count { position: absolute; right: 9px; top: 9px; z-index: 2; padding: 5px 8px; border-radius: 999px; background: rgba(32,29,25,.78); color: white; font-size: 9px; font-weight: 700; }
.product-info { min-width: 0; padding: 11px 2px 4px; }
.product-meta { display: flex; justify-content: space-between; gap: 6px; min-width: 0; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.product-meta span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-info h3 { display: -webkit-box; overflow: hidden; margin: 5px 0 6px; font-size: 20px; line-height: 1.08; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.price { display: flex; align-items: baseline; gap: 6px; font-size: 14px; font-weight: 750; }
.price s { color: var(--muted); font-weight: 400; font-size: 11px; }
.empty-state { padding: 70px 20px; text-align: center; border: 1px solid var(--line); border-radius: var(--radius); }
.empty-state span { font-size: 35px; color: var(--olive); }
.empty-state p { color: var(--muted); }

.quote-section { text-align: center; background: var(--cream); }
.quote-section p { max-width: 980px; margin: 0 auto 28px; font: clamp(35px, 5vw, 70px)/1.13 Georgia, serif; }
.quote-section span { color: var(--olive); font-size: 12px; font-weight: 750; letter-spacing: .23em; }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 8vw, 130px); align-items: center; }
.about-visual { position: relative; min-height: 600px; }
.fabric-card { position: absolute; border-radius: 180px 180px 20px 20px; box-shadow: var(--shadow); }
.fabric-one { inset: 0 19% 8% 0; background: linear-gradient(145deg, #baa58f, #e7ded3); }
.fabric-one::after { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(255,255,255,.45); border-radius: inherit; }
.fabric-two { width: 45%; height: 54%; right: 0; bottom: 0; background: linear-gradient(150deg, #6f7764, #353a31); transform: rotate(3deg); }
.about-seal { position: absolute; left: 50%; top: 48%; width: 145px; height: 145px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); text-align: center; font: 58px/1 Georgia, serif; }
.about-seal small { display: block; font: 10px/1.2 Inter, sans-serif; letter-spacing: .15em; color: var(--muted); }
.about-copy p:not(.eyebrow) { margin: 0 0 30px; color: var(--muted); font-size: 18px; line-height: 1.8; }
.delivery { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; background: var(--cream); }
.delivery-card, .delivery-note { border-radius: var(--radius); }
.delivery-card { padding: clamp(35px, 5vw, 70px); background: var(--paper); }
.delivery-card ol { display: grid; gap: 0; margin: 38px 0 0; padding: 0; list-style: none; }
.delivery-card li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.delivery-card li > span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-family: Georgia, serif; }
.delivery-card strong { font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.delivery-card p { margin: 5px 0 0; color: var(--muted); }
.delivery-note { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(35px, 5vw, 70px); background: var(--dark); color: white; }
.delivery-note p { color: rgba(255,255,255,.68); font-size: 17px; }
.geometric-mark { display: grid; place-items: center; width: 60px; height: 60px; margin-bottom: 28px; border: 1px solid rgba(255,255,255,.24); transform: rotate(45deg); font-size: 24px; }
.geometric-mark::first-letter { transform: rotate(-45deg); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 15px; }
.contact-actions a { padding: 11px 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; text-decoration: none; }
.footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 32px clamp(20px, 7vw, 110px); background: #1d1f1b; color: white; }
.footer p { color: rgba(255,255,255,.58); text-align: center; font-size: 13px; }
.footer > a { justify-self: end; color: white; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(20,18,16,.62); backdrop-filter: blur(8px); }
.product-modal { position: relative; z-index: 1; width: min(980px, 100%); max-height: calc(100vh - 40px); display: grid; grid-template-columns: 1fr 1fr; overflow: auto; background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); }
.modal-close { position: absolute; right: 15px; top: 15px; z-index: 3; }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(248,245,239,.9); cursor: pointer; font-size: 25px; }
.modal-image { min-height: 600px; background: var(--cream); }
.product-gallery { min-height: 600px; display: grid; grid-template-rows: minmax(0, 1fr) auto; }
.gallery-main { min-height: 0; overflow: hidden; }
.gallery-main img { width: 100%; height: 100%; min-height: 500px; display: block; object-fit: cover; }
.gallery-thumbnails { display: grid; grid-template-columns: repeat(auto-fit, minmax(54px, 1fr)); gap: 8px; padding: 10px; background: var(--paper); border-top: 1px solid var(--line); }
.gallery-thumb { aspect-ratio: 1; min-width: 0; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 10px; background: var(--cream); cursor: pointer; opacity: .68; }
.gallery-thumb.active { border-color: var(--dark); opacity: 1; }
.gallery-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; }
.gallery-placeholder { min-height: 600px; }
.modal-content { padding: clamp(35px, 5vw, 70px); align-self: center; }
.modal-content > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.modal-price { margin: -5px 0 24px; font-size: 20px; font-weight: 750; }
.option-group { margin-top: 24px; }
.option-group > span { display: block; margin-bottom: 10px; font-size: 13px; font-weight: 700; }
.option-list { display: flex; flex-wrap: wrap; gap: 8px; }
.option-chip { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; }
.option-chip.active { background: var(--dark); border-color: var(--dark); color: white; }
.quantity-row { display: flex; align-items: center; justify-content: space-between; margin: 27px 0; }
.quantity-control { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.quantity-control button { width: 42px; height: 40px; border: 0; background: transparent; cursor: pointer; font-size: 20px; }
.quantity-control span { min-width: 35px; text-align: center; font-weight: 700; }

.cart-drawer { position: fixed; inset: 0; z-index: 45; pointer-events: none; visibility: hidden; }
.cart-drawer.open { pointer-events: auto; visibility: visible; }
.cart-backdrop { position: absolute; inset: 0; opacity: 0; background: rgba(20,18,16,.55); backdrop-filter: blur(5px); transition: opacity .25s ease; }
.cart-panel { position: absolute; top: 0; right: 0; width: min(470px, 100%); height: 100%; display: flex; flex-direction: column; padding: 28px; background: var(--paper); transform: translateX(100%); transition: transform .3s ease; }
.cart-drawer.open .cart-backdrop { opacity: 1; }
.cart-drawer.open .cart-panel { transform: translateX(0); }
.cart-header { display: flex; align-items: start; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.cart-header h2 { margin-bottom: 0; font-size: 44px; }
.cart-items { flex: 1; overflow-y: auto; }
.cart-item { display: grid; grid-template-columns: 84px 1fr auto; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-thumb { width: 84px; aspect-ratio: .8; overflow: hidden; border-radius: 12px; background: var(--cream); }
.cart-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-item h4 { margin: 0 0 5px; font-family: Georgia, serif; font-size: 19px; }
.cart-item p { margin: 0; color: var(--muted); font-size: 12px; }
.cart-item strong { display: block; margin-top: 9px; }
.cart-remove { align-self: start; border: 0; background: transparent; cursor: pointer; color: var(--muted); }
.cart-empty { flex: 1; display: grid; place-content: center; text-align: center; color: var(--muted); }
.cart-empty span { color: var(--olive); font-size: 36px; }
.cart-footer { padding-top: 20px; border-top: 1px solid var(--line); }
.cart-total { display: flex; justify-content: space-between; margin-bottom: 18px; font-size: 18px; }
.checkout-modal { position: relative; z-index: 1; width: min(560px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: clamp(30px, 5vw, 54px); background: var(--paper); border-radius: var(--radius); }
.checkout-modal > p:not(.eyebrow) { color: var(--muted); }
.checkout-modal label { display: grid; gap: 7px; margin: 16px 0; font-size: 13px; font-weight: 700; }
.checkout-modal input, .checkout-modal textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); outline: none; }
.checkout-modal input:focus, .checkout-modal textarea:focus { border-color: var(--olive); box-shadow: 0 0 0 3px rgba(104,112,91,.1); }
.honeypot { position: absolute !important; left: -9999px; }
.form-status { min-height: 22px; margin: 12px 0 0 !important; text-align: center; font-size: 14px; }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 70; max-width: min(430px, calc(100% - 30px)); padding: 13px 18px; border-radius: 999px; background: var(--dark); color: white; box-shadow: var(--shadow); opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-art { min-height: 500px; }
  .benefits { grid-template-columns: 1fr; }
  .benefits article { border-right: 0; border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
  .about, .delivery { grid-template-columns: 1fr; }
  .about-visual { min-height: 520px; }
  .footer { grid-template-columns: 1fr; text-align: center; }
  .footer > a { justify-self: center; }
}

@media (max-width: 680px) {
  .announcement { font-size: 9px; }
  .header { height: 66px; padding-inline: 15px; }
  .brand { font-size: 12px; }
  .brand img { width: 35px; height: 35px; }
  .cart-button { padding: 8px 11px; font-size: 12px; }
  .hero { min-height: auto; padding: 60px 20px 80px; }
  h1 { font-size: clamp(46px, 15vw, 72px); }
  .hero-art { min-height: 420px; }
  .orb-one { right: 0; }
  .section { padding: 75px 18px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 15px; }
  .section { padding-inline: 10px; }
  .filters { gap: 6px; margin-bottom: 22px; }
  .filter-button { padding: 7px 10px; font-size: 11px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .product-image { border-radius: 10px; }
  .product-badge { left: 5px; top: 5px; padding: 3px 5px; font-size: 7px; letter-spacing: .03em; }
  .quick-add { right: 5px; bottom: 5px; width: 30px; height: 30px; font-size: 17px; }
  .product-info { padding: 7px 1px 2px; }
  .product-meta { font-size: 8px; letter-spacing: .02em; }
  .product-meta span:last-child { display: none; }
  .product-info h3 { margin: 4px 0; font-size: 13px; line-height: 1.12; }
  .price { gap: 3px; font-size: 11px; line-height: 1.2; }
  .price s { font-size: 9px; }
  .product-card .product-placeholder::before { font-size: 32px; }
  .about-visual { min-height: 430px; }
  .about-seal { width: 115px; height: 115px; left: 44%; }
  .product-modal { grid-template-columns: 1fr; }
  .modal-image, .product-gallery, .gallery-placeholder { min-height: 420px; }
  .gallery-main img { min-height: 350px; }
  .gallery-thumbnails { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 5px; padding: 7px; }
  .modal-content { padding: 32px 22px; }
  .cart-panel { padding: 20px 16px; }
  .cart-item { grid-template-columns: 70px 1fr auto; }
  .cart-thumb { width: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
