/* Header, menu, language selector and footer rules are centralized in /css/header-footer.css. */
:root{
  --ivory:#f7f3eb;
  --paper:#fbf9f5;
  --sand:#e9e1d4;
  --ink:#171411;
  --muted:#6e665d;
  --brown:#1d1814;
  --gold:#b48c49;
  --gold-soft:#d9c08d;
  --line:rgba(23,20,17,.14);
  --header-h:86px;
}
*{box-sizing:border-box}
html{scroll-behavior:auto;scroll-padding-top:80px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Inter",Arial,sans-serif;font-weight:300;line-height:1.7}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
::selection{background:#cbb181;color:#111}

/* Header coerente con la Gold */














/* Hero prodotto */
.product-hero{position:relative;min-height:88svh;display:flex;align-items:flex-end;overflow:hidden;color:#fff;background:#b6a997}
.product-hero-media{position:absolute;inset:0;background:url("../images/discobolo-product-hero.jpg") center center/cover no-repeat;transform:scale(1.001)}
.product-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,14,12,.74) 0%,rgba(17,14,12,.52) 31%,rgba(17,14,12,.14) 57%,rgba(17,14,12,.04) 100%),linear-gradient(0deg,rgba(16,13,10,.30),rgba(16,13,10,0) 45%)}
.product-hero-copy{position:relative;z-index:2;padding:0 clamp(24px,7vw,105px) clamp(58px,9vh,94px);max-width:650px}
.eyebrow{margin:0 0 16px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:500}
.eyebrow.light{color:var(--gold-soft)}
.eyebrow.dark{color:#8f7042}
.product-hero h1,.story-copy h2,.spec-copy h2,.gallery-head h2,.buy-copy h2{
  font-family:"Cormorant Garamond",Georgia,serif;font-weight:400;letter-spacing:-.035em;margin:0
}
.product-hero h1{font-size:clamp(68px,9.5vw,138px);line-height:.82;margin-bottom:24px}
.product-hero-lead{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(24px,2.6vw,38px);line-height:1.14;max-width:570px;margin:0;color:rgba(255,255,255,.95)}
.product-hero-meta{margin-top:24px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.72)}

/* Story */
.story-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);background:var(--ivory)}
.story-image{min-height:700px;background:url("../images/gold-works-discobolo.png") center center/cover no-repeat}
.story-copy{padding:clamp(70px,8vw,120px);display:flex;flex-direction:column;justify-content:center}
.story-copy h2{font-size:clamp(52px,6vw,86px);line-height:.95;margin-bottom:28px;max-width:620px}
.story-copy p{margin:0 0 18px;color:var(--muted);font-size:15px;max-width:660px}
.story-copy p:last-child{margin-bottom:0}

/* Technical spec */
.spec-section{padding:clamp(76px,9vw,126px) clamp(24px,6vw,84px);background:var(--paper)}
.spec-grid{display:grid;grid-template-columns:minmax(340px,.92fr) minmax(0,1.08fr);gap:clamp(48px,7vw,100px);align-items:center;max-width:1440px;margin:0 auto}
.spec-image-wrap{background:#e9e4da;padding:clamp(18px,2vw,28px)}
.spec-image{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 40%;filter:saturate(.92) contrast(.98)}
.spec-copy h2{font-size:clamp(48px,5vw,74px);line-height:1;margin-bottom:26px}
.spec-list{margin:0;border-top:1px solid var(--line)}
.spec-row{display:grid;grid-template-columns:minmax(130px,.72fr) 1.28fr;gap:24px;padding:15px 0;border-bottom:1px solid var(--line)}
.spec-row dt{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#8b7b68}
.spec-row dd{margin:0;font-family:"Cormorant Garamond",Georgia,serif;font-size:22px;line-height:1.2}
.spec-note{margin:24px 0 0;color:var(--muted);font-size:12px;max-width:610px}

/* Gallery */
.gallery-section{padding:clamp(70px,8vw,110px) clamp(24px,6vw,84px);background:var(--sand)}
.gallery-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px;max-width:1440px;margin-left:auto;margin-right:auto}
.gallery-head h2{font-size:clamp(48px,5.6vw,78px);line-height:.95}
.gallery-head p{margin:0;color:var(--muted);font-size:13px;max-width:420px;text-align:right}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1440px;margin:0 auto}
.gallery-item{overflow:hidden;background:#d9d0c4;min-height:460px}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}
.gallery-item:hover img{transform:scale(1.025)}
.gallery-item.detail img{object-position:center 16%}
.gallery-item.angle img{object-position:center 42%}

/* Purchase */
.buy-section{padding:clamp(78px,9vw,126px) clamp(24px,6vw,84px);background:#1c1713;color:#fff}
.buy-inner{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:end}
.buy-copy h2{font-size:clamp(54px,6vw,88px);line-height:.92;max-width:670px}
.buy-copy p:not(.eyebrow){margin:20px 0 0;color:rgba(255,255,255,.66);font-size:14px;max-width:530px}
.market-links{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.market-link{min-height:170px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(255,255,255,.18);transition:transform .3s ease,background .3s ease,color .3s ease,border-color .3s ease}
.market-link strong{font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:500}
.market-link span{font-family:"Cormorant Garamond",Georgia,serif;font-size:34px;line-height:1}
.market-link.etsy{background:#c2a16a;color:#171411;border-color:#c2a16a}
.market-link.ebay{background:rgba(255,255,255,.03)}
.market-link:hover{transform:translateY(-4px)}
.market-link.etsy:hover{background:#d0b27d}
.market-link.ebay:hover{background:#fff;color:#171411;border-color:#fff}

/* Footer */











.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1);will-change:opacity,transform}
.reveal.in-view{opacity:1;transform:none}
.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}

@media(max-width:980px){
  .story-section,.spec-grid,.buy-inner{grid-template-columns:1fr}
  .story-image{min-height:560px}
  .gallery-grid{grid-template-columns:1fr 1fr}
  .gallery-item:last-child{grid-column:1/-1;aspect-ratio:16/9;min-height:0}
  
}
@media(max-width:760px){
  
  
  
  .product-hero{min-height:760px}
  .product-hero-media{background-position:68% center}
  .product-hero-copy{padding-left:24px;padding-right:24px;padding-bottom:54px}
  .story-copy{padding:68px 24px}
  .spec-section,.gallery-section,.buy-section{padding-left:24px;padding-right:24px}
  .market-links{grid-template-columns:1fr}
  .gallery-head{display:block}.gallery-head p{text-align:left;margin-top:14px}
}
@media(max-width:560px){
  
  .gallery-grid{grid-template-columns:1fr}.gallery-item:last-child{grid-column:auto;aspect-ratio:auto;min-height:420px}
  .spec-row{grid-template-columns:1fr;gap:5px}
  
  
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* Story single-column update */
.story-section--single{display:block}
.story-section--single .story-copy{max-width:1120px;margin:0 auto;padding:clamp(76px,8vw,112px) clamp(24px,6vw,84px)}
.story-section--single .story-copy h2{max-width:700px}
.material-note{margin:14px 0 0;color:var(--muted);font-size:13px;max-width:610px}
.material-note strong{color:var(--ink)}

/* Visual explorer */
.views-section{background:var(--sand)}
.views-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1440px;margin:0 auto}
.view-card{appearance:none;border:1px solid rgba(23,20,17,.09);background:rgba(255,255,255,.34);padding:24px;min-height:220px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;cursor:pointer;transition:transform .32s ease,border-color .32s ease,background .32s ease,box-shadow .32s ease;text-align:left}
.view-card:hover{transform:translateY(-4px);background:rgba(255,255,255,.52);border-color:rgba(23,20,17,.18);box-shadow:0 18px 30px rgba(30,23,17,.08)}
.view-card-art{width:100%;display:flex;align-items:center;justify-content:center;min-height:140px}
.view-card-art svg{width:112px;height:112px;fill:none;stroke:#7b6647;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round;opacity:.95}
.view-card-label{font-family:"Cormorant Garamond",Georgia,serif;font-size:34px;line-height:1;color:var(--ink)}

/* Modal */
body.modal-open{overflow:hidden}
.view-modal{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:32px;background:rgba(18,15,12,.72);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .2s ease}
.view-modal.is-open{opacity:1;pointer-events:auto}
.view-modal-inner{max-width:min(1100px,92vw);max-height:84vh;background:#eee7dc;padding:14px;box-shadow:0 22px 60px rgba(0,0,0,.24)}
.view-modal-inner img{max-width:100%;max-height:calc(84vh - 28px);width:auto;height:auto;display:block}
.view-modal-close{position:absolute;top:20px;right:22px;width:42px;height:42px;border:0;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;font-size:30px;line-height:1;cursor:pointer}
.view-modal-close:hover{background:rgba(255,255,255,.2)}

@media(max-width:980px){
  .views-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .views-grid{grid-template-columns:1fr}
  .view-card{min-height:180px}
  .view-card-label{font-size:28px}
}


/* Story section — testo esteso sull'intera larghezza utile */
.story-section--single .story-copy{
  max-width:1440px;
  width:100%;
  margin:0 auto;
}
.story-section--single .story-copy p{
  max-width:none;
  width:100%;
}


/* Processo produttivo */
.process-note{
  margin-top:clamp(44px,5vw,72px);
  padding-top:clamp(34px,4vw,52px);
  border-top:1px solid var(--line);
}
.process-note h3{
  margin:0 0 22px;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(34px,4vw,54px);
  line-height:1;
  font-weight:400;
  letter-spacing:-.025em;
}
.process-note p:not(.eyebrow){
  max-width:none;
}
.measure-order{
  display:inline-block;
  margin-left:8px;
  font-family:"Inter",Arial,sans-serif;
  font-size:.58em;
  letter-spacing:.08em;
  color:#8b7b68;
  vertical-align:baseline;
  white-space:nowrap;
}


.external-link::after{
  content:"↗";
  display:inline-block;
  margin-left:.42em;
  line-height:1;
  transition:transform .2s ease;
}
.external-link:hover::after{transform:translate(2px,-2px)}


/* Footer CARMIDE unificato */
























/* Language selector */









/* =========================================================
   CARMIDE v22 — UNIFIED HEADER
   Fixed header, Home-like scroll state, stacked slogan,
   early hamburger breakpoint, clear IT/EN active state.
   ========================================================= */



























/* Language control: no stray separator/border line, active language obvious */














/* Hidden completely on desktop: prevents the stray short dash */


/* Switch to hamburger BEFORE horizontal navigation starts colliding */





/* =========================================================
   CARMIDE v23 — BRAND / LOGO FIX
   Explicit grid: mark always LEFT, slogan always UNDER CARMIDE.
   ========================================================= */










/* Prevent old page rules from stacking the mark above the wordmark */





