/* =========================================================
   TROCADOR.LV — elegant editorial minimalism
   Black, white, brushed-gold accent. Hairline rules, generous
   whitespace, serif display type. No borders-as-blocks, no
   hard shadows, no blobs, no monospace datasheet grid.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,500&family=Jost:wght@300;400;500;600&display=swap');

:root{
  --black:#111111;
  --white:#FFFFFF;
  --cream:#FAF9F6;
  --gold:#B08D57;
  --grey:#8a8a8a;
  --line:#E4E1DA;
  --serif:'Cormorant Garamond', Georgia, serif;
  --sans:'Jost', system-ui, sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0; background:var(--cream); color:var(--black);
  font-family:var(--sans); font-weight:300; line-height:1.7; -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{ font-family:var(--serif); color:var(--black); line-height:1.1; margin:0; font-weight:500; }
p{ margin:0; }
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family:inherit; cursor:pointer; }
input,select,textarea{ font-family:inherit; }

.wrap{ max-width:1180px; margin:0 auto; padding:0 32px; }
.wrap-narrow{ max-width:760px; margin:0 auto; padding:0 32px; }
section{ padding:100px 0; }

.eyebrow{ font-size:11.5px; font-weight:500; letter-spacing:.24em; text-transform:uppercase; color:var(--gold); }
.sec-title{ font-family:var(--serif); font-size:clamp(2rem,3.6vw,2.9rem); margin-top:14px; max-width:640px; font-weight:500; }
.sec-sub{ margin-top:16px; color:#555; max-width:520px; font-size:16px; font-weight:300; }

.hr{ height:1px; background:var(--line); border:none; margin:0; }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:16px 34px; font-weight:500; font-size:12.5px; letter-spacing:.14em; text-transform:uppercase;
  border:1px solid var(--black); background:transparent; color:var(--black); transition:background .2s ease, color .2s ease;
}
.btn:hover{ background:var(--black); color:#fff; }
.btn-solid{ background:var(--black); color:#fff; }
.btn-solid:hover{ background:#000; }
.btn-link{ border:none; padding:0; display:inline-flex; align-items:center; gap:8px; letter-spacing:.08em; }
.btn-link svg{ width:15px; height:15px; transition:transform .2s ease; }
.btn-link:hover svg{ transform:translateX(4px); }
.btn-block{ width:100%; }

/* ---------- header ---------- */
header.site-head{ position:sticky; top:0; z-index:50; background:rgba(250,249,246,.94); backdrop-filter:blur(8px); border-bottom:1px solid var(--line); }
.head-row{ display:flex; align-items:center; justify-content:space-between; height:88px; }
.brand{ font-family:var(--serif); font-size:24px; letter-spacing:.06em; font-weight:500; }
nav.main-nav{ display:none; align-items:center; gap:36px; font-size:12px; font-weight:500; letter-spacing:.12em; text-transform:uppercase; }
nav.main-nav a{ padding-bottom:4px; border-bottom:1px solid transparent; }
nav.main-nav a:hover{ border-color:var(--gold); }
@media(min-width:960px){ nav.main-nav{ display:flex; } }

.head-actions{ display:flex; align-items:center; gap:18px; }
.cart-link{ display:flex; align-items:center; gap:8px; font-size:12px; letter-spacing:.1em; text-transform:uppercase; font-weight:500; background:none; border:none; }
.cart-link svg{ width:18px; height:18px; }
.cart-count{ font-family:var(--serif); font-size:13px; }
.burger{ background:none; border:1px solid var(--black); padding:8px; display:flex; }
.burger svg{ width:18px; height:18px; }
@media(min-width:960px){ .burger{ display:none; } }
.mobile-nav{ display:none; flex-direction:column; padding:10px 0 20px; font-size:13px; letter-spacing:.08em; text-transform:uppercase; }
.mobile-nav.open{ display:flex; }
.mobile-nav a{ padding:12px 4px; border-bottom:1px solid var(--line); }

/* ---------- hero ---------- */
.hero{ padding:80px 0 110px; }
.hero-grid{ display:grid; gap:64px; }
@media(min-width:980px){ .hero-grid{ grid-template-columns:1fr 1fr; align-items:center; } }
.hero h1{ font-size:clamp(2.6rem,5.6vw,4rem); margin-top:20px; }
.hero h1 em{ font-style:italic; color:var(--gold); }
.hero p.lede{ margin-top:24px; font-size:17px; font-weight:300; color:#444; max-width:460px; }
.hero-ctas{ display:flex; flex-wrap:wrap; align-items:center; gap:26px; margin-top:36px; }

.hero-photo{ position:relative; }
.hero-photo img{ width:100%; }
.hero-photo .frame-line{ position:absolute; inset:18px; border:1px solid rgba(255,255,255,.6); pointer-events:none; }
.price-float{ position:absolute; left:-24px; bottom:28px; background:var(--white); padding:20px 26px; box-shadow:0 20px 45px -20px rgba(0,0,0,.25); }
.price-float .p1{ font-family:var(--serif); font-size:1.7rem; }
.price-float .p2{ font-size:10.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--grey); margin-top:2px; }

/* ---------- spec list (elegant, no table borders) ---------- */
.spec-section{ background:var(--white); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.spec-list{ margin-top:44px; }
.spec-row{ display:grid; grid-template-columns:1fr; gap:6px; padding:24px 0; border-bottom:1px solid var(--line); }
@media(min-width:700px){ .spec-row{ grid-template-columns:220px 1fr; gap:24px; align-items:baseline; } }
.spec-row:first-child{ border-top:1px solid var(--line); }
.spec-row dt{ font-size:11px; font-weight:500; letter-spacing:.14em; text-transform:uppercase; color:var(--gold); }
.spec-row dd{ margin:0; font-family:var(--serif); font-size:19px; }

/* ---------- shop / buy ---------- */
.shop-grid{ display:grid; gap:60px; }
@media(min-width:980px){ .shop-grid{ grid-template-columns:1fr 1fr; align-items:flex-start; } }
.gallery-main{ aspect-ratio:1/1; background:var(--white); border:1px solid var(--line); display:flex; align-items:center; justify-content:center; padding:30px; }
.thumb-row{ display:flex; gap:10px; margin-top:12px; }
.thumb-row button{ width:64px; height:64px; background:var(--white); border:1px solid var(--line); padding:6px; }
.thumb-row button.active{ border-color:var(--gold); }
.thumb-row img{ width:100%; height:100%; object-fit:contain; }

.buy-col .rating{ font-size:12.5px; letter-spacing:.06em; color:#666; }
.buy-col .rating b{ font-family:var(--serif); color:var(--black); font-size:15px; }
.buy-col h2{ font-size:2rem; margin-top:16px; }
.buy-col .model-line{ margin-top:8px; color:#666; font-size:14px; }
.price-line{ display:flex; align-items:baseline; gap:14px; margin-top:26px; padding-top:26px; border-top:1px solid var(--line); flex-wrap:wrap; }
.price-now{ font-family:var(--serif); font-size:2.2rem; }
.price-was{ color:var(--grey); text-decoration:line-through; font-size:16px; }
.save-tag{ font-size:11px; letter-spacing:.08em; text-transform:uppercase; color:var(--gold); border-bottom:1px solid var(--gold); padding-bottom:2px; }

.field-label{ font-size:11px; font-weight:500; text-transform:uppercase; letter-spacing:.12em; color:#777; margin:26px 0 12px; }
.opt-row{ display:flex; flex-wrap:wrap; gap:10px; }
.opt-btn{ padding:10px 18px; background:none; border:1px solid var(--line); font-size:13px; letter-spacing:.03em; }
.opt-btn.active{ border-color:var(--black); background:var(--black); color:#fff; }

.qty-row{ display:inline-flex; align-items:center; border:1px solid var(--line); }
.qty-row button{ background:none; border:none; width:40px; height:42px; font-size:16px; }
.qty-row input{ width:44px; text-align:center; border:none; border-left:1px solid var(--line); border-right:1px solid var(--line); font-family:var(--serif); font-size:15px; }

.buy-ctas{ display:flex; flex-wrap:wrap; gap:14px; margin-top:28px; }
.trust-note{ display:flex; align-items:center; gap:8px; margin-top:22px; font-size:12px; color:#666; letter-spacing:.03em; }
.trust-note svg{ width:15px; height:15px; color:var(--gold); }

/* ---------- editorial feature list ---------- */
.features{ padding:100px 0; }
.feature-list{ margin-top:48px; }
.feature-item{ display:grid; gap:20px; padding:34px 0; border-top:1px solid var(--line); }
.feature-item:last-child{ border-bottom:1px solid var(--line); }
@media(min-width:760px){ .feature-item{ grid-template-columns:120px 1fr; align-items:baseline; } }
.feature-item .fi-num{ font-family:var(--serif); font-style:italic; color:var(--gold); font-size:1.6rem; }
.feature-item h3{ font-size:1.3rem; }
.feature-item p{ margin-top:8px; color:#555; font-size:14.5px; max-width:640px; font-weight:300; }

/* ---------- pull-quote testimonials ---------- */
.testimonials{ background:var(--white); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.quote-grid{ display:grid; gap:50px; margin-top:50px; }
@media(min-width:860px){ .quote-grid{ grid-template-columns:repeat(3,1fr); } }
.quote{ text-align:left; }
.quote .mark{ font-family:var(--serif); font-size:3.4rem; color:var(--gold); line-height:.6; display:block; margin-bottom:6px; }
.quote blockquote{ font-family:var(--serif); font-size:19px; font-style:italic; line-height:1.5; }
.quote figcaption{ margin-top:20px; font-size:12.5px; letter-spacing:.06em; text-transform:uppercase; color:#777; }
.quote figcaption b{ display:block; font-family:var(--sans); font-size:13px; text-transform:none; letter-spacing:0; color:var(--black); font-weight:500; }

/* ---------- guarantee ---------- */
.guarantee{ display:flex; justify-content:center; text-align:center; }
.guarantee-ring{ width:150px; height:150px; border-radius:50%; border:1px solid var(--gold); display:flex; align-items:center; justify-content:center; margin:0 auto 30px; }
.guarantee-ring span{ font-family:var(--serif); font-size:1.1rem; line-height:1.2; }

/* ---------- FAQ ---------- */
.faq-list{ margin-top:36px; }
.faq-item{ border-top:1px solid var(--line); }
.faq-item:last-child{ border-bottom:1px solid var(--line); }
.faq-q{ width:100%; background:none; border:none; text-align:left; padding:26px 0; display:flex; align-items:center; justify-content:space-between; gap:20px; font-family:var(--serif); font-size:18px; }
.faq-q .sign{ font-family:var(--sans); font-size:20px; font-weight:300; color:var(--gold); transition:transform .2s ease; }
.faq-item.open .faq-q .sign{ transform:rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .25s ease; }
.faq-a-inner{ padding:0 0 26px; color:#555; font-size:14.5px; max-width:680px; font-weight:300; }
.faq-item.open .faq-a{ max-height:260px; }

/* ---------- newsletter ---------- */
.newsletter{ text-align:center; }
.newsletter-form{ display:flex; flex-wrap:wrap; gap:0; justify-content:center; margin-top:30px; max-width:440px; margin-left:auto; margin-right:auto; }
.newsletter-form input{ flex:1; min-width:200px; padding:14px 16px; border:1px solid var(--black); border-right:none; background:none; font-size:13px; }
.newsletter-form button{ padding:14px 24px; background:var(--black); color:#fff; border:1px solid var(--black); font-size:12px; letter-spacing:.1em; text-transform:uppercase; }

/* ---------- footer ---------- */
footer.site-foot{ background:var(--black); color:#d8d3c8; padding:70px 0 0; }
.foot-grid{ display:grid; gap:44px; grid-template-columns:1fr; }
@media(min-width:760px){ .foot-grid{ grid-template-columns:1.5fr 1fr 1fr; } }
.foot-brand .brand{ color:#fff; }
.foot-brand p{ margin-top:16px; color:#a9a49a; font-size:14px; max-width:340px; font-weight:300; }
.foot-col h4{ font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:#fff; margin-bottom:18px; font-weight:500; }
.foot-col li{ margin-bottom:11px; }
.foot-col a{ color:#c2bdb2; font-size:14px; font-weight:300; }
.foot-col a:hover{ color:var(--gold); }
.foot-bottom{ margin-top:56px; border-top:1px solid #333; padding:24px 0; display:flex; flex-wrap:wrap; gap:14px; align-items:center; justify-content:space-between; font-size:11.5px; color:#8f8a80; letter-spacing:.03em; }
.pay-icons{ display:flex; gap:8px; }
.pay-card{ width:40px; height:26px; background:#fff; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.pay-card svg{ width:100%; height:100%; }

/* ---------- top-down cart panel ---------- */
.overlay{ position:fixed; inset:0; background:rgba(17,17,17,.45); opacity:0; pointer-events:none; transition:opacity .25s ease; z-index:70; }
.overlay.show{ opacity:1; pointer-events:auto; }
.cart-panel{
  position:fixed; top:0; left:0; right:0; z-index:80; background:var(--cream);
  border-bottom:1px solid var(--line); transform:translateY(-100%); transition:transform .32s ease;
  max-height:100vh; overflow-y:auto;
}
.cart-panel.open{ transform:translateY(0); }
.panel-head{ display:flex; align-items:center; justify-content:space-between; padding:26px 32px; border-bottom:1px solid var(--line); max-width:1180px; margin:0 auto; }
.panel-head h3{ font-size:20px; }
.icon-btn{ background:none; border:1px solid var(--black); width:34px; height:34px; display:flex; align-items:center; justify-content:center; }
.panel-body{ max-width:1180px; margin:0 auto; padding:30px 32px 44px; }
.cart-line{ display:flex; gap:18px; align-items:center; }
.cart-thumb{ width:84px; height:84px; background:var(--white); border:1px solid var(--line); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.cart-line-info b{ display:block; font-family:var(--serif); font-size:16px; font-weight:500; }
.cart-line-info span{ font-size:12.5px; color:#777; }
.cart-subtotal{ display:flex; justify-content:space-between; align-items:center; margin-top:26px; padding-top:22px; border-top:1px solid var(--line); }
.cart-subtotal b{ font-family:var(--serif); font-size:19px; }
.empty-cart{ text-align:center; padding:50px 10px; color:#888; }
.empty-cart svg{ width:42px; height:42px; margin:0 auto 14px; color:var(--line); }

.checkout-view{ display:none; }
.checkout-view.active{ display:block; }
.cart-view.hidden{ display:none; }
.form-grid-panel{ display:grid; gap:16px; grid-template-columns:1fr 1fr; margin-top:20px; max-width:640px; }
.form-grid-panel .full{ grid-column:1/-1; }
input[type=text],input[type=email],input[type=tel]{
  width:100%; padding:12px 14px; border:1px solid var(--line); background:var(--white); font-size:13.5px; outline:none;
}
input:focus{ border-color:var(--gold); }
.form-block{ margin-bottom:8px; }
.form-block h4{ font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:#777; margin-bottom:4px; font-weight:500; }
.success-msg{ display:none; text-align:center; font-weight:500; color:#4b6b52; background:#eef2ee; border:1px solid #cfdad2; padding:16px; margin-top:20px; font-size:13.5px; }
.success-msg.show{ display:block; }
.secure-note{ text-align:center; font-size:11.5px; color:#888; margin-top:12px; }
.back-to-cart{ display:inline-flex; align-items:center; gap:6px; font-size:12px; letter-spacing:.08em; text-transform:uppercase; margin-bottom:20px; }

/* ---------- legal pages ---------- */
.legal-hero{ padding:70px 0 40px; border-bottom:1px solid var(--line); }
.legal-hero h1{ font-size:clamp(2rem,4vw,2.8rem); margin-top:14px; }
.legal-hero p{ margin-top:14px; color:#555; max-width:560px; font-weight:300; }

.legal-body{ padding:70px 0 110px; }
.legal-layout{ display:grid; gap:44px; }
@media(min-width:900px){ .legal-layout{ grid-template-columns:230px 1fr; align-items:flex-start; } }
.legal-toc{ position:sticky; top:110px; padding:24px 0; display:none; border-top:1px solid var(--line); }
@media(min-width:900px){ .legal-toc{ display:block; } }
.legal-toc h4{ font-size:11px; text-transform:uppercase; letter-spacing:.12em; color:var(--gold); margin-bottom:16px; font-weight:500; }
.legal-toc li{ margin-bottom:11px; }
.legal-toc a{ font-size:13px; color:#666; }
.legal-toc a:hover{ color:var(--black); }

.legal-content section{ margin-bottom:36px; scroll-margin-top:110px; padding-bottom:36px; border-bottom:1px solid var(--line); }
.legal-content section:last-child{ border-bottom:none; margin-bottom:0; }
.legal-content h2{ font-size:20px; margin-bottom:14px; }
.legal-content p{ color:#555; margin-bottom:10px; font-size:15px; font-weight:300; }
.legal-content ul{ margin:10px 0; padding-left:20px; list-style:disc; color:#555; font-size:15px; font-weight:300; }
.legal-content li{ margin-bottom:6px; }
.legal-content table{ width:100%; border-collapse:collapse; margin-top:16px; font-size:14px; }
.legal-content th,.legal-content td{ text-align:left; padding:12px 0; border-bottom:1px solid var(--line); }
.legal-content th{ color:var(--gold); font-size:11px; text-transform:uppercase; letter-spacing:.08em; font-weight:500; }
.legal-content .updated{ font-size:12px; color:#888; margin-bottom:26px; display:inline-block; letter-spacing:.05em; text-transform:uppercase; border-bottom:1px solid var(--line); padding-bottom:4px; }
.back-link{ display:inline-flex; align-items:center; gap:8px; font-size:12px; letter-spacing:.1em; text-transform:uppercase; }
.back-link svg{ width:15px; height:15px; }

.hide-scroll{ overflow:hidden; }
