/* ==========================================================================
   DRAM LOCH — Page-specific components
   (loaded after style.css on the-whisky.html, distributors.html, contact.html)
   ========================================================================== */

/* ------------------------------ Sub-hero (inner pages) --------------------- */
.subhero{ position:relative; min-height: 78vh; min-height: 78dvh; display:flex; align-items:flex-end; padding: var(--gutter); overflow:hidden; }
.subhero-media{ position:absolute; inset:0; }
.subhero-media img, .subhero-media video{ width:100%; height:100%; object-fit:cover; transform: scale(1.08); }
.subhero-media::after{ content:''; position:absolute; inset:0; background: linear-gradient(180deg, rgba(13,16,21,.30) 0%, rgba(13,16,21,.22) 40%, rgba(13,16,21,.70) 100%); }
.subhero-content{ position:relative; z-index:2; max-width:1360px; margin:0 auto; width:100%; padding-bottom:70px; }
.subhero .h-display{ font-size: clamp(38px, 6.4vw, 92px); }
.subhero .lede{ margin-top:22px; }
.breadcrumb{ position:relative; z-index:2; display:flex; gap:8px; align-items:center; font-family: var(--f-mono); font-size:11px; letter-spacing:.1em; color: var(--mist); text-transform:uppercase; margin-bottom:26px;}
.breadcrumb span{ color: var(--amber); }

/* ------------------------------ Journey rail (the whisky) ------------------ */
.journey{ counter-reset: journey; }
.journey-row{
  counter-increment: journey;
  display:grid; grid-template-columns: 120px 1fr; gap: clamp(20px,4vw,60px);
  padding: 40px var(--gutter); border-top:1px solid var(--line);
  align-items:baseline;
}
.journey-row:last-child{ border-bottom:1px solid var(--line); }
.journey-row::before{
  content: counter(journey, decimal-leading-zero);
  font-family: var(--f-mono); font-size:14px; color: var(--amber); letter-spacing:.05em;
}
.journey-row h4{ font-family: var(--f-display); font-size: clamp(20px,2.4vw,30px); color: var(--parchment); font-weight:400; }
.journey-row p{ margin-top:10px; color: var(--mist); max-width:60ch; font-size:15px; }
.journey-row .tag{ display:inline-block; margin-top:14px; font-family: var(--f-mono); font-size:11px; color: var(--mist-dim); letter-spacing:.08em; }

/* ------------------------------ Tasting notes ------------------------------ */
.tasting{ display:grid; grid-template-columns: repeat(3,1fr); gap:0; margin-top:60px; border:1px solid var(--line); }
.tasting-col{ padding: 44px 34px; border-left:1px solid var(--line); position:relative; }
.tasting-col:first-child{ border-left:none; }
.tasting-col .stage{ font-family: var(--f-mono); font-size:11px; letter-spacing:.2em; text-transform:uppercase; color: var(--amber); }
.tasting-col h4{ font-family: var(--f-display); font-size:30px; margin-top:14px; color: var(--parchment); }
.tasting-col ul{ margin-top:24px; display:flex; flex-direction:column; gap:14px; }
.tasting-col li{ font-size:15px; color: var(--parchment-dim); padding-left:18px; position:relative; }
.tasting-col li::before{ content:''; position:absolute; left:0; top:9px; width:6px; height:6px; background: var(--amber); border-radius:50%; }
@media (max-width: 820px){ .tasting{ grid-template-columns:1fr; } .tasting-col{ border-left:none; border-top:1px solid var(--line); } .tasting-col:first-child{ border-top:none; } }

/* ------------------------------ Serve suggestions --------------------------- */
.serve-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); margin-top:56px; border:1px solid var(--line); }
.serve-card{ background: var(--ink); padding: 34px; min-height:220px; display:flex; flex-direction:column; justify-content:space-between; }
.serve-card .serve-name{ font-family: var(--f-display); font-size:24px; color: var(--parchment); }
.serve-card .serve-desc{ margin-top:12px; font-size:14px; color: var(--mist); }
.serve-card .serve-idx{ font-family: var(--f-mono); font-size:11px; color: var(--mist-dim); }
@media (max-width: 820px){ .serve-grid{ grid-template-columns:1fr; } }

/* ------------------------------ Checklist (distributors) ------------------- */
.checklist{ display:grid; grid-template-columns: 1fr 1fr; gap: 16px 40px; margin-top:44px; }
.checklist li{ display:flex; align-items:flex-start; gap:14px; font-size:15.5px; color: var(--parchment-dim); }
.checklist li svg{ flex:none; width:18px; height:18px; margin-top:2px; color: var(--amber); }
@media (max-width: 700px){ .checklist{ grid-template-columns:1fr; } }

/* ------------------------------ Perfect-for chip grid ----------------------- */
.chip-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap:1px; background: var(--line); border:1px solid var(--line); margin-top:50px; }
.chip{ background: var(--ink); padding: 30px 24px; display:flex; align-items:center; gap:16px; transition: background .3s ease; }
.chip:hover{ background: var(--ink-soft); }
.chip svg{ width:26px; height:26px; color: var(--amber); flex:none; }
.chip span{ font-family: var(--f-display); font-size:17px; color: var(--parchment); }
@media (max-width: 820px){ .chip-grid{ grid-template-columns: repeat(2,1fr);} }
@media (max-width: 520px){ .chip-grid{ grid-template-columns: 1fr;} }

/* ------------------------------ Export ready cards -------------------------- */
.feature-bullets{ margin-top:56px; border-top:1px solid var(--line); }
.feature-bullets li{
  display:flex; gap: clamp(20px,3vw,32px); align-items:flex-start;
  padding: 28px 0; border-bottom:1px solid var(--line);
}
.feature-bullets h4{ font-family: var(--f-display); font-size: clamp(18px,2.2vw,22px); color: var(--parchment); font-weight:400; }
.feature-bullets p{ margin-top:10px; font-size:14px; color: var(--mist); line-height:1.65; max-width:60ch; }
@media (max-width: 560px){ .feature-bullets li{ gap:16px; } }
.feature-bullets--dot li{ position:relative; padding-left:26px; }
.feature-bullets--dot li::before{
  content:''; position:absolute; left:0; top:33px; width:7px; height:7px;
  background: var(--amber); border-radius:50%;
}

/* ------------------------------ Quote / pull statement ---------------------- */
.pull-quote{ border-left: 2px solid var(--amber); padding-left: clamp(20px,3vw,40px); margin-top:40px; }
.pull-quote p{ font-family: var(--f-display); font-size: clamp(20px,2.4vw,30px); font-style:italic; color: var(--parchment); line-height:1.5; }
.pull-quote cite{ display:block; margin-top:16px; font-style:normal; font-family: var(--f-mono); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color: var(--mist); }

/* ------------------------------ Contact page -------------------------------- */
.contact-shell{ display:grid; grid-template-columns: .85fr 1.15fr; gap: clamp(30px,5vw,90px); align-items:start; }
.audience-toggle{ display:flex; border:1px solid var(--line-strong); border-radius:100px; padding:4px; width:fit-content; margin-bottom:40px; }
.audience-toggle button{
  border:none; background:none; color: var(--mist); font-family: var(--f-mono); font-weight:600; font-size:12.5px;
  padding: 11px 22px; border-radius:100px; cursor:pointer; transition: all .35s var(--ease-cinema);
}
.audience-toggle button.is-active{ background: var(--amber); color: var(--ink); }

.contact-info-list{ display:flex; flex-direction:column; gap:26px; margin-top:36px; }
.contact-info-list .row{ display:flex; gap:16px; align-items:flex-start; border-top:1px solid var(--line); padding-top:22px; }
.contact-info-list svg{ width:20px; height:20px; color: var(--amber); flex:none; margin-top:2px; }
.contact-info-list .label{ font-family: var(--f-mono); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color: var(--mist-dim); }
.contact-info-list .val{ font-size:15.5px; color: var(--parchment); margin-top:4px; }

.form-panel{ display:none; }
.form-panel.is-active{ display:block; }
.field{ margin-bottom:22px; }
.field label{ display:block; font-family: var(--f-mono); font-size:11px; letter-spacing:.1em; text-transform:uppercase; color: var(--mist); margin-bottom:10px; }
.field input, .field select, .field textarea{
  width:100%; background: var(--ink-soft); border:1px solid var(--line-strong); color: var(--parchment);
  padding: 15px 16px; font-family: var(--f-body); font-size:15px; border-radius:2px;
  transition: border-color .3s ease, background .3s ease;
}
.field textarea{ resize:vertical; min-height:120px; }
.field input:focus, .field select:focus, .field textarea:focus{ outline:none; border-color: var(--amber); background: var(--ink-elevated); }

/* Contact section sits over a video background — keep the fields see-through
   rather than a solid fill, so the footage stays visible while the form is
   in use. Scoped to #contact so the base .field styling elsewhere is unaffected. */
#contact .field input, #contact .field select, #contact .field textarea{
  background: rgba(23,27,34,0.42); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);
}
#contact .field input:focus, #contact .field select:focus, #contact .field textarea:focus{
  background: rgba(31,37,48,0.68);
}
.field-row{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
@media (max-width: 640px){ .field-row{ grid-template-columns:1fr; } }
.form-note{ font-size:12.5px; color: var(--mist-dim); margin-top:18px; }
.form-success{ display:none; padding: 60px 30px; text-align:center; border:1px solid var(--line-strong); }
.form-success.is-active{ display:block; }
.form-success svg{ width:44px; height:44px; color: var(--amber); margin: 0 auto 20px; }
.form-success h4{ font-family: var(--f-display); font-size:26px; color: var(--parchment); }
.form-success p{ margin-top:10px; color: var(--mist); font-size:14.5px; }

@media (max-width: 900px){ .contact-shell{ grid-template-columns: 1fr; } }

/* ------------------------------ News cards ---------------------------------- */
.news-list{ margin-top:56px; border-top:1px solid var(--line); }
.news-list li{
  display:flex; gap: clamp(20px,3vw,32px); align-items:flex-start; flex-wrap:wrap;
  padding: 28px 0; border-bottom:1px solid var(--line);
}
.news-list .news-date{ flex:none; font-family: var(--f-mono); font-size:13px; letter-spacing:.05em; color: var(--amber); padding-top:5px; min-width:44px; }
.news-list .news-body{ flex:1; min-width:200px; }
.news-list h4{ font-family: var(--f-display); font-size: clamp(18px,2.2vw,22px); color: var(--parchment); font-weight:400; }
.news-list p{ margin-top:10px; font-size:14px; color: var(--mist); line-height:1.65; max-width:60ch; }
.news-list .news-tag{
  flex:none; height:fit-content; font-family: var(--f-mono); font-size:10.5px; letter-spacing:.08em; text-transform:uppercase;
  color: var(--mist-dim); border:1px solid var(--line-strong); padding:5px 10px; border-radius:100px;
}
@media (max-width: 560px){ .news-list li{ gap:16px; } .news-list .news-tag{ order:3; margin-left:60px; } }

/* ------------------------------ FAQ (contact) -------------------------------- */
.faq-item{ border-top:1px solid var(--line); }
.faq-item:last-child{ border-bottom:1px solid var(--line); }
.faq-q{ display:flex; justify-content:space-between; align-items:center; padding:24px 0; cursor:pointer; }
.faq-q h4{ font-family: var(--f-display); font-size:18px; font-weight:400; color: var(--parchment); }
.faq-q .plus{ width:16px; height:16px; position:relative; flex:none; }
.faq-q .plus::before, .faq-q .plus::after{ content:''; position:absolute; background: var(--amber); }
.faq-q .plus::before{ left:0; top:7px; width:16px; height:1px; }
.faq-q .plus::after{ left:7px; top:0; width:1px; height:16px; transition: transform .3s ease; }
.faq-item.is-open .plus::after{ transform: rotate(90deg); }
.faq-a{ max-height:0; overflow:hidden; transition: max-height .4s var(--ease-cinema); }
.faq-a p{ padding-bottom:24px; color: var(--mist); font-size:14.5px; max-width:60ch; }
