/* =============================================================================
   DINTON SALVAGE — Stylesheet
   Industrial black + recycling green. Display: Oswald / Body: Inter.
   ========================================================================== */

/* ---- Tokens -------------------------------------------------------------- */
:root {
  --black:      #0e0f11;
  --black-2:    #16181b;   /* feature strip / dark cards */
  --black-3:    #202327;   /* hover surfaces on dark */
  --green:      #6cb33f;
  --green-600:  #5b9c2f;   /* hover */
  --green-700:  #4d8526;
  --green-band-a: #5f8c33;
  --green-band-b: #74a83c;
  --light:      #f4f5f2;
  --white:      #ffffff;
  --ink:        #1b1d20;
  --ink-2:      #34383d;
  --muted:      #6c7075;
  --muted-dark: #a6abb0;   /* secondary text on dark */
  --line:       #e5e7e3;
  --line-dark:  rgba(255,255,255,.10);

  --maxw: 1180px;
  --radius: 6px;
  --radius-lg: 10px;
  --shadow: 0 18px 40px -22px rgba(14,15,17,.45);
  --shadow-card: 0 14px 30px -20px rgba(14,15,17,.28);

  --ff-display: "Oswald", "Arial Narrow", system-ui, sans-serif;
  --ff-body: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;

  /* Swap these for other photos, e.g. url('../img/yard.jpg') */
  --hero-image: url('../img/hero.jpg');
  --yard-image: url('../img/hero.jpg');
}

/* ---- Reset / base -------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--ff-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }

h1, h2, h3, h4 {
  font-family: var(--ff-display);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: .01em;
  text-transform: uppercase;
}

:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 2px;
  border-radius: 3px;
}

.skip-link {
  position: absolute; left: 12px; top: -50px;
  background: var(--green); color: #fff; padding: 10px 16px;
  border-radius: var(--radius); z-index: 200; transition: top .2s;
  font-weight: 600;
}
.skip-link:focus { top: 12px; }

/* ---- Layout helpers ------------------------------------------------------ */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }

.section { padding: 86px 0; }
.section-light { background: var(--light); }
.section-white { background: var(--white); }
.section-dark  { background: var(--black); color: var(--white); }
.section-tight { padding: 64px 0; }

.eyebrow {
  font-family: var(--ff-display);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 600;
  font-size: .82rem;
  color: var(--green);
  margin-bottom: 14px;
}
.eyebrow-light { color: var(--green); }

.section-head { max-width: 720px; }
.section-head.center { margin-inline: auto; text-align: center; }

h2.section-title { font-size: clamp(1.9rem, 1.2rem + 2.4vw, 3rem); color: var(--ink); }
.section-dark h2.section-title { color: var(--white); }

.lead { color: var(--muted); font-size: 1.06rem; }

.icon { width: 1.2em; height: 1.2em; flex: none; }

/* ---- Buttons ------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--ff-display);
  text-transform: uppercase; letter-spacing: .06em; font-weight: 600;
  font-size: .92rem;
  padding: 15px 26px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.btn .icon { width: 1.05em; height: 1.05em; transition: transform .2s ease; }
.btn:hover .icon { transform: translateX(4px); }

.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-600); }

.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-outline:hover { background: #fff; color: var(--ink); border-color: #fff; }

.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--ink); color: #fff; }

.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: var(--green); }

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ff-display); text-transform: uppercase;
  letter-spacing: .08em; font-weight: 600; font-size: .82rem;
  color: var(--green-700);
}
.link-arrow .icon { width: 1.1em; height: 1.1em; transition: transform .2s ease; }
.link-arrow:hover { color: var(--green); }
.link-arrow:hover .icon { transform: translateX(4px); }

/* =============================================================================
   HEADER
   ========================================================================== */
.site-header { background: var(--black); position: sticky; top: 0; z-index: 100; }
.header-inner {
  display: flex; align-items: center; gap: 24px;
  min-height: 76px;
}

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { height: 40px; width: auto; flex: none; }
.brand-logo { height: 46px; width: auto; display: block; }
.brand-logo-footer { height: 50px; }
.brand-text { display: flex; flex-direction: column; line-height: .92; }
.brand-top { font-family: var(--ff-display); font-weight: 700; font-size: 1.42rem; letter-spacing: .04em; color: #fff; }
.brand-bottom { font-family: var(--ff-display); font-weight: 600; font-size: 1.06rem; letter-spacing: .22em; color: var(--green); }

.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.primary-nav > ul { display: flex; align-items: center; gap: 22px; }
.primary-nav a {
  font-family: var(--ff-display); text-transform: uppercase;
  letter-spacing: .05em; font-weight: 500; font-size: .82rem;
  color: rgba(255,255,255,.86); padding: 6px 0; position: relative;
  transition: color .16s ease;
}
.primary-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px;
  height: 2px; background: var(--green); transform: scaleX(0);
  transform-origin: left; transition: transform .2s ease;
}
.primary-nav a:hover { color: #fff; }
.primary-nav a:hover::after,
.primary-nav a.active::after { transform: scaleX(1); }
.primary-nav a.active { color: var(--green); }

.nav-cta {
  font-family: var(--ff-display); text-transform: uppercase; letter-spacing: .06em;
  font-weight: 600; font-size: .8rem; color: #fff !important;
  background: var(--green); padding: 9px 16px; border-radius: var(--radius);
  transition: background .18s ease;
}
.nav-cta::after { display: none; }
.nav-cta:hover { background: var(--green-600); }

.header-contact { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.2; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; font-size: 1.02rem; }
.header-phone .phone-icon { color: var(--green); width: 1.05em; height: 1.05em; }
.header-phone:hover { color: var(--green); }
.header-hours { color: var(--muted-dark); font-size: .76rem; margin-top: 3px; }

.nav-toggle {
  display: none; margin-left: auto;
  width: 46px; height: 46px; background: transparent; border: 0; cursor: pointer;
  flex-direction: column; justify-content: center; gap: 5px; padding: 10px;
}
.nav-toggle span { display: block; height: 2.5px; background: #fff; border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* =============================================================================
   HOME HERO
   ========================================================================== */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background: var(--hero-image) center / cover no-repeat, #1a1c1f;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(10,11,12,.94) 0%, rgba(10,11,12,.78) 38%, rgba(10,11,12,.25) 72%, rgba(10,11,12,.08) 100%),
    linear-gradient(0deg, rgba(10,11,12,.55), rgba(10,11,12,0) 55%);
}
.hero-inner { position: relative; padding: 116px 0 124px; max-width: 620px; }
.hero h1 {
  font-size: clamp(2.4rem, 1.4rem + 4vw, 4.1rem);
  font-weight: 600; line-height: .98;
}
.hero h1 .accent { color: var(--green); display: block; }
.hero p { margin: 22px 0 34px; font-size: 1.12rem; color: rgba(255,255,255,.88); max-width: 460px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* =============================================================================
   FEATURE STRIP (dark, 4 items)
   ========================================================================== */
.features { background: var(--black-2); }
.features-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 36px; padding: 52px 0;
}
.feature { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; }
.feature-ico { color: var(--green); width: 48px; height: 48px; flex: none; display: grid; place-items: center; }
.feature-ico .icon { width: 40px; height: 40px; }
.feature-img { width: 48px; height: 48px; object-fit: contain; display: block; }
.feature h3 { color: #fff; font-size: 1.04rem; letter-spacing: .04em; margin-bottom: 7px; }
.feature p { color: var(--muted-dark); font-size: .92rem; line-height: 1.55; }

/* =============================================================================
   ABOUT (split)
   ========================================================================== */
.about-grid {
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: center;
}
.about-copy h2 { font-size: clamp(1.9rem, 1.3rem + 2vw, 2.7rem); color: var(--ink); margin-bottom: 20px; }
.about-copy p { color: var(--muted); margin-bottom: 16px; }
.tick-list { display: grid; gap: 12px; margin: 24px 0 30px; }
.tick-list li { display: flex; align-items: center; gap: 12px; font-weight: 500; color: var(--ink-2); }
.tick-list .icon { color: var(--green); width: 1.4em; height: 1.4em; }

.about-media { position: relative; }
.about-img {
  background: var(--yard-image) center / cover no-repeat, #20242a;
  border-radius: var(--radius-lg); min-height: 440px;
  box-shadow: var(--shadow);
}
.yard-card {
  position: absolute; left: 22px; bottom: 22px; right: 22px; max-width: 340px;
  background: rgba(14,15,17,.86); backdrop-filter: blur(4px);
  color: #fff; padding: 22px 24px; border-radius: var(--radius);
  border-left: 3px solid var(--green);
}
.yard-card .yard-head { display: flex; align-items: center; gap: 8px; color: var(--green); font-family: var(--ff-display); text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 600; margin-bottom: 10px; }
.yard-card address { font-style: normal; font-size: .96rem; line-height: 1.5; color: rgba(255,255,255,.9); }
.yard-card .link-arrow { color: var(--green); margin-top: 14px; }
.yard-card .link-arrow:hover { color: #fff; }

/* =============================================================================
   SERVICES (cards)
   ========================================================================== */
.cards {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px;
}
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 36px 28px; text-align: center; display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: #d7dad4; }
.card-ico {
  width: 64px; height: 64px; margin: 0 auto 22px;
  display: grid; place-items: center; color: var(--ink);
  border-radius: 50%; background: var(--light);
}
.card-ico .icon { width: 32px; height: 32px; }
.card-ico .svc-img { width: 38px; height: 38px; object-fit: contain; display: block; }
.card:hover .card-ico { background: var(--green); color: #fff; }
.card h3 { font-size: 1.12rem; color: var(--ink); margin-bottom: 12px; letter-spacing: .03em; }
.card p { color: var(--muted); font-size: .94rem; flex: 1; margin-bottom: 20px; }
.card .link-arrow { justify-content: center; }

/* Two-column service detail rows (Services page) */
.svc-detail { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: start; padding: 34px 0; border-top: 1px solid var(--line); }
.svc-detail:first-of-type { border-top: 0; }
.svc-detail .card-ico { margin: 0; background: var(--light); color: var(--green); }
.svc-detail h3 { text-align: left; font-size: 1.3rem; margin-bottom: 10px; }
.svc-detail p { text-align: left; color: var(--muted); margin: 0; }

/* =============================================================================
   METALS CTA BAND
   ========================================================================== */
.metals-band { background: linear-gradient(100deg, var(--green-band-a), var(--green-band-b)); color: #fff; }
.metals-band-inner {
  display: grid; grid-template-columns: auto 1fr auto; gap: 32px;
  align-items: center; padding: 46px 0;
}
.metals-band-icon { width: 64px; height: 64px; color: rgba(255,255,255,.92); flex: none; }
.metals-band-icon .icon { width: 64px; height: 64px; }
.metals-band-icon img { width: 64px; height: 64px; object-fit: contain; display: block; }
.metals-band h2 { font-size: clamp(1.4rem, 1rem + 1.4vw, 1.9rem); color: #fff; line-height: 1.08; }
.metals-band p { margin-top: 8px; color: rgba(255,255,255,.9); font-size: .98rem; max-width: 520px; }

/* =============================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: var(--black); color: var(--muted-dark); }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 44px; padding: 70px 0 56px;
}
.brand-footer { margin-bottom: 18px; }
.footer-about p { font-size: .92rem; line-height: 1.6; max-width: 280px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a {
  width: 40px; height: 40px; border-radius: 50%; background: var(--green);
  display: grid; place-items: center; color: #fff; transition: background .18s ease, transform .18s ease;
}
.footer-social a .icon { width: 20px; height: 20px; }
.footer-social a:hover { background: var(--green-600); transform: translateY(-2px); }

.footer-col h3 { color: #fff; font-size: 1rem; letter-spacing: .08em; margin-bottom: 18px; }
.footer-links { display: grid; gap: 11px; }
.footer-links a { font-size: .94rem; color: var(--muted-dark); transition: color .15s ease, padding-left .15s ease; }
.footer-links a:hover { color: var(--green); padding-left: 4px; }

.footer-label { color: var(--green); font-family: var(--ff-display); text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 600; margin-bottom: 8px; }
.footer-contact address { font-style: normal; font-size: .94rem; line-height: 1.55; margin-bottom: 16px; }
.footer-contact-row { display: flex; align-items: center; gap: 10px; font-size: .94rem; margin-bottom: 8px; }
.footer-contact-row .icon { color: var(--green); width: 1.1em; height: 1.1em; }
.footer-contact-row a:hover { color: var(--green); }

.footer-legal { border-top: 1px solid var(--line-dark); }
.footer-legal-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 28px; padding: 22px 0; font-size: .8rem; color: #7e8489; }
.footer-reg { flex: 1 1 320px; min-width: 0; }
.footer-legal-links { margin-left: auto; display: flex; gap: 14px; align-items: center; }
.footer-legal-links a:hover { color: var(--green); }

/* =============================================================================
   INNER PAGE HERO
   ========================================================================== */
.page-hero { position: relative; background: var(--hero-image) center / cover no-repeat, var(--black); color: #fff; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,11,12,.92), rgba(10,11,12,.62)); }
.page-hero-inner { position: relative; padding: 84px 0 76px; }
.page-hero-title { font-size: clamp(2.1rem, 1.5rem + 3vw, 3.4rem); color: #fff; }
.page-hero-title .accent { color: var(--green); }
.page-hero-sub { margin-top: 16px; max-width: 560px; color: rgba(255,255,255,.86); font-size: 1.08rem; }
.breadcrumb { margin-top: 22px; display: flex; gap: 10px; align-items: center; font-size: .85rem; color: rgba(255,255,255,.6); font-family: var(--ff-display); text-transform: uppercase; letter-spacing: .08em; }
.breadcrumb a { color: var(--green); }
.breadcrumb a:hover { color: #fff; }

/* =============================================================================
   GENERIC PAGE CONTENT
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.prose h2 { font-size: clamp(1.7rem, 1.2rem + 1.8vw, 2.4rem); color: var(--ink); margin-bottom: 18px; }
.prose h3 { font-size: 1.3rem; color: var(--ink); margin: 26px 0 10px; }
.prose p { color: var(--muted); margin-bottom: 16px; }
.prose .tick-list { margin-top: 22px; }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; padding: 28px 12px; background: var(--black-2); border-radius: var(--radius-lg); }
.section-light .stat { background: #fff; border: 1px solid var(--line); }
.stat-num { font-family: var(--ff-display); font-weight: 700; font-size: 2.6rem; color: var(--green); line-height: 1; }
.stat-label { margin-top: 8px; font-size: .9rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; font-family: var(--ff-display); }
.section-dark .stat-label { color: var(--muted-dark); }

.media-box {
  background: var(--yard-image) center / cover no-repeat, #20242a;
  border-radius: var(--radius-lg); min-height: 420px; box-shadow: var(--shadow);
}

/* Metals lists */
.metal-group { margin-bottom: 40px; }
.metal-group .eyebrow { margin-bottom: 6px; }
.metal-group h3 { font-size: 1.5rem; color: var(--ink); margin-bottom: 6px; }
.metal-group > p { color: var(--muted); margin-bottom: 22px; max-width: 640px; }
.metal-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.metal-item { background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--green); border-radius: var(--radius); padding: 20px 22px; }
.metal-item h4 { font-family: var(--ff-display); text-transform: uppercase; letter-spacing: .04em; font-size: 1.05rem; color: var(--ink); margin-bottom: 6px; }
.metal-item p { color: var(--muted); font-size: .9rem; }

/* Steps (trade accounts) */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: step; }
.step { position: relative; padding-top: 14px; }
.step-num { font-family: var(--ff-display); font-weight: 700; font-size: 2.4rem; color: var(--green); line-height: 1; }
.step h3 { font-size: 1.15rem; color: var(--ink); margin: 12px 0 8px; }
.step p { color: var(--muted); font-size: .95rem; }

/* CTA panel */
.cta-panel { background: var(--black); color: #fff; border-radius: var(--radius-lg); padding: 54px 48px; text-align: center; }
.cta-panel h2 { font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.3rem); color: #fff; margin-bottom: 14px; }
.cta-panel p { color: var(--muted-dark); max-width: 560px; margin: 0 auto 26px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* =============================================================================
   CONTACT / FORMS
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: start; }

.info-card { background: var(--black); color: #fff; border-radius: var(--radius-lg); padding: 38px 34px; }
.info-card h2 { color: #fff; font-size: 1.5rem; margin-bottom: 24px; }
.info-row { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 16px 0; border-top: 1px solid var(--line-dark); }
.info-row:first-of-type { border-top: 0; padding-top: 0; }
.info-ico { width: 44px; height: 44px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; }
.info-ico .icon { width: 22px; height: 22px; }
.info-row .label { font-family: var(--ff-display); text-transform: uppercase; letter-spacing: .1em; font-size: .74rem; color: var(--green); margin-bottom: 4px; }
.info-row a, .info-row address { color: #fff; font-style: normal; font-size: 1rem; line-height: 1.5; }
.info-row a:hover { color: var(--green); }
.hours-list { margin-top: 6px; }
.hours-list li { display: flex; justify-content: space-between; gap: 16px; font-size: .94rem; padding: 3px 0; color: rgba(255,255,255,.86); }
.hours-list .day { color: var(--muted-dark); }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 38px 34px; box-shadow: var(--shadow-card); }
.form-card h2 { font-size: 1.5rem; color: var(--ink); margin-bottom: 6px; }
.form-card .form-intro { color: var(--muted); margin-bottom: 24px; font-size: .96rem; }

.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: .9rem; color: var(--ink-2); margin-bottom: 7px; }
.field .req { color: var(--green-700); }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: .98rem; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--line); border-radius: var(--radius);
  background: #fcfcfb; transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(108,179,63,.16);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

.field-error input, .field-error select, .field-error textarea { border-color: #d64545; background: #fdf4f4; }
.error-text { color: #c43535; font-size: .82rem; margin-top: 6px; }

.consent { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 22px; }
.consent input { width: auto; margin-top: 4px; flex: none; }
.consent label { font-weight: 400; font-size: .88rem; color: var(--muted); margin: 0; }

.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.alert { padding: 16px 18px; border-radius: var(--radius); margin-bottom: 22px; font-size: .95rem; border-left: 4px solid; }
.alert-success { background: #eef7e6; border-color: var(--green); color: #2f5414; }
.alert-error { background: #fdeeee; border-color: #d64545; color: #8a2222; }

.map-embed { margin-top: 0; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); line-height: 0; }
.map-embed iframe { width: 100%; height: 360px; border: 0; }

/* =============================================================================
   ANIMATION (reveal on scroll)
   ========================================================================== */
.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js [data-reveal].is-in { opacity: 1; transform: none; }

/* ---- Legal pages -------------------------------------------------------- */
.prose-narrow { max-width: 760px; margin-inline: auto; }
.prose-narrow h3 { margin-top: 30px; }
.legal-note {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--green);
  border-radius: var(--radius);
  padding: 14px 18px;
  font-size: .9rem;
  color: var(--muted);
  margin-bottom: 30px;
}
.legal-updated {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: .85rem;
  color: var(--muted);
}

/* ---- 404 page ----------------------------------------------------------- */
.notfound-section { text-align: center; }
.notfound-inner { max-width: 620px; margin-inline: auto; }
.notfound-code {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(4.5rem, 3rem + 12vw, 9rem);
  line-height: .9;
  color: var(--green);
  letter-spacing: -.02em;
}
.notfound-title { font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.2rem); color: var(--ink); margin: 6px 0 14px; }
.notfound-text { color: var(--muted); max-width: 480px; margin: 0 auto 28px; }
.notfound-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.notfound-help { margin-top: 26px; font-size: .9rem; color: var(--muted); }
.notfound-help a { color: var(--green); font-weight: 600; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* =============================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1080px) {
  .header-hours { display: none; }
  .features-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 36px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .metal-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 920px) {
  .nav-toggle { display: flex; }
  .header-inner { gap: 14px; }
  .primary-nav {
    position: fixed; inset: 76px 0 auto 0; margin: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--black-2); padding: 12px 24px 24px;
    border-top: 1px solid var(--line-dark);
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
    max-height: calc(100vh - 76px); overflow-y: auto;
  }
  .primary-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .primary-nav > ul { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
  .primary-nav > ul li { border-bottom: 1px solid var(--line-dark); }
  .primary-nav a { display: block; padding: 14px 0; font-size: .95rem; }
  .primary-nav a::after { display: none; }
  .nav-cta { margin-top: 16px; text-align: center; }
  .header-contact { margin-left: auto; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .section { padding: 60px 0; }
  .section-tight { padding: 48px 0; }
  .about-grid, .split, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-media { order: -1; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; gap: 22px; }
  .metals-band-inner { grid-template-columns: 1fr; gap: 22px; text-align: left; }
  .metals-band-icon { width: 52px; height: 52px; }
  .metals-band-icon .icon { width: 52px; height: 52px; }
  .hero-inner { padding: 84px 0 90px; }
  .svc-detail { grid-template-columns: 1fr; gap: 16px; }
  .cta-panel { padding: 40px 24px; }
}

@media (max-width: 540px) {
  .container { padding-inline: 18px; }
  .features-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .metal-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .hero-actions .btn, .cta-actions .btn { width: 100%; justify-content: center; }
  .footer-legal-links { margin-left: 0; }
}
