/* =========================================================
   Green-on India — Inner pages
   (loaded after style.css)
   ========================================================= */
[id] { scroll-margin-top: 96px; }
.sec { padding-block: 120px; }

/* ---------- Page transition curtain ---------- */
.curtain { display: none; }
.js-anim.page-enter .curtain, .js-anim .curtain.is-on {
  position: fixed; inset: 0; z-index: 99;
  display: grid; place-items: center;
  background: var(--forest); color: var(--white);
}
.curtain svg { width: 56px; height: 56px; }

/* ---------- Page hero ---------- */
.phero { padding-block: calc(var(--header-h) + clamp(48px, 6vw, 96px)) clamp(48px, 5vw, 80px); }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: clamp(28px, 3.5vw, 48px); font-size: 14px; font-weight: 600; color: var(--muted); }
.crumbs a { transition: color .3s; }
.crumbs a:hover { color: var(--forest); }
.crumbs i { width: 4px; height: 4px; border-radius: 999px; background: var(--leaf); }
.crumbs [aria-current] { color: var(--ink); }
.phero__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 64px; align-items: end; }
.phero__copy { display: flex; flex-direction: column; gap: 24px; }
.phero__title { font-size: clamp(46px, 5.9vw, 90px); line-height: 1; font-weight: 700; letter-spacing: -0.035em; text-wrap: balance; }
.phero__title .serif--it { color: var(--green); }
.phero__side { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; padding-bottom: 8px; }
.phero__side .lead { max-width: 500px; }

.pmedia { padding-inline: var(--gw); }
.pmedia__card { position: relative; max-width: 1520px; margin: 0 auto; height: clamp(340px, 44vw, 660px); border-radius: 32px; overflow: hidden; background: var(--forest); }
.pmedia__card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,24,17,.35) 0%, rgba(10,24,17,0) 40%); pointer-events: none; }
.pmedia .float-card { z-index: 2; left: clamp(16px, 3vw, 40px); bottom: clamp(16px, 3vw, 40px); }

/* ---------- About: story ---------- */
.story { display: flex; flex-direction: column; gap: 72px; }
.story__head { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 9fr); gap: 48px; }
.story__head .eyebrow { padding-top: 14px; align-self: start; }
.story__lead { font-size: clamp(30px, 3.2vw, 48px); line-height: 1.18; letter-spacing: -0.01em; color: var(--forest); text-wrap: pretty; }
.story__grid { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 4fr) minmax(0, 5fr); gap: 48px; align-items: start; }
.story__callout { grid-column: 2; position: sticky; top: 120px; display: flex; flex-direction: column; gap: 20px; padding: 32px; border-radius: 20px; background: var(--sage); }
.story__callout p { font-family: var(--serif); font-size: clamp(24px, 2vw, 30px); line-height: 1.2; color: var(--forest); }
.story__text { display: flex; flex-direction: column; gap: 22px; font-size: 17px; line-height: 1.75; color: var(--muted); }
.story__text p:first-child { color: var(--ink); font-weight: 600; }
.facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(23,32,28,.12); }
.fact { display: flex; flex-direction: column; gap: 8px; padding: 32px 28px 0 0; }
.fact + .fact { padding-left: 28px; border-left: 1px solid rgba(23,32,28,.12); }
.fact__k { font-family: var(--serif); font-size: clamp(34px, 3.3vw, 48px); line-height: 1; color: var(--forest); }
.fact__v { font-size: 15px; font-weight: 600; color: var(--muted); }

/* ---------- About: materials ---------- */
.materials-sec { padding-inline: var(--gw); }
.materials { max-width: 1520px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); min-height: 600px; border-radius: 32px; overflow: hidden; background: var(--sand); }
.materials__media { position: relative; overflow: hidden; min-height: 320px; }
.materials__copy { display: flex; flex-direction: column; justify-content: center; gap: 24px; padding: 72px clamp(28px, 6vw, 96px); }
.materials__title { font-size: clamp(36px, 3.9vw, 56px); line-height: 1.04; letter-spacing: -0.015em; color: var(--ink); text-wrap: balance; }
.materials__copy .body-lg { color: var(--sand-ink); max-width: 600px; }
.mat-list { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 12px; }
.mat-list li { display: inline-flex; align-items: center; gap: 10px; height: 48px; padding: 0 20px 0 14px; border-radius: 999px; background: rgba(255,255,255,.7); font-size: 15px; font-weight: 700; color: var(--forest); transition: background .4s, transform .6s var(--ease); }
.mat-list li:hover { background: var(--white); transform: translateY(-3px); }
.mat-list .ic { color: var(--terra); }

/* Numbered principle cards */
.pcard__num { position: absolute; top: 28px; right: 28px; font-size: 13px; font-weight: 800; letter-spacing: .1em; color: rgba(23,32,28,.28); }

/* ---------- About: vision & mission ---------- */
.vm-sec { padding: 0 var(--gw) 120px; }
.vm { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; max-width: 1520px; margin: 0 auto; }
.vm__card { position: relative; overflow: hidden; isolation: isolate; display: flex; flex-direction: column; justify-content: flex-end; gap: 22px; min-height: 620px; padding: clamp(32px, 4.4vw, 64px); border-radius: 32px; }
.vm__card--vision { background: var(--night); color: var(--white); }
.vm__media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.vm__card--vision::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(14,20,17,.95) 0%, rgba(14,20,17,.72) 45%, rgba(14,20,17,.1) 100%); }
.vm__card--mission { background: var(--sage); color: var(--forest); }
.vm__rings { position: absolute; right: -140px; top: -140px; width: 520px; height: 520px; z-index: -1; max-width: none; color: var(--forest); animation: spin 120s linear infinite; }
.vm__title { font-size: clamp(42px, 4.4vw, 64px); line-height: 1.02; letter-spacing: -0.015em; text-wrap: balance; }
.vm__text { max-width: 520px; font-size: clamp(16px, 1.25vw, 18px); line-height: 1.65; text-wrap: pretty; }
.vm__card--vision .vm__text { color: rgba(255,255,255,.76); }
.vm__card--mission .vm__text { color: #44524B; }

/* Certificates on inner pages */
.cert__req { display: inline-flex; align-items: center; gap: 6px; padding-top: 6px; font-size: 13.5px; font-weight: 700; color: var(--green); }
.cert__req .ic { stroke-width: 2; }

/* ---------- Products ---------- */
.pindex { padding-bottom: 32px; }
.prod .ic--down { transform: rotate(90deg); }
.prod:hover .prod__more .ic--down { transform: rotate(90deg) translateX(3px); }
.prod__tag { position: absolute; left: 12px; top: 12px; z-index: 1; height: 30px; display: inline-flex; align-items: center; padding: 0 12px; border-radius: 999px; background: rgba(255,255,255,.92); font-size: 12.5px; font-weight: 700; color: var(--forest); }

.pdetail { position: relative; padding-top: 72px; }
.psubnav-wrap { position: sticky; top: calc(var(--header-h) + 12px); z-index: 20; display: flex; justify-content: center; padding-inline: 16px; pointer-events: none; transition: top .6s var(--ease); }
.hdr-scrolled .psubnav-wrap { top: 84px; }
.hdr-hidden .psubnav-wrap { top: 12px; }
.psubnav { pointer-events: auto; display: flex; gap: 4px; max-width: 100%; padding: 6px; border-radius: 999px; background: rgba(255,255,255,.84); border: 1px solid rgba(23,32,28,.08); box-shadow: 0 14px 34px -22px rgba(23,32,28,.45); -webkit-backdrop-filter: blur(14px) saturate(1.4); backdrop-filter: blur(14px) saturate(1.4); overflow-x: auto; scrollbar-width: none; }
.psubnav::-webkit-scrollbar { display: none; }
.psubnav a { flex-shrink: 0; display: inline-flex; align-items: center; height: 42px; padding: 0 18px; border-radius: 999px; font-size: 14.5px; font-weight: 700; color: var(--muted); white-space: nowrap; transition: background .45s var(--ease), color .45s; }
.psubnav a:hover { color: var(--forest); }
.psubnav a.is-active { background: var(--forest); color: var(--white); }

.pd { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 96px); align-items: start; padding-block: 96px; border-bottom: 1px solid rgba(23,32,28,.1); }
.pd:last-child { border-bottom: 0; }
.pd__media { position: sticky; top: 160px; }
.pd__img { position: relative; aspect-ratio: 1 / 1; border-radius: 28px; overflow: hidden; background: var(--sage); }
.pd__num { position: absolute; right: 20px; bottom: 20px; display: grid; place-items: center; width: 76px; height: 76px; border-radius: 999px; background: var(--white); font-family: var(--serif); font-size: 28px; color: var(--forest); box-shadow: 0 12px 30px -16px rgba(23,32,28,.4); }
.pd__body { display: flex; flex-direction: column; gap: 28px; padding-top: 24px; }
.pd__title { font-size: clamp(36px, 3.6vw, 54px); line-height: 1.04; font-weight: 700; letter-spacing: -0.03em; text-wrap: balance; }
.pd__text { font-size: clamp(17px, 1.35vw, 20px); line-height: 1.6; color: var(--muted); text-wrap: pretty; }
.pd__h { margin-bottom: 14px; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips li { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px; border-radius: 999px; background: var(--white); border: 1px solid rgba(23,32,28,.08); font-size: 14.5px; font-weight: 600; transition: border-color .4s, color .4s; }
.chips li::before { content: ""; width: 6px; height: 6px; border-radius: 999px; background: var(--leaf); }
.chips li:hover { border-color: var(--leaf); color: var(--forest); }
.specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; }
.specs div { display: flex; flex-direction: column; gap: 8px; padding: 20px 22px; border-radius: 16px; background: var(--white); border: 1px solid rgba(23,32,28,.06); }
.specs dt { display: flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green); }
.specs dd { margin: 0; font-size: 15.5px; line-height: 1.5; color: var(--ink); }
.pd .btn-row { gap: 14px 28px; padding-top: 4px; }

/* ---------- Life cycle page ---------- */
.stage { position: relative; display: grid; margin-top: 8px; padding: 28px; border-radius: 20px; background: rgba(255,255,255,.62); }
.stage__item { grid-area: 1 / 1; display: flex; flex-direction: column; gap: 10px; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .5s, transform .7s var(--ease), visibility 0s .5s; }
.stage__item.is-active { opacity: 1; visibility: visible; transform: none; transition: opacity .6s .1s, transform .8s .1s var(--ease), visibility 0s; }
.stage__num { font-size: 13px; font-weight: 800; letter-spacing: .14em; color: var(--green); }
.stage__item h3 { font-size: 24px; font-weight: 700; letter-spacing: -0.01em; color: var(--forest); }
.stage__item p { font-size: 16px; line-height: 1.6; color: #4F5B55; }
.stage__dots { display: flex; gap: 6px; margin-top: 20px; }
.stage__dots button { position: relative; width: 36px; height: 24px; }
.stage__dots button::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 3px; margin-top: -1.5px; border-radius: 3px; background: rgba(23,74,53,.18); transition: background .5s; }
.stage__dots button.is-active::before { background: var(--forest); }
[data-cycle] .ring__label, [data-cycle] .steps li, [data-cycle] .node { cursor: pointer; }

.tl-sec { display: flex; flex-direction: column; gap: 72px; }
.tl { --tlp: 1; position: relative; display: flex; flex-direction: column; }
.tl::before, .tl::after { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; margin-left: -1px; border-radius: 2px; }
.tl::before { background: rgba(23,74,53,.12); }
.tl::after { background: linear-gradient(180deg, var(--leaf), var(--green)); transform-origin: top; transform: scaleY(var(--tlp)); }
.tl__item { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 120px minmax(0, 1fr); align-items: center; padding-block: 28px; }
.tl__dot { grid-column: 2; grid-row: 1; justify-self: center; position: relative; z-index: 1; display: grid; place-items: center; width: 64px; height: 64px; border-radius: 999px; background: var(--bg); border: 2px solid rgba(23,74,53,.16); color: var(--forest); transition: background .6s var(--ease), border-color .6s, color .6s, transform .8s var(--ease); }
.tl__item.is-on .tl__dot, html:not(.js-anim) .tl__dot { background: var(--forest); border-color: var(--forest); color: var(--leaf); transform: scale(1.06); }
.tl__card { grid-row: 1; display: flex; gap: 24px; align-items: flex-start; padding: 32px; border-radius: 22px; background: var(--white); border: 1px solid rgba(23,32,28,.06); transition: box-shadow .6s var(--ease), transform .6s var(--ease); }
.tl__card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -30px rgba(23,74,53,.4); }
.tl__item:nth-child(odd) .tl__card { grid-column: 1; }
.tl__item:nth-child(even) .tl__card { grid-column: 3; }
.tl__n { flex-shrink: 0; min-width: 64px; font-family: var(--serif); font-size: 52px; line-height: .9; color: transparent; -webkit-text-stroke: 1.2px var(--green); }
.tl__card h3 { margin-bottom: 8px; font-size: 22px; font-weight: 700; letter-spacing: -0.01em; }
.tl__card p { font-size: 16px; line-height: 1.6; color: var(--muted); }

.closing-sec { padding: 0 var(--gw) var(--gw); }
.closing { position: relative; isolation: isolate; overflow: hidden; max-width: 1520px; margin: 0 auto; min-height: 640px; display: grid; place-items: center; border-radius: 32px; background: var(--night); color: var(--white); text-align: center; }
.closing__media { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.closing::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 50% 55%, rgba(10,24,17,.6) 0%, rgba(10,24,17,.78) 60%, rgba(10,24,17,.9) 100%); }
.closing__body { display: flex; flex-direction: column; align-items: center; gap: 24px; max-width: 880px; padding: 96px 24px; }
.closing__title { font-size: clamp(44px, 5.6vw, 84px); line-height: 1.02; letter-spacing: -0.015em; text-wrap: balance; }
.closing__text { max-width: 560px; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.6; color: rgba(255,255,255,.8); }
.closing .btn-row { justify-content: center; padding-top: 12px; }

/* ---------- News ---------- */
.news { display: flex; flex-direction: column; gap: 32px; padding-bottom: 120px; }
.filters { display: flex; flex-wrap: wrap; gap: 10px; padding-bottom: 28px; border-bottom: 1px solid rgba(23,32,28,.1); }
.chip { height: 46px; padding: 0 20px; border-radius: 999px; border: 1.5px solid rgba(23,32,28,.12); font-size: 15px; font-weight: 700; color: var(--muted); transition: background .45s var(--ease), color .45s, border-color .45s; }
.chip:hover { border-color: var(--forest); color: var(--forest); }
.chip[aria-pressed="true"] { background: var(--forest); border-color: var(--forest); color: var(--white); }
.empty { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; align-items: center; min-height: 520px; padding: clamp(28px, 5vw, 72px); border-radius: 32px; background: var(--white); border: 1px solid rgba(23,32,28,.06); }
.empty__art { position: relative; justify-self: center; width: min(100%, 340px); aspect-ratio: 1; }
.empty__art svg { width: 100%; height: 100%; overflow: visible; }
.empty__orbit { transform-origin: 170px 170px; animation: spin 18s linear infinite; }
.empty__inner { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.empty__cat { display: inline-flex; align-items: center; gap: 8px; height: 32px; padding: 0 14px; border-radius: 999px; background: var(--sage); font-size: 13px; font-weight: 700; color: var(--forest); }
.empty__cat i { width: 6px; height: 6px; border-radius: 999px; background: var(--leaf); }
.empty__title { font-size: clamp(38px, 4vw, 60px); line-height: 1.04; letter-spacing: -0.01em; color: var(--forest); text-wrap: balance; }
.empty__text { max-width: 480px; font-size: clamp(16px, 1.3vw, 19px); line-height: 1.6; color: var(--muted); }
.empty__inner .btn { margin-top: 8px; }
.ghosts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.ghost { display: flex; flex-direction: column; gap: 14px; padding: 12px 12px 24px; border-radius: 20px; border: 1.5px dashed rgba(23,32,28,.12); }
.ghost span { display: block; border-radius: 10px; background: linear-gradient(90deg, rgba(23,74,53,.05) 0%, rgba(23,74,53,.1) 50%, rgba(23,74,53,.05) 100%); background-size: 200% 100%; animation: shimmer 2.4s linear infinite; }
.ghost span:nth-child(1) { aspect-ratio: 16 / 10; border-radius: 14px; }
.ghost span:nth-child(2) { width: 30%; height: 12px; margin: 8px 8px 0; }
.ghost span:nth-child(3) { width: 85%; height: 18px; margin-inline: 8px; }
.ghost span:nth-child(4) { width: 60%; height: 18px; margin-inline: 8px; }
@keyframes shimmer { to { background-position: -200% 0; } }

/* ---------- Reach Us ---------- */
.reach { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 20px; align-items: start; padding-bottom: 20px; }
.form-card { position: relative; padding: clamp(28px, 4vw, 56px); border-radius: 28px; background: var(--white); border: 1px solid rgba(23,32,28,.06); }
.form-card__head { display: flex; flex-direction: column; gap: 10px; margin-bottom: 36px; }
.form-card__title { font-size: clamp(26px, 2.4vw, 34px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; }
.form-card__head p { font-size: 15.5px; color: var(--muted); }
.form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 18px; }
.field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 14.5px; font-weight: 700; color: var(--ink); }
.field .req { color: var(--green); }
.field .opt { font-weight: 500; color: var(--muted); }
.input { width: 100%; height: 56px; padding: 0 18px; border-radius: 14px; border: 1.5px solid rgba(23,32,28,.14); background: var(--bg); font: inherit; font-size: 16px; color: var(--ink); transition: border-color .3s, background-color .3s, box-shadow .3s; -webkit-appearance: none; appearance: none; }
.input::placeholder { color: #7C857F; }
.input:hover { border-color: rgba(23,32,28,.28); }
.input:focus { outline: none; background-color: var(--white); border-color: var(--green); box-shadow: 0 0 0 4px rgba(114,184,75,.22); }
textarea.input { height: auto; min-height: 150px; padding: 16px 18px; resize: vertical; line-height: 1.55; }
select.input { padding-right: 48px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%23174A35' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 8 5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; cursor: pointer; }
.input[aria-invalid="true"] { border-color: #B3261E; background-color: #FDF6F5; }
.input[aria-invalid="true"]:focus { box-shadow: 0 0 0 4px rgba(179,38,30,.14); }
.field__err { font-size: 13.5px; font-weight: 600; color: #B3261E; }
.field__err:empty { display: none; }
.form__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 24px; margin-top: 32px; padding-top: 28px; border-top: 1px solid rgba(23,32,28,.08); }
.form__note { max-width: 340px; font-size: 14px; line-height: 1.55; color: var(--muted); }
.form__done { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 18px; padding: clamp(28px, 4vw, 56px); border-radius: inherit; background: var(--white); }
/* display:flex above beats the browser's own [hidden] rule, so say it again. */
.form__done[hidden] { display: none; }
.form__done .tile { width: 64px; height: 64px; border-radius: 18px; background: var(--forest); color: var(--leaf); }
.form__done h3 { font-family: var(--serif); font-size: clamp(34px, 3.4vw, 48px); font-weight: 400; line-height: 1.05; color: var(--forest); }
.form__done p { max-width: 480px; font-size: 16.5px; line-height: 1.6; color: var(--muted); }
.form__done p a { color: var(--forest); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.info-card { position: sticky; top: 110px; overflow: hidden; isolation: isolate; display: flex; flex-direction: column; padding: clamp(28px, 3.5vw, 48px); border-radius: 28px; background: var(--forest); color: var(--white); }
.info-card .cta__glow { z-index: -1; }
.info-card__title { margin: 14px 0 12px; font-size: clamp(26px, 2.2vw, 32px); line-height: 1.15; letter-spacing: -0.01em; }
.info-card .contact-row { align-items: flex-start; padding: 20px 0; }
.info-card .contact-row__ic { display: grid; place-items: center; width: 46px; height: 46px; flex-shrink: 0; border-radius: 14px; background: rgba(114,184,75,.14); }
.contact-row__k { display: block; margin-bottom: 4px; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.info-card address { font-size: 16px; line-height: 1.6; font-weight: 600; }

.map-sec { padding: 0 var(--gw) 120px; }
.map { position: relative; max-width: 1520px; margin: 0 auto; height: clamp(360px, 38vw, 540px); border-radius: 32px; overflow: hidden; background: var(--sage); }
.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: saturate(.6); transition: filter .8s var(--ease); }
.map:hover iframe { filter: none; }
.map .float-card { z-index: 2; color: var(--ink); }

/* ---------- Legal ---------- */
.legal { padding-bottom: 120px; }
.legal__card { display: flex; gap: 28px; align-items: flex-start; max-width: 880px; padding: clamp(28px, 4vw, 56px); border-radius: 28px; background: var(--white); border: 1px solid rgba(23,32,28,.06); }
.legal__card h2 { margin-bottom: 12px; font-size: clamp(24px, 2.2vw, 30px); font-weight: 700; letter-spacing: -0.02em; }
.legal__card p { font-size: 17px; line-height: 1.7; color: var(--muted); }
.legal__card p + p { margin-top: 14px; }
.legal__card a { color: var(--forest); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Inner pages: responsive ---------- */
@media (max-width: 1180px) {
  .story__head { grid-template-columns: 1fr; gap: 20px; }
  .story__head .eyebrow { padding-top: 0; }
  .story__grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
  .story__callout { grid-column: 1; }
  .vm__card { min-height: 560px; }
  .tl__item { grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr); }
}

@media (max-width: 1024px) {
  .sec { padding-block: 96px; }
  .phero__grid { grid-template-columns: 1fr; gap: 28px; }
  .hdr-scrolled .psubnav-wrap { top: 76px; }
  .facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fact:nth-child(3) { padding-left: 0; border-left: 0; }
  .fact:nth-child(n+3) { margin-top: 28px; border-top: 1px solid rgba(23,32,28,.12); }
  .materials { grid-template-columns: 1fr; }
  .materials__media { height: clamp(280px, 48vw, 420px); }
  .materials__copy { padding: 48px clamp(24px, 6vw, 64px) 56px; }
  .vm { grid-template-columns: 1fr; }
  .pd { grid-template-columns: 1fr; gap: 32px; padding-block: 72px; }
  .pd__media { position: relative; top: auto; max-width: 620px; }
  .pd__body { padding-top: 0; }
  .tl-sec { gap: 48px; }
  .tl::before, .tl::after { left: 32px; }
  .tl__item { grid-template-columns: 64px minmax(0, 1fr); gap: 24px; padding-block: 12px; }
  .tl__dot { grid-column: 1; }
  .tl__item:nth-child(odd) .tl__card, .tl__item:nth-child(even) .tl__card { grid-column: 2; }
  .empty { grid-template-columns: 1fr; gap: 12px; min-height: 0; }
  .empty__art { width: min(100%, 260px); }
  .reach { grid-template-columns: 1fr; }
  .info-card { position: relative; top: auto; }
  .map-sec, .legal, .news { padding-bottom: 96px; }
  .vm-sec { padding-bottom: 96px; }
}

@media (max-width: 640px) {
  [id] { scroll-margin-top: 80px; }
  .sec { padding-block: 72px; }
  .phero { padding-block: calc(var(--header-h) + 36px) 40px; }
  .crumbs { margin-bottom: 24px; font-size: 13px; }
  .phero__title { font-size: clamp(40px, 11.4vw, 50px); line-height: 1.04; }
  .phero__side { gap: 22px; }
  .phero__side .btn { width: 100%; }
  .pmedia__card { height: 380px; border-radius: 24px; }
  .pmedia .float-card { left: 12px; right: 12px; bottom: 12px; }

  .story { gap: 44px; }
  .story__lead { font-size: 28px; }
  .story__grid { grid-template-columns: 1fr; gap: 28px; }
  .story__callout { position: static; padding: 24px; }
  .story__text { font-size: 16px; }
  .fact { padding: 24px 12px 0 0; }
  .fact + .fact { padding-left: 16px; }
  .fact:nth-child(3) { padding-left: 0; }
  .fact__k { font-size: 32px; }
  .fact__v { font-size: 14px; }

  .materials { border-radius: 24px; }
  .materials__copy { padding: 32px 22px 36px; gap: 18px; }
  .materials__title { font-size: 34px; }
  .mat-list li { height: 44px; font-size: 14.5px; }

  .vm-sec { padding-bottom: 72px; }
  .vm { gap: 12px; }
  .vm__card { min-height: 500px; padding: 28px 22px; border-radius: 24px; }
  .vm__title { font-size: 40px; }
  .vm__rings { width: 360px; height: 360px; right: -120px; top: -120px; }
  .pcard__num { top: 22px; right: 20px; }

  .pindex { padding-bottom: 8px; }
  .pdetail { padding-top: 40px; }
  .hdr-scrolled .psubnav-wrap { top: 70px; }
  .psubnav a { height: 38px; padding: 0 14px; font-size: 13.5px; }
  .pd { gap: 24px; padding-block: 56px; }
  .pd__img { border-radius: 22px; }
  .pd__num { width: 60px; height: 60px; font-size: 22px; right: 14px; bottom: 14px; }
  .pd__body { gap: 22px; }
  .pd__title { font-size: 34px; }
  .specs { grid-template-columns: 1fr; }
  .pd .btn-row { flex-direction: column; align-items: stretch; }
  .pd .btn-row .text-link { justify-content: center; }

  .stage { padding: 22px; }
  .stage__item h3 { font-size: 21px; }
  .tl-sec { gap: 36px; }
  .tl::before, .tl::after { left: 24px; }
  .tl__item { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; padding-block: 8px; }
  .tl__dot { width: 48px; height: 48px; }
  .tl__dot .ic { width: 20px; height: 20px; }
  .tl__card { flex-direction: column; gap: 12px; padding: 22px 20px; border-radius: 18px; }
  .tl__n { font-size: 40px; }
  .tl__card h3 { font-size: 19px; }
  .tl__card p { font-size: 15px; }
  .closing { min-height: 560px; border-radius: 24px; }
  .closing__body { padding: 64px 22px; }
  .closing__title { font-size: 40px; }
  .closing .btn-row { flex-direction: column; align-items: stretch; width: 100%; }

  .filters { flex-wrap: nowrap; overflow-x: auto; margin-inline: -20px; padding-inline: 20px; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .chip { flex-shrink: 0; height: 42px; padding: 0 16px; font-size: 14px; }
  .empty { padding: 28px 22px 32px; border-radius: 24px; }
  .empty__art { width: 200px; }
  .empty__title { font-size: 36px; }
  .empty__inner .btn { width: 100%; }
  .ghosts { grid-template-columns: 1fr; }
  .ghost:nth-child(n+2) { display: none; }

  .form-card, .info-card { border-radius: 24px; padding: 28px 20px; }
  .form-card__head { margin-bottom: 28px; }
  .form__grid { grid-template-columns: 1fr; gap: 18px; }
  .form__foot { flex-direction: column-reverse; align-items: stretch; }
  .form__foot .btn { width: 100%; }
  .map { border-radius: 24px; height: 420px; }
  .map-sec { padding-bottom: 72px; }
  .legal__card { flex-direction: column; gap: 20px; border-radius: 24px; padding: 28px 22px; }
  .legal, .news { padding-bottom: 72px; }
}
