/* ==========================================================================
   Medellin Cosmetic Packaging — public stylesheet
   Light, warm, high-contrast. No external requests: system fonts + inline SVG.
   ========================================================================== */

/* ------------------------------- variables ------------------------------- */
:root {
  --ink: #222222;
  --ink-soft: #3a3a3f;
  --muted: #6f6f7a;
  --line: #ececec;
  --line-strong: #dcdcdc;
  --bg: #ffffff;
  --bg-soft: #fafafa;
  --bg-alt: #fff4ea;
  --brand: #fa8c35;
  --brand-strong: #e8701b;
  --brand-soft: #ffb37a;
  --brand-tint: #fff1e3;
  --brand-deep: #c45a14;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(34, 34, 34, .05), 0 1px 10px rgba(34, 34, 34, .04);
  --shadow-md: 0 6px 24px rgba(34, 34, 34, .08);
  --shadow-lg: 0 18px 50px rgba(34, 34, 34, .12);
  --shadow-brand: 0 10px 30px rgba(250, 140, 53, .25);
  --wrap: 1200px;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo,
    "Malgun Gothic", "Noto Sans KR", "Noto Sans CJK SC", sans-serif;
  --speed: .22s;
}

/* --------------------------------- reset --------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-soft);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
img { height: auto; display: block; border-style: none; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--serif); color: var(--ink); line-height: 1.2; margin: 0 0 .5em; font-weight: 600; }
h1 { font-size: clamp(2rem, 4.4vw, 3.2rem); letter-spacing: -.015em; }
h2 { font-size: clamp(1.5rem, 2.6vw, 2.15rem); letter-spacing: -.01em; }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.2em; }
button { font: inherit; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.skip-link {
  position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff;
  padding: 12px 18px; z-index: 999;
}
.skip-link:focus { left: 12px; top: 12px; }

.ic { width: 1em; height: 1em; fill: currentColor; flex: none; }
.ic--lg { width: 1.6em; height: 1.6em; }
.ic--xl { width: 2.1em; height: 2.1em; }

/* -------------------------------- buttons -------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: 14px 26px; border-radius: 999px; font-weight: 600; font-size: .95rem;
  border: 1px solid transparent; cursor: pointer; transition: all var(--speed) ease;
  white-space: nowrap;
}
.btn--primary { background: var(--brand); color: #fff; }
.btn--primary:hover { background: var(--brand-strong); transform: translateY(-1px); box-shadow: var(--shadow-brand); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn--ghost:hover { border-color: var(--ink); background: var(--bg-soft); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { transform: translateY(-1px); box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn--outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn--sm { padding: 10px 18px; font-size: .875rem; }
.btn--lg { padding: 16px 34px; font-size: 1rem; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .45em; font-weight: 600;
  color: var(--brand); border-bottom: 1px solid transparent;
}
.link-arrow:hover { border-bottom-color: var(--brand); }
.link-arrow .ic { transition: transform var(--speed) ease; }
.link-arrow:hover .ic { transform: translateX(3px); }

.eyebrow {
  text-transform: uppercase; letter-spacing: .16em; font-size: .72rem;
  font-weight: 700; color: var(--brand); margin: 0 0 14px;
}

/* -------------------------------- header -------------------------------- */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.utility { background: var(--ink); color: rgba(255,255,255,.78); font-size: .8rem; }
.utility__inner { display: flex; gap: 26px; align-items: center; min-height: 38px; flex-wrap: wrap; }
.utility__item { display: inline-flex; align-items: center; gap: 7px; }
.utility__item a:hover { color: #fff; }
.utility__hours { margin-left: auto; opacity: .75; }

.header__inner { display: flex; align-items: center; gap: 32px; min-height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand__mark {
  width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center;
  background: var(--brand); color: #fff;
  font-family: var(--sans); font-size: 1.4rem; font-weight: 900; letter-spacing: 0;
}
.brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.brand__text strong { font-family: var(--serif); font-size: 1.1rem; letter-spacing: .12em; color: var(--ink); }
.brand__text em { font-style: normal; font-size: .68rem; letter-spacing: .06em; color: var(--muted); max-width: 230px; }

.nav { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.nav__list { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav__item { position: relative; }
.nav__link {
  display: block; padding: 10px 14px; font-size: .93rem; font-weight: 500; color: var(--ink-soft);
  border-radius: 8px; transition: background var(--speed) ease, color var(--speed) ease;
}
.nav__link:hover, .nav__link.is-active { color: var(--ink); background: var(--bg-alt); }
.nav__cta { margin-left: 10px; }

.dropdown {
  position: absolute; top: 100%; left: 0; min-width: 260px; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-md);
  padding: 10px; opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: all var(--speed) ease;
}
.nav__item--has-menu:hover .dropdown,
.nav__item--has-menu:focus-within .dropdown { opacity: 1; visibility: visible; transform: none; }
.dropdown ul { list-style: none; margin: 0; padding: 0; }
.dropdown a { display: block; padding: 9px 12px; border-radius: 8px; font-size: .9rem; }
.dropdown a:hover { background: var(--bg-alt); color: var(--ink); }

.header__tools { display: flex; align-items: center; gap: 10px; }
.langswitch { position: relative; }
.langswitch__btn {
  display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px;
  border: 1px solid var(--line-strong); border-radius: 999px; background: #fff;
  font-size: .82rem; font-weight: 600; cursor: pointer; color: var(--ink);
}
.langswitch__list {
  position: absolute; right: 0; top: calc(100% + 8px); background: #fff; list-style: none;
  margin: 0; padding: 8px; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-md); min-width: 170px; opacity: 0; visibility: hidden;
  transform: translateY(6px); transition: all var(--speed) ease;
}
.langswitch.is-open .langswitch__list { opacity: 1; visibility: visible; transform: none; }
.langswitch__list a { display: block; padding: 8px 12px; border-radius: 8px; font-size: .88rem; }
.langswitch__list a:hover { background: var(--bg-alt); }
.langswitch__list a[aria-current] { color: var(--brand); font-weight: 700; }

.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line-strong); border-radius: 10px; background: #fff; cursor: pointer; padding: 11px 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 3px 0; border-radius: 2px; transition: transform var(--speed) ease, opacity var(--speed) ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(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(-5px) rotate(-45deg); }

/* --------------------------------- hero --------------------------------- */
.hero { background: linear-gradient(180deg, var(--brand-tint), #fff); border-bottom: 1px solid var(--line); padding: 80px 0 68px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(closest-side, rgba(250,140,53,.22), transparent 70%); pointer-events: none; }
.hero::after { content: ""; position: absolute; left: -80px; bottom: -140px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(closest-side, rgba(250,140,53,.12), transparent 70%); pointer-events: none; }
.hero__inner { display: grid; grid-template-columns: 1.25fr .85fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
.hero__title { margin-bottom: 18px; }
.hero__sub { font-size: 1.06rem; color: var(--ink-soft); max-width: 46em; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }

/* hero carousel */
.hero__carousel { position: absolute; inset: 0; z-index: 0; }
.hero__slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.1s ease; will-change: opacity, transform;
}
.hero__slide.is-active { opacity: 1; animation: heroZoom 7s ease-out forwards; }
@keyframes heroZoom { from { transform: scale(1.04); } to { transform: scale(1.12); } }
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.86) 0%, rgba(255,255,255,.55) 38%, rgba(255,255,255,.12) 70%, rgba(255,255,255,0) 100%),
    linear-gradient(0deg, rgba(255,255,255,.7) 0%, rgba(255,255,255,0) 45%);
}
.hero__dots { position: absolute; left: 0; right: 0; bottom: 18px; z-index: 3; display: flex; gap: 10px; justify-content: center; }
.hero__dot {
  width: 11px; height: 11px; padding: 0; border-radius: 999px; cursor: pointer;
  border: 2px solid rgba(34,34,34,.35); background: rgba(255,255,255,.6);
  transition: all var(--speed) ease;
}
.hero__dot.is-active { background: var(--brand); border-color: var(--brand); width: 28px; }

.hero__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.stat {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 18px; box-shadow: var(--shadow-sm);
}
.stat__value { display: block; font-family: var(--serif); font-size: 1.85rem; color: var(--ink); line-height: 1.1; }
.stat__label { font-size: .82rem; color: var(--muted); }
.stat .ic--lg { color: var(--gold); margin-bottom: 8px; }

/* ------------------------------- sections -------------------------------- */
.section { padding: 72px 0; }
.section--why { background: var(--bg-soft); }
.section--cats { background: #fff; position: relative; overflow: hidden; }
.section--cats::before { content: ''; position: absolute; inset: 0; background: url('/uploads/oldsite/banner-1754130243.jpg') right center/cover no-repeat; z-index: 0; }
.section--cats::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(255,255,255,.92) 0%, rgba(255,255,255,.78) 55%, rgba(255,255,255,.45) 100%); z-index: 0; }
.section--cats > .wrap { position: relative; z-index: 1; }
.section--products { background: var(--bg-soft); }
.section--story { background: var(--ink); color: rgba(255,255,255,.78); }
.section--process { background: var(--bg-soft); }
.section--news { background: #fff; }
.section--faq { background: var(--bg-soft); }
.section--related { background: var(--bg-soft); }

.section__head { max-width: 760px; margin-bottom: 40px; }
.section__head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; max-width: none; }
.section__sub { color: var(--muted); font-size: 1.02rem; margin-top: 10px; }
.section--story .section__title { color: #fff; }
.section--story .eyebrow { color: var(--brand-soft); }

.grid { display: grid; gap: 24px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--cats { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.card--why { display: flex; flex-direction: column; gap: 4px; transition: transform var(--speed) ease, box-shadow var(--speed) ease; }
.card--why:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.card--why .ic--lg { color: var(--brand); }
.card--why h3 { margin: 6px 0 4px; font-size: 1.05rem; }
.card--why p { font-size: .93rem; color: var(--muted); margin: 0; }
.card--why .stat__value { font-size: 1.5rem; }

/* ----------------------------- category card ----------------------------- */
.catcard {
  display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px 26px 24px; background: #fff; transition: all var(--speed) ease; height: 100%;
}
.catcard:hover { border-color: var(--gold-soft); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.catcard__icon {
  width: 58px; height: 58px; border-radius: 14px; display: grid; place-items: center;
  background: var(--gold-tint); color: var(--gold); margin-bottom: 18px;
}
.catcard h3 { font-size: 1.2rem; margin-bottom: 6px; }
.catcard__tag { font-size: .85rem; color: var(--gold); font-weight: 600; margin-bottom: 10px; }
.catcard__text { font-size: .92rem; color: var(--muted); flex: 1; }
.catcard__link { margin-top: 16px; display: inline-flex; align-items: center; gap: .4em; font-weight: 600; color: var(--ink); font-size: .9rem; }

/* ------------------------------ product card ----------------------------- */
.pcard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: all var(--speed) ease; }
.pcard:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: var(--line-strong); }
.pcard__media { background: var(--bg-alt); aspect-ratio: 4 / 3; overflow: hidden; }
.pcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pcard:hover .pcard__media img { transform: scale(1.04); }
.pcard__body { padding: 20px; display: flex; flex-direction: column; flex: 1; gap: 8px; }
.pcard__cat { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--brand); font-weight: 700; margin: 0; }
.pcard__title { font-size: 1.06rem; margin: 0; }
.pcard__title a:hover { color: var(--brand); }
.pcard__desc { font-size: .9rem; color: var(--muted); margin: 0; }
.pcard__meta { display: flex; gap: 24px; margin: 6px 0 0; padding: 12px 0 0; border-top: 1px solid var(--line); }
.pcard__meta div { margin: 0; }
.pcard__meta dt { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.pcard__meta dd { margin: 2px 0 0; font-size: .9rem; font-weight: 600; color: var(--ink); }
.pcard__link { margin-top: auto; padding-top: 12px; display: inline-flex; align-items: center; gap: .4em; font-weight: 600; font-size: .88rem; color: var(--gold); }

/* ------------------------------ article card ----------------------------- */
.acard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: all var(--speed) ease; }
.acard:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.acard__media { aspect-ratio: 3 / 2; overflow: hidden; background: var(--bg-alt); }
.acard__media img { width: 100%; height: 100%; object-fit: cover; }
.acard__body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.acard__date { font-size: .78rem; color: var(--muted); margin: 0; letter-spacing: .04em; }
.acard__title { font-size: 1.08rem; margin: 0; }
.acard__title a:hover { color: var(--gold); }
.acard__excerpt { font-size: .92rem; color: var(--muted); margin: 0; }
.acard .link-arrow { margin-top: auto; }

/* -------------------------------- steps --------------------------------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: s; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px 24px; }
.step__num {
  position: absolute; top: -16px; left: 24px; width: 34px; height: 34px; border-radius: 50%;
  background: var(--ink); color: #fff; display: grid; place-items: center;
  font-family: var(--serif); font-size: 1rem; font-weight: 600;
}
.step__title { font-size: 1.05rem; margin: 10px 0 6px; }
.step__text { font-size: .9rem; color: var(--muted); margin: 0; }
.step__days { display: inline-block; margin-top: 12px; font-size: .75rem; font-weight: 700; letter-spacing: .06em; color: var(--gold); background: var(--gold-tint); padding: 4px 10px; border-radius: 999px; }

/* -------------------------------- story --------------------------------- */
.story { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.story__text { color: rgba(255,255,255,.82); max-width: 46em; }
.story__facts { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.story__facts li {
  border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); padding: 20px;
  display: flex; flex-direction: column; gap: 2px;
}
.story__facts strong { font-family: var(--serif); font-size: 1.6rem; color: #fff; }
.story__facts span { font-size: .8rem; color: rgba(255,255,255,.62); }
.story .link-arrow { color: var(--gold-soft); }

/* --------------------------------- faq ---------------------------------- */
.faq__list { display: flex; flex-direction: column; gap: 12px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq__item summary {
  cursor: pointer; padding: 18px 22px; font-family: var(--serif); font-size: 1.02rem;
  color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 16px;
  list-style: none;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-family: var(--sans); font-size: 1.4rem; color: var(--gold); flex: none; line-height: 1; }
.faq__item[open] summary::after { content: "–"; }
.faq__answer { padding: 0 22px 20px; color: var(--muted); font-size: .95rem; }
.faq__answer p { margin: 0; }
.faq__more { margin-top: 24px; }

/* ------------------------------- cta band -------------------------------- */
.cta-band { background: linear-gradient(135deg, #23232a, #14141a); color: rgba(255,255,255,.82); padding: 60px 0; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin-bottom: 8px; }
.cta-band p { margin: 0; max-width: 52em; }
.cta-band__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ------------------------------ page heads ------------------------------- */
.pagehead { padding: 52px 0 30px; border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.pagehead h1 { margin-bottom: 12px; }
.pagehead__sub { max-width: 62em; color: var(--muted); margin: 0; }
.pagehead__tagline { margin-top: 12px; font-weight: 600; color: var(--gold); }

.crumbs { padding-top: 18px; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; font-size: .82rem; color: var(--muted); }
.crumbs li + li::before { content: "/"; margin-right: 8px; color: var(--line-strong); }
.crumbs a:hover { color: var(--gold); }
.crumbs [aria-current] { color: var(--ink); }

.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.chip {
  padding: 9px 18px; border-radius: 999px; border: 1px solid var(--line-strong);
  background: #fff; font-size: .88rem; font-weight: 500; transition: all var(--speed) ease;
}
.chip:hover { border-color: var(--ink); }
.chip.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }
.resultcount { font-size: .85rem; color: var(--muted); margin-bottom: 22px; }
.empty { color: var(--muted); padding: 40px 0; }

/* --------------------------------- pdp ---------------------------------- */
.pdp__top { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding-top: 30px; }
.pdp__media { background: var(--bg-alt); border-radius: var(--radius-lg); padding: 30px; }
.pdp__media img { width: 100%; border-radius: var(--radius); }
.pdp__intro h1 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 12px; }
.pdp__lead { font-size: 1.05rem; color: var(--ink); }
.pdp__text { color: var(--muted); }
.pdp__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 22px; }

.pdp__grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 40px; padding-top: 48px; }
.pdp__block h2 { font-size: 1.35rem; margin-bottom: 16px; }
.spectable { width: 100%; border-collapse: collapse; font-size: .93rem; }
.spectable th, .spectable td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.spectable th { width: 38%; color: var(--muted); font-weight: 500; }
.spectable td { color: var(--ink); font-weight: 500; }
.spectable tr:last-child th, .spectable tr:last-child td { border-bottom: 0; }

.taglist { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.taglist li {
  padding: 7px 14px; border-radius: 999px; background: var(--bg-alt);
  font-size: .87rem; color: var(--ink-soft);
}

/* -------------------------------- article -------------------------------- */
.article__head { padding-top: 30px; max-width: 820px; }
.article__head h1 { margin: 8px 0 14px; }
.article__lead { font-size: 1.12rem; color: var(--ink); }
.article__body { max-width: 820px; padding-top: 30px; font-size: 1.03rem; }
.article__body h2 { margin-top: 42px; font-size: 1.5rem; }
.article__body p { color: var(--ink-soft); }
.article__body ul { color: var(--ink-soft); }
.article__body li { margin-bottom: 8px; }
.article__body .tablewrap { overflow-x: auto; margin: 28px 0; border: 1px solid var(--line); border-radius: var(--radius); }
.article__body table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.article__body th, .article__body td { padding: 13px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.article__body thead th { background: var(--bg-alt); font-family: var(--sans); font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.article__body tbody th { font-weight: 600; color: var(--ink); }
.article__body tbody tr:last-child th, .article__body tbody tr:last-child td { border-bottom: 0; }

/* --------------------------------- about --------------------------------- */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.about__block h2 { font-size: 1.35rem; }
.about__block p { color: var(--muted); }

/* -------------------------------- contact -------------------------------- */
.contact { display: grid; grid-template-columns: 1.25fr .75fr; gap: 48px; align-items: start; }
.cform { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-sm); }
.cform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .86rem; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.field label em { font-style: normal; font-weight: 500; color: var(--gold); font-size: .78rem; margin-left: 4px; }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1px solid var(--line-strong); border-radius: 10px;
  font: inherit; font-size: .95rem; color: var(--ink); background: #fff; transition: border-color var(--speed) ease, box-shadow var(--speed) ease;
}
.field textarea { resize: vertical; min-height: 140px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(166,124,61,.14);
}
.field--check label { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; font-size: .9rem; color: var(--muted); }
.field--check input { margin-top: 4px; width: 18px; height: 18px; accent-color: var(--gold); }
.field__err { display: none; margin: 6px 0 0; font-size: .82rem; color: #b3261e; }
.field.has-error .field__err { display: block; }
.field.has-error input, .field.has-error textarea { border-color: #b3261e; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.cform__status { margin: 12px 0 0; font-size: .9rem; color: var(--muted); min-height: 1em; }
.cform__msg { margin: 14px 0 0; padding: 14px 18px; border-radius: 10px; font-size: .93rem; }
.cform__msg--ok { background: #eef7ef; color: #1c6b2b; border: 1px solid #cbe7cf; }
.cform__msg--err { background: #fdf0ef; color: #8c231c; border: 1px solid #f2cdc9; }

.contact__aside { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; position: sticky; top: 130px; }
.contact__asidetitle { font-size: 1.2rem; margin-bottom: 18px; }
.contact__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 20px; }
.contact__list li { display: flex; gap: 14px; }
.contact__list .ic--lg { color: var(--gold); margin-top: 3px; }
.contact__list div { display: flex; flex-direction: column; }
.contact__list strong { font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 3px; }
.contact__list a { font-weight: 600; color: var(--ink); }
.contact__list a:hover { color: var(--gold); }
.contact__list span { font-size: .93rem; }

/* ------------------------------- not found -------------------------------- */
.notfound { padding: 100px 0; text-align: center; }
.notfound__code { font-family: var(--serif); font-size: 5rem; color: var(--line-strong); margin: 0; line-height: 1; }
.notfound__sub { color: var(--muted); margin-bottom: 26px; }

/* --------------------------------- footer -------------------------------- */
.site-footer { background: #16161b; color: rgba(255,255,255,.68); padding: 60px 0 26px; margin-top: 0; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 40px; }
.brand--footer .brand__text strong { color: #fff; }
.footer__about { font-size: .9rem; margin-top: 16px; max-width: 40em; }
.footer__social { display: flex; gap: 10px; margin-top: 16px; }
.footer__social a {
  text-transform: capitalize; font-size: .8rem; padding: 6px 12px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.2);
}
.footer__social a:hover { border-color: #fff; color: #fff; }
.footer__title { color: #fff; font-family: var(--sans); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.footer__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; font-size: .92rem; }
.footer__list a:hover { color: #fff; }
.footer__list--contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer__list--contact .ic { margin-top: 5px; color: var(--gold-soft); }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .84rem;
}
.footer__bottom p { margin: 0; }
.footer__meta { display: flex; gap: 10px; }
.footer__meta a:hover { color: #fff; }

/* ------------------------------- responsive ------------------------------- */
@media (max-width: 1080px) {
  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .story { grid-template-columns: 1fr; gap: 36px; }
  .pdp__top, .pdp__grid, .contact { grid-template-columns: 1fr; gap: 32px; }
  .contact__aside { position: static; }
  .about { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav {
    position: fixed; inset: 116px 0 auto 0; background: #fff; flex-direction: column;
    align-items: stretch; gap: 0; padding: 18px 24px 26px; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md); display: none; max-height: calc(100vh - 116px); overflow-y: auto;
  }
  .nav.is-open { display: flex; }
  .nav__list { flex-direction: column; align-items: stretch; gap: 2px; }
  .nav__link { padding: 13px 8px; border-radius: 8px; }
  .nav__item--has-menu .dropdown {
    position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none;
    border: 0; padding: 0 0 6px 12px; background: transparent;
  }
  .nav__item--has-menu .dropdown a { padding: 8px 10px; }
  .nav__cta { margin: 14px 0 0; }
}

@media (max-width: 720px) {
  .section { padding: 54px 0; }
  .grid--3, .grid--4, .steps, .grid--cats { grid-template-columns: 1fr; }
  .hero__stats { grid-template-columns: 1fr 1fr; }
  .story__facts { grid-template-columns: 1fr 1fr; }
  .cform__row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .utility__hours { display: none; }
  .header__inner { min-height: 66px; gap: 16px; }
  .brand__text em { display: none; }
  .section__head--row { flex-direction: column; align-items: flex-start; }
}

/* ----------------------- email-first contact layout ---------------------- */
.contact--mail {
  grid-template-columns: 1.35fr .85fr;
}
.contact__hero {
  background: linear-gradient(160deg, var(--brand-tint), #fff);
  border: 1px solid var(--brand-soft);
  border-radius: var(--radius-lg);
  padding: 42px 40px;
  box-shadow: var(--shadow-sm);
}
.contact__mailtitle { font-size: 1.9rem; line-height: 1.15; margin: 10px 0 14px; }
.contact__maillead { font-size: 1.02rem; color: var(--ink-soft); max-width: 46ch; margin: 0 0 26px; }
.contact__mail {
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--brand); color: #fff;
  font-size: 1.18rem; font-weight: 700; letter-spacing: .01em;
  padding: 18px 26px; border-radius: 14px;
  text-decoration: none; box-shadow: var(--shadow-brand);
  transition: transform var(--speed), background var(--speed);
}
.contact__mail .ic { width: 26px; height: 26px; }
.contact__mail:hover { background: var(--brand-strong); color: #fff; transform: translateY(-2px); }
.contact__quick { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.contact__quick .btn--ghost {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid var(--brand-soft); background: #fff; color: var(--brand-deep);
  padding: 11px 18px; border-radius: 10px; font-weight: 600; text-decoration: none;
  transition: border-color var(--speed), color var(--speed);
}
.contact__quick .btn--ghost:hover { border-color: var(--brand); color: var(--brand-strong); }
.contact__quick .ic { width: 18px; height: 18px; }
.contact__list .ic--lg { color: var(--brand); }

/* ----------------------------- polish passes ----------------------------- */
.eyebrow::after {
  content: ""; display: inline-block; width: 26px; height: 2px;
  background: var(--brand); margin-left: 10px; vertical-align: middle; border-radius: 2px;
}
.pcard, .card, .stat, .why__card, .catcard {
  transition: transform var(--speed), box-shadow var(--speed), border-color var(--speed);
}
.pcard:hover, .catcard:hover, .why__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--brand-soft);
}
.pcard:hover .pcard__media img, .catcard:hover .catcard__media img {
  transform: scale(1.05);
}
.pcard__media img, .catcard__media img { transition: transform .4s ease; transform-origin: center bottom; }
.btn--primary { letter-spacing: .01em; }
.section--tint { background: var(--bg-soft); }
.hairline {
  height: 1px; background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
  border: 0; margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .js [data-reveal] { opacity: 1 !important; transform: none !important; }
  .pagehead::before { animation: none !important; }
  .step::before { transform: scaleX(1) !important; }
}

/* ============================ refinements (orange brand) ============================ */
.pcard { position: relative; }
.pcard::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.pcard:hover::after { transform: scaleX(1); }
.pcard:hover { border-color: var(--brand-soft); }

.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; position: relative; overflow: hidden; }
.stat::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--brand); }
.stat__value { font-family: var(--serif); font-size: 1.9rem; font-weight: 700; color: var(--ink); display: block; line-height: 1.1; }
.stat__label { display: block; font-size: .82rem; color: var(--muted); margin-top: 6px; letter-spacing: .02em; }

.section__title { position: relative; padding-left: 18px; }
.section__title::before { content: ""; position: absolute; left: 0; top: .18em; bottom: .35em; width: 4px; border-radius: 2px; background: var(--brand); }

.pill { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; font-size: .72rem; font-weight: 600; letter-spacing: .04em; background: var(--brand-tint); color: var(--brand-deep); border-radius: 999px; }
.pill--ink { background: #f1f1f4; color: var(--ink); }

.tag-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.tag-list li { font-size: .78rem; padding: 5px 12px; border: 1px solid var(--line-strong); border-radius: 999px; color: var(--ink-soft); background: #fff; }

.cta-band { background: linear-gradient(135deg, var(--brand), var(--brand-strong)); color: #fff; border-radius: var(--radius-lg); padding: 40px 44px; display: grid; grid-template-columns: 1.5fr auto; gap: 24px; align-items: center; }
.cta-band h2 { color: #fff; margin: 0 0 6px; }
.cta-band p { margin: 0; opacity: .92; }
.cta-band .btn--light { background: #fff; color: var(--brand-deep); }
.cta-band .btn--light:hover { box-shadow: 0 14px 36px rgba(0,0,0,.22); }

.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.contact-card h3 { margin: 0 0 14px; font-size: 1.05rem; }
.contact-row { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
.contact-row:last-child { border-bottom: 0; }
.contact-row .ic--lg { color: var(--brand); margin-top: 2px; }
.contact-row strong { display: block; font-weight: 600; color: var(--ink); margin-bottom: 2px; }
.contact-row a { color: var(--brand); font-weight: 600; }
.contact-row a:hover { text-decoration: underline; }

.kbd { display: inline-block; padding: 2px 8px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .8rem; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 6px; color: var(--ink-soft); }

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .cta-band { grid-template-columns: 1fr; padding: 30px 26px; }
  .hero::before, .hero::after { display: none; }
}

/* ============================ about page motion ============================ */
/* scroll-reveal: only hides when JS is active, so no-JS shows content */
.js [data-reveal] {
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity .7s cubic-bezier(.21,.6,.35,1), transform .7s cubic-bezier(.21,.6,.35,1);
  transition-delay: var(--rd, 0s);
}
.js [data-reveal="up"]    { transform: translateY(30px); }
.js [data-reveal="left"]  { transform: translateX(-30px); }
.js [data-reveal="right"] { transform: translateX(30px); }
.js [data-reveal="scale"] { transform: scale(.96); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

/* pagehead soft floating glow */
.pagehead { position: relative; overflow: hidden; }
.pagehead::before {
  content: ""; position: absolute; right: -110px; top: -130px; width: 380px; height: 380px;
  border-radius: 50%; background: radial-gradient(closest-side, rgba(250,140,53,.15), transparent 70%);
  pointer-events: none; animation: aboutGlow 9s ease-in-out infinite;
}
@keyframes aboutGlow { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(18px); } }

/* stat cards: lift + icon bounce, and a number that counts up */
.card--why .ic--lg { transition: transform .4s ease, color var(--speed); }
.card--why:hover .ic--lg { transform: translateY(-2px) scale(1.08); }
.stat__value { font-variant-numeric: tabular-nums; }
.stat__value.is-counting { color: var(--brand-deep); }

/* process steps: a growing brand accent along the top edge */
.step { overflow: hidden; }
.step::before {
  content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 100%;
  background: linear-gradient(90deg, var(--brand), var(--brand-soft));
  transform: scaleX(0); transform-origin: left; transition: transform .6s ease .12s;
}
.step.is-visible::before { transform: scaleX(1); }

/* about blocks: subtle left accent on hover for a premium feel */
.about__block { position: relative; padding-left: 2px; transition: transform var(--speed) ease; }
.about__block:hover { transform: translateX(4px); }
.about__block h2 { position: relative; padding-left: 16px; }
.about__block h2::before {
  content: ""; position: absolute; left: 0; top: .18em; bottom: .3em; width: 4px; border-radius: 2px;
  background: var(--brand); transform: scaleY(0); transform-origin: top; transition: transform .4s ease;
}
.about__block:hover h2::before { transform: scaleY(1); }
