:root {
  --ink: #17130f;
  --paper: #f5f1e9;
  --paper-2: #ebe4d8;
  --cream: #fffaf2;
  --gold: #b78b3d;
  --gold-2: #d9b96c;
  --muted: #6f675d;
  --line: rgba(23,19,15,.16);
  --radius: 22px;
  --shadow: 0 26px 70px rgba(22,16,9,.16);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .8rem 1rem; background: #fff; color: #000; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.announcement { min-height: 34px; background: var(--ink); color: #f7efe1; display: flex; align-items: center; justify-content: center; gap: .7rem; padding: .45rem 1rem; font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.announcement i { width: 4px; height: 4px; border-radius: 999px; background: var(--gold-2); }
.announcement strong { color: var(--gold-2); margin-left: 1.2rem; font-weight: 600; }

.top-contact { min-height: 42px; padding: .45rem clamp(1rem,4vw,4rem); display:flex; align-items:center; justify-content:flex-end; gap:1rem; background:#fffaf2; border-bottom:1px solid var(--line); font-size:.76rem; }
.top-contact-phone { display:flex; align-items:center; gap:.55rem; }
.top-contact-phone span { color:var(--muted); font-weight:700; text-transform:uppercase; letter-spacing:.08em; font-size:.65rem; }
.top-contact-phone a { text-decoration:none; font-weight:800; }
.top-contact-text { padding:.3rem .55rem; border:1px solid var(--line); border-radius:999px; font-size:.66rem; text-transform:uppercase; letter-spacing:.06em; }
.top-contact-email { padding:.48rem .8rem; border-radius:999px; background:var(--ink); color:#fff; text-decoration:none; font-weight:800; text-transform:uppercase; letter-spacing:.07em; font-size:.68rem; }

.header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; min-height: 82px; padding: 0 clamp(1rem,4vw,4rem); background: rgba(245,241,233,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.logo { text-decoration: none; display: flex; flex-direction: column; line-height: 1; }
.logo-name { font-family: var(--serif); font-size: clamp(2rem,3vw,2.75rem); letter-spacing: -.05em; }
.logo-line { margin-top: .35rem; font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.nav { display: flex; align-items: center; gap: clamp(1rem,2vw,2rem); }
.nav a { text-decoration: none; font-size: .8rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.nav a:not(.nav-order) { position: relative; }
.nav a:not(.nav-order)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -.5rem; height: 1px; background: var(--gold); transition: right .2s ease; }
.nav a:not(.nav-order):hover::after { right: 0; }
.nav-order { padding: .78rem 1.05rem; border: 1px solid var(--ink); border-radius: 999px; }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.menu-button span { display:block; height:2px; margin:5px 0; background:var(--ink); }

.hero { min-height: 760px; max-width: 1550px; margin: 0 auto; display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(2rem,6vw,6rem); align-items: center; padding: clamp(4rem,7vw,7.5rem) clamp(1rem,5vw,5rem) clamp(5rem,8vw,8rem); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; max-width: 630px; }
.kicker, .eyebrow { margin: 0 0 1rem; font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: #8f6b2e; }
.hero h1 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(4rem,7vw,7.6rem); line-height: .85; letter-spacing: -.065em; }
.hero h1 span { color: var(--gold); font-style: italic; }
.hero-text { max-width: 560px; margin: 2rem 0 0; font-size: clamp(1.03rem,1.5vw,1.25rem); line-height: 1.7; color: #514a42; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: .9rem 1.35rem; border-radius: 999px; text-decoration: none; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #fff; box-shadow: 0 12px 30px rgba(183,139,61,.25); }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.45); }
.hero-points { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2.8rem; }
.hero-points span { padding: .5rem .75rem; border: 1px solid var(--line); border-radius: 999px; color: #5a5148; font-size: .72rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }

.hero-art { min-height: 650px; position: relative; }
.hero-photo { position: absolute; margin:0; background:#fff; padding: 10px; border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.hero-photo img { width:100%; height:100%; object-fit:cover; border-radius: 11px; }
.hero-photo-main { width: 54%; height: 82%; left: 22%; top: 5%; transform: rotate(-2.4deg); z-index: 3; }
.hero-photo-top { width: 39%; height: 38%; right: -2%; top: 3%; transform: rotate(4.2deg); z-index: 2; }
.hero-photo-bottom { width: 46%; height: 40%; left: -1%; bottom: 1%; transform: rotate(3deg); z-index: 4; }
.hero-badge { position: absolute; right: 3%; bottom: 8%; z-index: 6; width: 130px; height: 130px; border-radius: 999px; background: var(--ink); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: 0 18px 40px rgba(0,0,0,.2); transform: rotate(-7deg); }
.hero-badge::before { content:''; position:absolute; inset:8px; border:1px solid rgba(217,185,108,.5); border-radius:inherit; }
.hero-badge strong { font-family:var(--serif); font-size:1.1rem; letter-spacing:.05em; }
.hero-badge span { max-width:85px; font-size:.65rem; color:#e2d5bd; }

.statement { background: var(--ink); color: #f3eadb; padding: 1rem clamp(1rem,5vw,5rem); min-height: 72px; display: flex; align-items: center; justify-content: center; gap: clamp(.7rem,2vw,2rem); font-family: var(--serif); font-size: clamp(1rem,2vw,1.45rem); text-align:center; }
.statement p { margin: 0; }
.statement span { color: var(--gold-2); font-size: .65rem; }

.section { padding: clamp(5rem,8vw,8.5rem) clamp(1rem,5vw,5rem); }
.section-head { max-width: 1420px; margin: 0 auto 3rem; }
.split-head { display:grid; grid-template-columns: 1fr .7fr; gap:4rem; align-items:end; }
.section-head h2, .feature-intro h2, .dark-copy h2, .order-copy h2 { margin:0; font-family:var(--serif); font-size:clamp(2.7rem,5.5vw,5.6rem); font-weight:400; line-height:.98; letter-spacing:-.055em; }
.section-head > p { margin:0; max-width:560px; color:var(--muted); font-size:1.05rem; line-height:1.7; }

.collections { background: #fffaf2; }
.collection-grid { max-width:1420px; margin:0 auto; display:grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 290px; gap: 18px; }
.collection-card { position:relative; grid-column:span 4; border-radius:var(--radius); overflow:hidden; text-decoration:none; background:#ddd; box-shadow:0 1px 0 rgba(0,0,0,.06); }
.collection-card.collection-wide { grid-column:span 8; }
.collection-card.collection-tall { grid-row:span 2; }
.collection-card::after { content:''; position:absolute; inset:0; background:linear-gradient(to top,rgba(12,9,7,.78),rgba(12,9,7,.05) 58%); }
.collection-card img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.collection-card:hover img { transform:scale(1.025); }
.collection-card > div { position:absolute; left:0; right:0; bottom:0; z-index:2; padding:1.4rem 1.5rem; color:#fff; }
.collection-card span { font-size:.65rem; letter-spacing:.18em; color:#e3c77e; }
.collection-card h3 { margin:.15rem 0 0; font-family:var(--serif); font-size:2rem; font-weight:400; }
.collection-card p { margin:.2rem 0 0; color:rgba(255,255,255,.72); font-size:.82rem; }

.feature-story { max-width:1550px; margin:0 auto; display:grid; grid-template-columns:.75fr 1.25fr; gap:clamp(2rem,5vw,5rem); align-items:start; }
.feature-intro { position:sticky; top:130px; max-width:520px; }
.feature-intro p:not(.eyebrow) { color:var(--muted); font-size:1.05rem; line-height:1.75; }
.text-link { display:inline-flex; align-items:center; gap:.6rem; margin-top:1rem; text-decoration:none; font-weight:800; font-size:.78rem; letter-spacing:.08em; text-transform:uppercase; }
.text-link span { font-size:1.4rem; color:var(--gold); }
.editorial-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; align-items:start; }
.feature { margin:0; background:#fff; border-radius:18px; overflow:hidden; box-shadow:0 18px 45px rgba(24,18,10,.09); }
.feature img { width:100%; aspect-ratio:4/3; object-fit:cover; }
.feature-b { margin-top:90px; }
.feature-c { margin-top:-30px; }
.feature-d { margin-top:55px; }
.feature figcaption { padding:1rem 1.1rem 1.2rem; display:flex; flex-direction:column; gap:.15rem; }
.feature figcaption b { font-family:var(--serif); font-size:1.3rem; font-weight:400; }
.feature figcaption span { color:var(--muted); font-size:.78rem; }

.dark-panel { background:#181410; color:#f5eee3; display:grid; grid-template-columns:1.1fr .9fr; gap:clamp(3rem,7vw,7rem); align-items:center; }
.dark-copy { max-width:750px; margin-left:auto; }
.dark-copy .eyebrow { color:var(--gold-2); }
.dark-copy > p:not(.eyebrow) { color:#c9beae; max-width:650px; font-size:1.05rem; line-height:1.75; }
.reason-grid { margin-top:3rem; display:grid; grid-template-columns:1fr 1fr; border-top:1px solid rgba(255,255,255,.14); border-left:1px solid rgba(255,255,255,.14); }
.reason-grid > div { padding:1.2rem 1.3rem 1.4rem; border-right:1px solid rgba(255,255,255,.14); border-bottom:1px solid rgba(255,255,255,.14); }
.reason-grid strong { color:var(--gold-2); font-size:.65rem; letter-spacing:.14em; }
.reason-grid h3 { margin:.35rem 0 .2rem; font-family:var(--serif); font-size:1.45rem; font-weight:400; }
.reason-grid p { margin:0; color:#bcb1a2; font-size:.8rem; }
.dark-images { position:relative; min-height:650px; max-width:620px; }
.dark-images img { position:absolute; border-radius:18px; box-shadow:0 30px 70px rgba(0,0,0,.34); background:#fff; padding:8px; }
.dark-image-large { width:66%; height:82%; right:3%; top:0; object-fit:cover; transform:rotate(2deg); }
.dark-image-small { width:48%; height:43%; left:0; bottom:3%; object-fit:cover; transform:rotate(-3deg); }

.gallery-section { background:#f0e9de; }
.gallery-head { display:grid; grid-template-columns:1fr .55fr; gap:3rem; align-items:end; }
.filters { max-width:1420px; margin:0 auto 2rem; display:flex; flex-wrap:wrap; gap:.5rem; }
.filter { border:1px solid rgba(23,19,15,.16); background:rgba(255,255,255,.45); border-radius:999px; padding:.7rem 1rem; font:700 .73rem var(--sans); letter-spacing:.05em; text-transform:uppercase; cursor:pointer; }
.filter.active, .filter:hover { background:var(--ink); color:#fff; border-color:var(--ink); }
.gallery-grid { max-width:1420px; margin:0 auto; columns:4 260px; column-gap:14px; }
.gallery-item { width:100%; margin:0 0 14px; padding:0; border:0; background:#fff; border-radius:14px; overflow:hidden; cursor:zoom-in; break-inside:avoid; box-shadow:0 8px 22px rgba(26,18,9,.07); }
.gallery-item[hidden] { display:none; }
.gallery-item img { width:100%; height:auto; transition:transform .25s ease; }
.gallery-item:hover img { transform:scale(1.015); }

.order-section { display:grid; grid-template-columns:1fr 1fr; gap:0; padding:0; background:#fffaf2; }
.order-photo { min-height:650px; overflow:hidden; }
.order-photo img { width:100%; height:100%; object-fit:cover; }
.order-copy { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:clamp(3rem,7vw,7rem); }
.order-copy > p:not(.eyebrow) { color:var(--muted); max-width:600px; line-height:1.75; }
.order-copy .button { margin-top:1.2rem; }
.contact-inline { margin-top:2rem; display:flex; flex-wrap:wrap; gap:.6rem; align-items:center; font-size:.85rem; }
.contact-inline a { text-decoration:none; border-bottom:1px solid var(--line); }
.contact-inline span { color:var(--gold); }

.footer { background:#0f0d0b; color:#efe6d9; padding:4.5rem clamp(1rem,5vw,5rem) 1.5rem; }
.footer-main { max-width:1420px; margin:0 auto; display:grid; grid-template-columns:1.5fr .7fr .9fr; gap:3rem; }
.footer-brand .logo-name { font-size:3.5rem; }
.footer-brand p { margin:.8rem 0 0; font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; color:#d9c8ad; }
.footer-brand .muted { color:#968a79; }
.footer-links { display:flex; flex-direction:column; align-items:flex-start; gap:.55rem; }
.footer-links h3 { margin:0 0 .6rem; font-family:var(--serif); font-weight:400; font-size:1.25rem; color:#d8b569; }
.footer-links a, .footer-links span { color:#c4b7a7; text-decoration:none; font-size:.82rem; }
.footer-links a:hover { color:#fff; }
.footer-bottom { max-width:1420px; margin:3rem auto 0; padding-top:1.2rem; border-top:1px solid rgba(255,255,255,.12); display:flex; justify-content:space-between; gap:1rem; color:#7f7466; font-size:.72rem; }
.footer-bottom a { color:#b6a793; text-decoration:none; }

.lightbox { width:min(94vw,1200px); max-height:92vh; padding:0; border:0; border-radius:18px; background:#111; box-shadow:0 30px 90px rgba(0,0,0,.5); }
.lightbox::backdrop { background:rgba(0,0,0,.82); backdrop-filter:blur(5px); }
.lightbox img { width:100%; max-height:88vh; object-fit:contain; }
.lightbox-close { position:absolute; right:10px; top:10px; width:42px; height:42px; border:0; border-radius:999px; background:rgba(255,255,255,.92); color:#111; font-size:1.7rem; line-height:1; cursor:pointer; z-index:2; }

@media (max-width: 1100px) {
  .nav { gap:1rem; }
  .nav a { font-size:.7rem; }
  .hero { grid-template-columns:1fr; min-height:auto; }
  .hero-copy { max-width:780px; }
  .hero-art { min-height:620px; max-width:850px; width:100%; margin:0 auto; }
  .feature-story { grid-template-columns:1fr; }
  .feature-intro { position:static; max-width:800px; }
  .dark-panel { grid-template-columns:1fr; }
  .dark-copy { margin:0; }
  .dark-images { width:100%; max-width:750px; margin:0 auto; }
}

@media (max-width: 860px) {
  .announcement { font-size:.58rem; letter-spacing:.12em; gap:.45rem; }
  .announcement strong { display:none; }
  .top-contact { justify-content:center; padding:.45rem 1rem; }
  .header { min-height:72px; }
  .menu-button { display:block; }
  .nav { position:absolute; left:0; right:0; top:100%; display:none; flex-direction:column; align-items:stretch; gap:0; padding:.6rem 1rem 1rem; background:rgba(245,241,233,.98); border-bottom:1px solid var(--line); box-shadow:0 18px 35px rgba(0,0,0,.08); }
  .nav.open { display:flex; }
  .nav a { padding:.9rem .2rem; font-size:.8rem; }
  .nav-order { margin-top:.4rem; text-align:center; }
  .hero { padding-top:4rem; }
  .hero-art { min-height:520px; }
  .split-head, .gallery-head { grid-template-columns:1fr; gap:1.2rem; }
  .collection-grid { grid-template-columns:1fr 1fr; grid-auto-rows:280px; }
  .collection-card, .collection-card.collection-wide { grid-column:span 1; }
  .collection-card.collection-tall { grid-row:span 1; }
  .order-section { grid-template-columns:1fr; }
  .order-photo { min-height:420px; }
  .footer-main { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
}

@media (max-width: 620px) {
  .announcement { flex-wrap:wrap; padding:.5rem; }
  .top-contact { flex-wrap:wrap; gap:.45rem .7rem; }
  .top-contact-phone { flex-wrap:wrap; justify-content:center; gap:.35rem .5rem; }
  .top-contact-phone span { width:100%; text-align:center; }
  .top-contact-email { padding:.42rem .7rem; }
  .logo-name { font-size:2rem; }
  .logo-line { font-size:.54rem; letter-spacing:.14em; }
  .hero { padding-left:1rem; padding-right:1rem; }
  .hero h1 { font-size:clamp(3.6rem,17vw,5.5rem); }
  .hero-art { min-height:480px; }
  .hero-photo-main { width:67%; height:75%; left:15%; }
  .hero-photo-top { width:42%; height:32%; right:-5%; }
  .hero-photo-bottom { width:49%; height:34%; left:-4%; bottom:2%; }
  .hero-badge { width:102px; height:102px; right:-2%; bottom:8%; }
  .statement { flex-wrap:wrap; gap:.45rem .8rem; font-size:1rem; }
  .section { padding-left:1rem; padding-right:1rem; }
  .collection-grid { grid-template-columns:1fr; grid-auto-rows:300px; }
  .editorial-grid { grid-template-columns:1fr; }
  .feature-b, .feature-c, .feature-d { margin-top:0; }
  .dark-panel { padding-left:1rem; padding-right:1rem; }
  .reason-grid { grid-template-columns:1fr; }
  .dark-images { min-height:460px; }
  .dark-image-large { width:70%; height:76%; }
  .dark-image-small { width:53%; height:38%; }
  .gallery-grid { columns:2 145px; column-gap:8px; }
  .gallery-item { margin-bottom:8px; border-radius:10px; }
  .order-photo { min-height:330px; }
  .footer-main { grid-template-columns:1fr; }
  .footer-brand { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
}

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