:root {
  color-scheme: dark;
  --ink: #11110f;
  --ink-soft: #191917;
  --paper: #eeece5;
  --paper-muted: #b8b5ac;
  --copper: #c77b4f;
  --copper-light: #f0bc8f;
  --line: rgba(238, 236, 229, 0.14);
  --max-width: 1320px;
  --side: clamp(1.25rem, 5vw, 4.5rem);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-size: 1rem; line-height: 1.5; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--ink); background: var(--copper-light); }

.skip-link { position: fixed; z-index: 1000; top: 0.75rem; left: 0.75rem; padding: 0.7rem 1rem; color: var(--ink); background: var(--paper); border-radius: 2rem; transform: translateY(-150%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 1rem; left: 50%; width: min(calc(100% - 2rem), var(--max-width)); height: 4.25rem; display: flex; align-items: center; justify-content: space-between; padding: 0 0.75rem 0 1.2rem; border: 1px solid rgba(255,255,255,.1); border-radius: 1.4rem; background: rgba(20,20,18,.62); backdrop-filter: blur(24px) saturate(150%); box-shadow: 0 18px 50px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.08); transform: translateX(-50%); transition: background 250ms ease, box-shadow 250ms ease; }
.site-header.is-scrolled { background: rgba(20,20,18,.84); box-shadow: 0 18px 60px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.1); }
.brand { display: inline-flex; align-items: center; gap: .7rem; min-height: 2.75rem; }
.brand__mark { width: 1.8rem; height: 1.8rem; fill: none; stroke: var(--copper-light); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.brand__name { font-size: .83rem; font-weight: 760; letter-spacing: .22em; }
.site-nav { display: flex; align-items: center; gap: .25rem; }
.site-nav a { padding: .7rem 1rem; border-radius: 1rem; color: #cfcdc6; font-size: .86rem; font-weight: 540; transition: color 150ms ease, background 150ms ease, transform 100ms ease; }
.site-nav a:hover { color: #fff; background: rgba(255,255,255,.06); }
.site-nav a:active, .button:active { transform: scale(.97); }
.site-nav .nav-cta { margin-left: .45rem; color: var(--ink); background: var(--paper); }
.site-nav .nav-cta:hover { color: var(--ink); background: #fff; }
.menu-toggle { display: none; width: 2.8rem; height: 2.8rem; padding: 0; border: 0; border-radius: 1rem; background: rgba(255,255,255,.08); cursor: pointer; }
.menu-toggle span { position: absolute; left: 50%; width: 1rem; height: 1px; background: var(--paper); transform: translateX(-50%); transition: transform 220ms ease, top 220ms ease; }
.menu-toggle span:first-child { top: 1.15rem; }
.menu-toggle span:last-child { top: 1.62rem; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 1.4rem; transform: translateX(-50%) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 1.4rem; transform: translateX(-50%) rotate(-45deg); }

.hero { position: relative; min-height: 100svh; max-width: 1600px; margin: 0 auto; padding: clamp(9rem, 16vh, 12rem) var(--side) 2.5rem; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(min(22rem, 42vw), .97fr); grid-template-rows: 1fr auto; align-items: center; overflow-x: clip; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background-image: linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px); background-size: 5.5rem 5.5rem; mask-image: linear-gradient(to bottom, black 20%, transparent 88%); }
.hero__glow { position: absolute; z-index: -2; top: 6%; right: -10%; width: 55vw; height: 55vw; border-radius: 50%; background: radial-gradient(circle, rgba(151,76,37,.19), transparent 67%); filter: blur(25px); }
.hero__content { position: relative; z-index: 2; min-width: 0; max-width: 48rem; }
.eyebrow { margin: 0 0 1.75rem; color: var(--copper-light); font-size: .72rem; font-weight: 680; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { max-width: 11ch; margin: 0; font-size: clamp(3.5rem, 7vw, 7.6rem); font-weight: 570; line-height: .91; letter-spacing: -.065em; text-wrap: balance; }
.hero h1 span { display: block; color: #929088; font-weight: 380; }
.hero__lead { max-width: 40rem; margin: 2rem 0 0; color: var(--paper-muted); font-size: clamp(1rem, 1.4vw, 1.22rem); line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2.25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.2rem; min-height: 3.5rem; padding: 0 1.3rem; border: 1px solid transparent; border-radius: 1.1rem; font-size: .9rem; font-weight: 650; cursor: pointer; transition: transform 100ms ease, background 180ms ease, border-color 180ms ease; }
.button--primary { color: #1c110c; background: var(--copper-light); }
.button--primary:hover { background: #ffd0a5; }
.button--quiet { color: var(--paper); border-color: var(--line); background: rgba(255,255,255,.035); }
.button--quiet:hover { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.07); }
.hero__visual { position: relative; align-self: stretch; min-height: 31rem; display: grid; place-items: center; }
.ore-core { position: relative; width: min(100%, 35rem); filter: drop-shadow(0 3rem 4rem rgba(0,0,0,.65)); }
.ore-core svg { position: relative; z-index: 2; display: block; width: 100%; overflow: visible; animation: ore-float 7s ease-in-out infinite; }
.ore-core__shine { position: absolute; z-index: 3; top: 15%; left: 26%; width: 24%; height: 20%; border-radius: 50%; background: rgba(255,225,193,.18); filter: blur(30px); pointer-events: none; }
.facet { fill: rgba(255,255,255,.075); }
.facet--dark { fill: rgba(0,0,0,.2); }
.vein { filter: drop-shadow(0 0 14px rgba(202,107,59,.7)); }
.orbit { position: absolute; z-index: 1; inset: 7%; border: 1px solid rgba(231,157,105,.22); border-radius: 50%; transform: rotate(-28deg) scaleY(.42); }
.orbit::after { content: ""; position: absolute; top: 48%; left: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--copper-light); box-shadow: 0 0 18px var(--copper); }
.orbit--two { inset: -1%; border-color: rgba(255,255,255,.1); transform: rotate(22deg) scaleY(.55); }
.orbit--two::after { top: 15%; left: 75%; width: 5px; height: 5px; background: var(--paper); }
.hero__annotation { position: absolute; right: -1rem; bottom: 18%; color: #b4b0a7; font-size: .7rem; line-height: 1.65; letter-spacing: .12em; text-transform: uppercase; }
.hero__annotation span { display: inline-block; width: 2rem; height: 1px; margin: 0 .6rem .2rem 0; background: var(--copper); }
.hero__foot { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: clamp(1.5rem, 9vw, 9rem); padding-top: 2rem; border-top: 1px solid var(--line); color: #d0cdc4; font-size: .75rem; letter-spacing: .04em; }
.hero__foot div { display: grid; gap: .35rem; }
.hero__foot span { color: #77756f; font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; }

.section { max-width: var(--max-width); margin: 0 auto; padding: clamp(6rem, 11vw, 10rem) var(--side); }
.section-tag { display: flex; align-items: center; gap: .8rem; color: #8d8a82; font-size: .69rem; font-weight: 680; letter-spacing: .16em; text-transform: uppercase; }
.section-tag span { color: var(--copper); }
.statement { border-top: 1px solid var(--line); }
.statement__grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .6fr); gap: clamp(3rem, 9vw, 9rem); align-items: end; margin-top: 2.8rem; }
.statement h2, .section-heading h2, .process h2, .contact h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.6rem); font-weight: 480; line-height: 1; letter-spacing: -.055em; }
.statement h2 em { color: var(--copper-light); font-family: Georgia, serif; font-weight: 400; }
.statement__copy { color: var(--paper-muted); font-size: 1rem; line-height: 1.72; }
.statement__copy p { margin: 0; }
.statement__copy p + p { margin-top: 1.2rem; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 6rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles > div { min-height: 13rem; padding: 2rem; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 1.2rem; align-content: center; }
.principles > div + div { border-left: 1px solid var(--line); }
.principle-icon { grid-row: 1 / 3; width: 2.8rem; height: 2.8rem; display: grid; place-items: center; border: 1px solid rgba(199,123,79,.5); border-radius: 50%; color: var(--copper-light); font-family: Georgia, serif; font-size: 1rem; }
.principles strong { font-size: 1.05rem; font-weight: 570; }
.principles small { margin-top: .45rem; color: #88857e; font-size: .8rem; line-height: 1.5; }

.services { max-width: none; padding-right: max(var(--side), calc((100vw - var(--max-width))/2 + var(--side))); padding-left: max(var(--side), calc((100vw - var(--max-width))/2 + var(--side))); background: #e7e3db; color: #171715; }
.section-heading { display: grid; grid-template-columns: minmax(0, .55fr) minmax(0, 1.3fr) minmax(0, .75fr); gap: 2rem; align-items: end; }
.section-heading .section-tag { align-self: start; color: #777269; }
.section-heading p { max-width: 25rem; margin: 0; color: #68645d; line-height: 1.65; }
.service-list { margin-top: 5rem; border-top: 1px solid rgba(23,23,21,.18); }
.service-card { position: relative; display: grid; grid-template-columns: 3rem 9rem minmax(0, 1fr) 3rem; gap: clamp(1rem, 3vw, 3rem); align-items: center; min-height: 14rem; border-bottom: 1px solid rgba(23,23,21,.18); transition: background 240ms ease, padding 240ms ease; }
.service-card:hover { padding: 0 1.5rem; background: rgba(255,255,255,.35); }
.service-card__number { align-self: start; padding-top: 2rem; color: #8d877d; font-size: .68rem; letter-spacing: .12em; }
.service-card__icon { position: relative; width: 8rem; height: 8rem; display: grid; place-items: center; }
.service-card__icon::before, .service-card__icon::after, .service-card__icon span { content: ""; position: absolute; transform: rotate(45deg); }
.icon-copper::before { width: 4.7rem; height: 4.7rem; border-radius: 40% 55% 35% 60%; background: linear-gradient(135deg,#e1a477,#713b26); box-shadow: inset 12px 6px 20px rgba(255,255,255,.27), 15px 15px 28px rgba(75,34,18,.2); }
.icon-copper::after { width: 2rem; height: 5rem; border-left: 2px solid rgba(255,224,197,.7); transform: rotate(64deg); }
.icon-iron::before { width: 5.2rem; height: 5.2rem; clip-path: polygon(50% 0,100% 33%,82% 100%,19% 88%,0 28%); background: linear-gradient(145deg,#77766f,#252724); box-shadow: inset 10px 10px 20px rgba(255,255,255,.17); }
.icon-iron::after { width: 3.4rem; height: 1px; background: rgba(255,255,255,.5); transform: rotate(-20deg); }
.icon-supply::before { width: 5rem; height: 5rem; border: 1px solid #8f664d; border-radius: 50%; }
.icon-supply::after { width: 3.5rem; height: 3.5rem; border: 1px solid #bf7c52; border-radius: 50%; transform: none; }
.icon-supply span { width: 1.4rem; height: 1.4rem; border-radius: 50%; background: var(--copper); transform: none; box-shadow: 0 0 0 7px rgba(199,123,79,.14); }
.service-card__type { margin: 0 0 .5rem; color: #9b5b38; font-size: .67rem; font-weight: 730; letter-spacing: .15em; text-transform: uppercase; }
.service-card h3 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.8rem); font-weight: 520; letter-spacing: -.035em; }
.service-card__body > p:last-child { max-width: 35rem; margin: .7rem 0 0; color: #716d65; font-size: .9rem; }
.service-card__arrow { width: 2.7rem; height: 2.7rem; display: grid; place-items: center; border: 1px solid rgba(23,23,21,.25); border-radius: 50%; font-size: 1.1rem; transition: transform 220ms ease, background 220ms ease; }
.service-card:hover .service-card__arrow { color: var(--paper); background: #1a1a18; transform: rotate(45deg); }

.process { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(4rem, 10vw, 10rem); }
.process__intro { position: sticky; top: 8rem; align-self: start; }
.process h2 { margin-top: 2.5rem; }
.process__intro > p { max-width: 29rem; margin-top: 1.6rem; color: var(--paper-muted); line-height: 1.7; }
.process__steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); counter-reset: process; }
.process__steps li { display: grid; grid-template-columns: 4rem 1fr; gap: 2rem; padding: 2.6rem 0; border-bottom: 1px solid var(--line); }
.process__steps li > span { color: var(--copper); font-size: .7rem; letter-spacing: .12em; }
.process__steps strong { display: block; font-size: clamp(1.6rem, 3vw, 2.5rem); font-weight: 480; letter-spacing: -.03em; }
.process__steps p { max-width: 28rem; margin: .6rem 0 0; color: #918e86; font-size: .9rem; }

.commitment { position: relative; max-width: min(calc(100% - 2rem), 1500px); min-height: 44rem; margin-bottom: 1rem; padding: clamp(4rem, 9vw, 8rem); display: flex; align-items: flex-end; overflow: hidden; border-radius: 2rem; background: #7f422b; isolation: isolate; }
.commitment::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 75% 15%, rgba(255,194,145,.3), transparent 25%), linear-gradient(110deg, rgba(19,14,12,.55), transparent 70%); }
.commitment__terrain { position: absolute; z-index: -2; inset: 0; overflow: hidden; }
.commitment__terrain span { position: absolute; left: 30%; width: 95%; height: 80%; border: 1px solid rgba(255,214,180,.25); border-radius: 48% 52% 0 0; transform: rotate(-12deg) skewX(-15deg); }
.commitment__terrain span:nth-child(1) { top: 28%; background: #ad6240; }
.commitment__terrain span:nth-child(2) { top: 41%; left: 22%; background: #7a3d29; }
.commitment__terrain span:nth-child(3) { top: 57%; left: 12%; background: #51291f; }
.commitment__terrain span:nth-child(4) { top: 75%; left: -3%; background: #221816; }
.commitment__content { max-width: 52rem; }
.section-tag--light { color: rgba(255,244,232,.65); }
.section-tag--light span { color: #ffd2ab; }
.commitment h2 { margin: 2rem 0 1.5rem; font-size: clamp(3rem, 6.3vw, 6.5rem); font-weight: 480; line-height: .93; letter-spacing: -.06em; }
.commitment__content > p { max-width: 37rem; color: rgba(255,241,229,.75); font-size: 1.05rem; line-height: 1.7; }
.commitment__labels { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.commitment__labels span { padding: .6rem .9rem; border: 1px solid rgba(255,255,255,.2); border-radius: 2rem; color: rgba(255,255,255,.85); background: rgba(36,18,13,.15); backdrop-filter: blur(10px); font-size: .72rem; }

.contact { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(4rem, 11vw, 11rem); }
.contact h2 { max-width: 10ch; margin-top: 2.5rem; }
.contact__intro > p { max-width: 30rem; margin-top: 1.7rem; color: var(--paper-muted); line-height: 1.7; }
.company-id { display: grid; gap: .4rem; margin-top: 3.5rem; color: #77746e; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.contact-form { padding: clamp(1.4rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: 1.7rem; background: rgba(255,255,255,.025); box-shadow: inset 0 1px rgba(255,255,255,.04); }
.field, .field-row { display: grid; gap: .6rem; }
.field-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 1.2rem 0; }
.field label { color: #bbb8b0; font-size: .72rem; font-weight: 600; letter-spacing: .05em; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: .9rem; outline: none; color: var(--paper); background: #161614; transition: border-color 160ms ease, box-shadow 160ms ease; }
.field input { height: 3.35rem; padding: 0 1rem; }
.field textarea { min-height: 8.5rem; padding: 1rem; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #5f5d58; }
.field input:focus, .field textarea:focus { border-color: var(--copper); box-shadow: 0 0 0 3px rgba(199,123,79,.13); }
.form-submit { width: 100%; margin-top: 1.3rem; border: 0; }
.form-note, .form-status { margin: .8rem 0 0; color: #6f6c66; font-size: .68rem; text-align: center; }
.form-status { min-height: 1rem; color: var(--copper-light); }

.site-footer { max-width: var(--max-width); margin: 0 auto; padding: 2rem var(--side) 3rem; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 2rem; align-items: center; border-top: 1px solid var(--line); color: #6f6c66; font-size: .7rem; }
.brand--footer { color: var(--paper); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms cubic-bezier(.2,.7,.2,1), transform 700ms cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero .reveal { opacity: 1; transform: none; }
@keyframes ore-float { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1deg); } }

:focus-visible { outline: 2px solid var(--copper-light); outline-offset: 4px; }

@media (max-width: 900px) {
  .menu-toggle { position: relative; display: block; }
  .site-nav { position: absolute; top: calc(100% + .55rem); right: 0; left: 0; max-height: calc(100dvh - 6rem); padding: .6rem; padding-bottom: max(.6rem, env(safe-area-inset-bottom)); display: grid; overflow-y: auto; overscroll-behavior: contain; border: 1px solid rgba(255,255,255,.1); border-radius: 1.3rem; background: rgba(20,20,18,.96); backdrop-filter: blur(24px); box-shadow: 0 24px 50px rgba(0,0,0,.45); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px) scale(.98); transform-origin: top right; transition: opacity 180ms ease, transform 240ms cubic-bezier(.2,.7,.2,1), visibility 0s linear 240ms; }
  .site-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scale(1); transition-delay: 0s; }
  .site-nav a { padding: .9rem 1rem; }
  .site-nav .nav-cta { margin: .3rem 0 0; text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 10rem; }
  .hero__content { max-width: 45rem; }
  .hero__visual { min-height: clamp(24rem, 58vw, 30rem); margin-top: 2rem; }
  .ore-core { width: min(80vw, 30rem); }
  .hero__annotation { right: 2rem; }
  .hero__foot { margin-top: 1rem; }
  .statement__grid, .contact { grid-template-columns: 1fr; }
  .statement__copy { max-width: 38rem; }
  .section-heading { grid-template-columns: 1fr 1fr; }
  .section-heading .section-tag { grid-column: 1 / -1; }
  .service-card { grid-template-columns: 2rem 7rem minmax(0, 1fr) 2.7rem; }
  .service-card__icon { width: 6.5rem; height: 6.5rem; transform: scale(.85); }
  .process { grid-template-columns: 1fr; }
  .process__intro { position: static; }
}

@media (max-width: 768px) {
  .principles { grid-template-columns: 1fr; margin-top: 4rem; }
  .principles > div { min-height: 9rem; padding: 1.5rem; }
  .principles > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .section-heading { grid-template-columns: 1fr; }
  .service-list { margin-top: 3.5rem; }
  .service-card { grid-template-columns: 2rem minmax(0, 1fr) 2.7rem; gap: 1rem; padding: 2rem 0; }
  .service-card:hover { padding: 2rem .7rem; }
  .service-card__number { padding-top: .2rem; }
  .service-card__icon { grid-column: 2; grid-row: 1; justify-self: start; width: 5.5rem; height: 5.5rem; }
  .service-card__body { grid-column: 2 / 4; min-width: 0; }
  .service-card__arrow { grid-column: 3; grid-row: 1; }
  .site-footer { grid-template-columns: 1fr; gap: .6rem; }
}

@media (max-width: 640px) {
  :root { --side: 1.25rem; }
  .site-header { top: max(.65rem, env(safe-area-inset-top)); width: calc(100% - 1.3rem); height: 3.8rem; border-radius: 1.2rem; }
  .hero { padding-top: 8rem; }
  .hero h1 { font-size: clamp(3rem, 15vw, 5.2rem); overflow-wrap: break-word; }
  .hero__lead { margin-top: 1.5rem; }
  .hero__actions { display: grid; }
  .hero__visual { min-height: clamp(18rem, 75vw, 23rem); }
  .hero__annotation { display: none; }
  .hero__foot { gap: 1.5rem 2rem; justify-content: space-between; }
  .hero__foot div:first-child { max-width: 12rem; }
  .section { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .statement__grid { gap: 2rem; }
  .process__steps li { grid-template-columns: 2rem 1fr; gap: 1rem; }
  .commitment { min-height: 34rem; padding: 3rem 1.4rem; border-radius: 1.5rem; }
  .commitment h2 { font-size: clamp(2.6rem, 13vw, 4.5rem); overflow-wrap: break-word; }
  .commitment-title-break { display: none; }
  .commitment__terrain span { left: 0; width: 150%; }
  .field-row { grid-template-columns: 1fr; }
  .company-id { margin-top: 2.5rem; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 2.8rem; }
  .statement h2, .section-heading h2, .process h2, .contact h2 { font-size: 2.45rem; }
  .commitment h2 { font-size: 2.45rem; }
}

@media (max-width: 900px) and (max-height: 600px) {
  .hero__visual { min-height: 20rem; }
  .commitment { min-height: auto; padding-top: 8rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header, .site-nav { background: #171715; backdrop-filter: none; }
  .commitment__labels span { background: #5d3023; backdrop-filter: none; }
}

@media (prefers-contrast: more) {
  :root { --paper-muted: #dfddd6; --line: rgba(255,255,255,.35); }
  .site-header, .contact-form { border-color: rgba(255,255,255,.55); }
}
