:root {
  --charcoal: #121311;
  --charcoal-soft: #1b1d1a;
  --paper: #eeeae1;
  --paper-light: #f8f6f0;
  --steel: #989c97;
  --oxide: #a53d2d;
  --oxide-light: #c26554;
  --line: rgba(18, 19, 17, .18);
  --line-light: rgba(248, 246, 240, .18);
  --serif: "Iowan Old Style", Baskerville, "Palatino Linotype", Georgia, serif;
  --sans: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--paper); color: var(--charcoal); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { display: block; }
::selection { background: var(--oxide); color: #fff; }

.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.hero-shell, .header-shell { width: calc(100% - clamp(48px, 8vw, 220px)); max-width: none; margin-inline: auto; }
.section { padding: clamp(100px, 10vw, 165px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 10px 14px; background: #fff; color: #000; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: none; }

.kicker { display: flex; gap: 14px; align-items: center; margin: 0 0 27px; color: #5b5e57; font-size: 10px; font-weight: 800; letter-spacing: .2em; line-height: 1.25; text-transform: uppercase; }
.kicker::before { width: 42px; height: 1px; background: currentColor; content: ""; }
.kicker--light { color: var(--paper-light); }
.section-number { margin: 0; color: var(--oxide); font: 400 40px/1 var(--serif); }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 15px; padding: 15px 23px; border: 1px solid currentColor; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .08em; line-height: 1; text-transform: uppercase; transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease; }
.button svg, .text-link svg, .header-cta svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.4; transition: transform .3s cubic-bezier(.16, 1, .3, 1); }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button:hover svg, .button:focus-visible svg, .text-link:hover svg, .text-link:focus-visible svg { transform: translateX(5px); }
.button--oxide { border-color: var(--oxide); background: var(--oxide); color: #fff; }
.button--oxide:hover, .button--oxide:focus-visible { border-color: var(--paper-light); background: var(--paper-light); color: var(--charcoal); }
.button--full { width: 100%; }
.text-link { display: inline-flex; width: fit-content; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.text-link--light { color: var(--paper-light); }

/* Navegação: o container próprio resolve a camuflagem sobre a fotografia. */
.site-header { position: fixed; z-index: 90; inset: 0 0 auto; color: var(--paper-light); transition: background .35s ease, border-color .35s ease, box-shadow .35s ease; }
.site-header::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(to bottom, rgba(12, 13, 11, .9), rgba(12, 13, 11, .58) 64%, transparent); content: ""; transition: background .35s ease, backdrop-filter .35s ease; }
.site-header.is-scrolled::before, .site-header.menu-visible::before { background: rgba(18, 19, 17, .93); backdrop-filter: blur(18px); }
.site-header.is-scrolled { border-bottom: 1px solid rgba(248, 246, 240, .12); box-shadow: 0 12px 34px rgba(0, 0, 0, .23); }
.header-shell { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand img { width: 42px; height: 42px; object-fit: cover; filter: grayscale(1) contrast(1.08); }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font: 500 17px/1.05 var(--serif); letter-spacing: .02em; }
.brand small { margin-top: 6px; color: var(--oxide-light); font-size: 8px; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; }
.brand--header { width: clamp(156px, 14vw, 182px); transform: translateY(6px); }
.brand--header .brand__official { width: 100%; height: 58px; object-fit: cover; object-position: center; filter: none; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 3px; margin-left: auto; padding: 5px; border: 1px solid rgba(248, 246, 240, .16); border-radius: 999px; background: rgba(10, 11, 9, .58); box-shadow: 0 9px 30px rgba(0, 0, 0, .22), inset 0 1px rgba(255, 255, 255, .04); backdrop-filter: blur(15px) saturate(120%); }
.desktop-nav a { position: relative; padding: 10px 14px; border-radius: 999px; color: rgba(255, 255, 255, .84); font-size: 11px; font-weight: 750; white-space: nowrap; transition: background .22s ease, color .22s ease, transform .22s ease; }
.desktop-nav a::after { position: absolute; right: 14px; bottom: 7px; left: 14px; height: 1px; background: var(--oxide-light); content: ""; transform: scaleX(0); transform-origin: center; transition: transform .25s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .desktop-nav a.is-active { background: rgba(248, 246, 240, .12); color: #fff; transform: translateY(-1px); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after, .desktop-nav a.is-active::after { transform: scaleX(1); }
.header-cta { display: inline-flex; min-height: 46px; align-items: center; gap: 13px; padding: 0 17px; border: 1px solid rgba(248, 246, 240, .55); background: rgba(18, 19, 17, .45); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: background .25s ease, color .25s ease; }
.header-cta:hover, .header-cta:focus-visible { background: var(--paper-light); color: var(--charcoal); }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 6px; margin-left: auto; border: 1px solid rgba(248, 246, 240, .32); background: rgba(18, 19, 17, .55); cursor: pointer; }
.menu-toggle span { width: 18px; height: 1px; background: currentColor; transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { display: none; }
.scroll-progress { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--oxide); transform: scaleX(0); transform-origin: left; will-change: transform; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; isolation: isolate; background: var(--charcoal); color: var(--paper-light); }
.hero__media, .hero__media img { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: 55% center; animation: heroIn 1.7s cubic-bezier(.16, 1, .3, 1) both; }
.hero__veil { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(18, 19, 17, .96) 0%, rgba(18, 19, 17, .84) 42%, rgba(18, 19, 17, .27) 73%, rgba(18, 19, 17, .48) 100%), linear-gradient(0deg, rgba(18, 19, 17, .84), transparent 46%); }
.hero__grid { min-height: 100svh; display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; align-items: end; padding-top: 150px; padding-bottom: clamp(70px, 11vh, 138px); }
.hero__copy { grid-column: 1 / 8; max-width: 1060px; }
.hero__eyebrow { margin: 0; color: rgba(248, 246, 240, .76); font-size: clamp(13px, 1vw, 16px); font-weight: 500; letter-spacing: .015em; line-height: 1.45; text-wrap: balance; }
.hero h1 { max-width: 1060px; margin: 31px 0 0; font: 400 clamp(55px, 6.2vw, 106px)/.91 var(--serif); letter-spacing: -.055em; text-wrap: balance; }
.hero h1 em { color: #d8cfc2; font-size: .58em; font-weight: 400; letter-spacing: -.025em; line-height: 1.02; }
.hero__lead { max-width: 640px; margin: 31px 0 0; color: rgba(248, 246, 240, .74); font-size: 16px; line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 32px; align-items: center; margin-top: 36px; }
.hero__copy > .kicker, .hero__copy > .hero__eyebrow, .hero__copy > h1, .hero__copy > .hero__lead, .hero__copy > .hero__actions { animation: heroCopyIn 1.12s cubic-bezier(.16, 1, .3, 1) both; will-change: opacity, transform; }
.hero__copy > .kicker, .hero__copy > .hero__eyebrow { animation-delay: .16s; }
.hero__copy > h1 { animation-delay: .3s; }
.hero__copy > .hero__lead { animation-delay: .48s; }
.hero__copy > .hero__actions { animation-delay: .64s; }
@keyframes heroIn { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }
@keyframes heroCopyIn { from { opacity: 0; transform: translateY(24px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }

.crossing { background: var(--paper); }
.crossing__intro, .method__heading { display: grid; grid-template-columns: 64px minmax(0, 1fr) minmax(260px, 340px); gap: 55px; align-items: start; }
.crossing h2, .method h2, .journal h2, .contact h2 { margin: 0; font: 400 clamp(48px, 5vw, 78px)/.96 var(--serif); letter-spacing: -.05em; }
.crossing__lead { margin: 54px 0 0; color: #555850; font-size: 14px; line-height: 1.85; }
.concerns { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 90px; border-top: 1px solid var(--charcoal); }
.concerns article { min-height: 310px; padding: 24px 25px 35px; border-right: 1px solid var(--line); transition: background .3s ease, transform .3s ease; }
.concerns article:last-child { border-right: 0; }
.concerns article:hover { background: var(--paper-light); transform: translateY(-5px); }
.concerns span, .area-list > article > span, .process > li > span { color: var(--oxide); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.concerns h3 { max-width: 210px; margin: 75px 0 24px; font: 400 27px/1.04 var(--serif); letter-spacing: -.025em; }
.concerns p { margin: 0; color: #5c5f58; font-size: 13px; line-height: 1.75; }

.practice { background: var(--charcoal); color: var(--paper-light); }
.practice__layout { display: grid; grid-template-columns: minmax(350px, .75fr) minmax(500px, 1.25fr); gap: 8%; padding: clamp(95px, 10vw, 160px) 0; }
.practice__visual { position: relative; align-self: start; }
.practice__visual picture { display: block; overflow: hidden; }
.practice__visual img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.72) contrast(1.05); transition: transform 1.1s cubic-bezier(.16, 1, .3, 1); }
.practice__visual:hover img { transform: scale(1.025); }
.practice__visual > p { position: absolute; right: -28px; bottom: 24px; margin: 0; padding: 15px 20px; background: var(--oxide); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.practice__visual > p span { display: block; margin-bottom: 5px; font: 400 26px/1 var(--serif); letter-spacing: 0; text-transform: none; }
.practice__heading h2 { max-width: 720px; margin: 0; font: 400 clamp(50px, 5.2vw, 82px)/.94 var(--serif); letter-spacing: -.05em; }
.practice__heading > p:last-child { max-width: 540px; margin: 31px 0 0; color: rgba(248, 246, 240, .62); font-size: 14px; }
.area-list { margin-top: 67px; border-top: 1px solid var(--line-light); }
.area-list article { display: grid; grid-template-columns: 45px 1fr 26px; gap: 18px; align-items: start; padding: 25px 0; border-bottom: 1px solid var(--line-light); outline: none; transition: color .25s ease, padding .25s ease, background .25s ease; }
.area-list article:hover, .area-list article:focus-visible { padding-left: 14px; background: rgba(248, 246, 240, .045); }
.area-list h3 { margin: 0; font: 400 24px/1.1 var(--serif); }
.area-list p { max-height: 0; margin: 0; overflow: hidden; color: rgba(248, 246, 240, .62); font-size: 12px; opacity: 0; transition: max-height .35s ease, margin .35s ease, opacity .35s ease; }
.area-list article:hover p, .area-list article:focus-visible p { max-height: 80px; margin-top: 10px; opacity: 1; }
.area-list i { color: var(--oxide-light); font-style: normal; }

.method { background: var(--paper-light); }
.method blockquote { margin: 52px 0 0; color: #62655e; font: italic 18px/1.55 var(--serif); }
.process { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 95px; padding: 0; border-top: 1px solid var(--charcoal); list-style: none; }
.process li { min-height: 280px; padding: 25px 24px 40px; border-right: 1px solid var(--line); }
.process li:last-child { border-right: 0; }
.process h3 { margin: 74px 0 22px; font: 400 29px/1 var(--serif); }
.process p { margin: 0; color: #5e615a; font-size: 13px; line-height: 1.75; }
.presence { display: grid; grid-template-columns: 240px minmax(0, 1fr) 310px; gap: 55px; align-items: start; margin-top: 120px; padding-top: 60px; border-top: 1px solid var(--line); }
.presence__statement { margin: 0; font: 400 clamp(30px, 3vw, 48px)/1.08 var(--serif); letter-spacing: -.035em; }
.presence__note { margin: 6px 0 0; color: #60635c; font-size: 12px; line-height: 1.75; }

.journal { background: var(--paper); }
.journal__heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; }
.journal__heading h2 { max-width: 800px; }
.journal__grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 88px; border-top: 1px solid var(--charcoal); }
.journal__grid article { min-height: 390px; display: flex; flex-direction: column; padding: 24px 29px 34px; border-right: 1px solid var(--line); transition: background .3s ease, transform .3s ease; }
.journal__grid article:last-child { border-right: 0; }
.journal__grid article:hover { background: var(--paper-light); transform: translateY(-5px); }
.journal__meta { display: flex; justify-content: space-between; gap: 15px; color: #6a6d66; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.journal__grid h3 { margin: 68px 0 25px; font: 400 34px/1 var(--serif); letter-spacing: -.03em; }
.journal__grid p { margin: 0 0 32px; color: #5c5f58; font-size: 13px; line-height: 1.75; }
.journal__grid article > a { margin-top: auto; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.journal__grid article > a span { margin-left: 8px; color: var(--oxide); }

.territory { position: relative; overflow: hidden; padding: 105px 0 74px; background: var(--charcoal); color: var(--paper-light); }
.territory__top, .territory__bottom { position: relative; z-index: 2; display: flex; justify-content: space-between; gap: 60px; }
.territory__top > p:last-child { max-width: 500px; margin: 0; color: rgba(248, 246, 240, .62); font-size: 13px; line-height: 1.75; }
.territory__type { margin: 65px 0; color: rgba(248, 246, 240, .09); font: 400 clamp(72px, 12.5vw, 220px)/.72 var(--serif); letter-spacing: -.065em; white-space: nowrap; }
.territory__type span { display: block; }
.territory__type span:last-child { margin-left: 23vw; color: rgba(165, 61, 45, .36); }
.territory__bottom { padding-top: 26px; border-top: 1px solid var(--line-light); color: rgba(248, 246, 240, .55); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.contact { background: var(--paper-light); }
.contact__layout { display: grid; grid-template-columns: minmax(380px, .9fr) minmax(460px, 1.1fr); gap: 9%; }
.contact__copy h2 { margin: 35px 0 30px; }
.contact__copy > p:not(.section-number):not(.kicker) { max-width: 580px; color: #595c55; }
.contact__rules { margin-top: 65px; border-top: 1px solid var(--line); }
.contact__rules p { display: grid; grid-template-columns: 115px 1fr; gap: 20px; margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); color: #5e615a; font-size: 12px; }
.contact__rules span { color: var(--oxide); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-form { display: grid; gap: 22px; padding: clamp(28px, 4vw, 55px); background: var(--charcoal); color: var(--paper-light); }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span:first-child { color: rgba(248, 246, 240, .68); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(248, 246, 240, .25); border-radius: 0; outline: 0; background: transparent; color: var(--paper-light); padding: 10px 0 12px; transition: border-color .2s ease, background .2s ease; }
.contact-form select option { color: #111; }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--oxide-light); }
.contact-form [aria-invalid="true"] { border-color: #e57c6b; }
.consent { grid-template-columns: 18px 1fr; align-items: start; gap: 11px !important; color: rgba(248, 246, 240, .62); font-size: 11px; line-height: 1.55; }
.consent input { width: 16px; margin: 3px 0 0; accent-color: var(--oxide); }
.consent a { text-decoration: underline; }
.form-status { min-height: 22px; margin: 0; color: rgba(248, 246, 240, .58); font-size: 11px; text-align: center; }
.form-status.is-error { color: #ff9f90; }
.form-status.is-success { color: #b7d9bc; }
.honeypot { position: absolute !important; left: -9999px !important; }

.site-footer { padding: 85px 0 24px; background: #0e0f0d; color: var(--paper-light); }
.footer-main { display: grid; grid-template-columns: 1.35fr .85fr .75fr; gap: 80px; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-intro > p, .footer-main > div > p:not(.footer-label) { max-width: 410px; margin: 15px 0 0; color: rgba(248, 246, 240, .5); font-size: 12px; line-height: 1.75; }
.footer-label { margin: 0 0 10px; color: var(--oxide-light); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-main a, .footer-button { border: 0; background: transparent; padding: 0; cursor: pointer; color: rgba(248, 246, 240, .78); font-size: 12px; text-align: left; }
.footer-main a:hover, .footer-button:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 70px; padding-top: 22px; border-top: 1px solid var(--line-light); color: rgba(248, 246, 240, .38); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.whatsapp-float { position: fixed; z-index: 80; right: 22px; bottom: 22px; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .4); border-radius: 50%; background: #1e7d57; color: #fff; box-shadow: 0 10px 30px rgba(0, 0, 0, .24); transition: transform .25s ease, background .25s ease; }
.whatsapp-float:hover { background: #156a49; transform: translateY(-3px); }
.whatsapp-float svg { width: 25px; fill: currentColor; }

.cookie-panel { position: fixed; z-index: 150; inset: 0; }
.cookie-panel__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(5, 6, 5, .72); backdrop-filter: blur(7px); }
.cookie-panel__dialog { position: absolute; right: 20px; bottom: 20px; width: min(470px, calc(100% - 40px)); padding: 34px; background: var(--paper-light); box-shadow: 0 20px 70px rgba(0, 0, 0, .4); }
.cookie-panel__dialog h2 { margin: 0; font: 400 38px/1 var(--serif); }
.cookie-panel__dialog > p:not(.kicker) { color: #5c5f58; font-size: 13px; }
.cookie-option { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 16px 0; border-top: 1px solid var(--line); }
.cookie-option span { display: flex; flex-direction: column; }
.cookie-option small { color: #686b64; }
.cookie-option input { accent-color: var(--oxide); }
.cookie-panel__actions { display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-top: 20px; }
.cookie-panel__actions > button:not(.button) { border: 0; background: transparent; cursor: pointer; font-size: 11px; text-decoration: underline; }

[data-reveal].motion-item { opacity: 0; transition: opacity .75s ease var(--motion-delay, 0ms), transform .9s cubic-bezier(.16, 1, .3, 1) var(--motion-delay, 0ms), clip-path 1.1s cubic-bezier(.16, 1, .3, 1) var(--motion-delay, 0ms); }
[data-reveal="mask"].motion-item { clip-path: inset(0 0 100% 0); transform: translateY(20px); }
[data-reveal="image"].motion-item { clip-path: inset(0 100% 0 0); }
[data-reveal="line"].motion-item { transform: translateY(14px); }
[data-reveal].motion-item--visible { opacity: 1; clip-path: inset(0); transform: none; }

/* Páginas internas estáticas */
.inner-page { background: var(--paper-light); }
.inner-header { min-height: 430px; display: flex; align-items: end; padding: 150px 0 85px; background: var(--charcoal); color: var(--paper-light); }
.inner-header h1 { max-width: 900px; margin: 0; font: 400 clamp(52px, 6vw, 88px)/.94 var(--serif); letter-spacing: -.05em; }
.content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 55px; background: var(--line); border: 1px solid var(--line); }
.content-card { min-height: 300px; display: flex; flex-direction: column; padding: 35px; background: var(--paper-light); transition: background .25s ease; }
.content-card:hover { background: var(--paper); }
.content-card h2 { margin: 45px 0 20px; font: 400 36px/1 var(--serif); }
.content-card p { color: #5c5f58; font-size: 13px; }
.content-card a { margin-top: auto; color: var(--oxide); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.article { max-width: 860px; }
.article h2 { margin: 55px 0 18px; font: 400 40px/1 var(--serif); }
.article p, .article li { color: #50534c; }
.article .notice { margin: 45px 0; padding: 28px; border-left: 3px solid var(--oxide); background: var(--paper); }
.legal { max-width: 900px; }
.legal h2 { margin: 48px 0 16px; font: 400 38px/1 var(--serif); }
.legal p, .legal li { color: #50534c; }

@media (max-width: 1120px) {
  .hero__copy { grid-column: 1 / 10; }
  .desktop-nav { gap: 0; }
  .desktop-nav a { padding-inline: 10px; }
  .crossing__intro, .method__heading { grid-template-columns: 50px 1fr 260px; gap: 35px; }
  .practice__layout, .contact__layout { gap: 6%; }
  .presence { grid-template-columns: 190px 1fr 270px; }
}

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .inner-page .header-cta { display: inline-flex; margin-left: auto; }
  .menu-toggle { display: flex; }
  .mobile-menu { position: fixed; z-index: 89; top: 82px; right: 0; left: 0; max-height: calc(100svh - 82px); overflow: auto; padding: 22px 24px 32px; border-top: 1px solid var(--line-light); background: rgba(18, 19, 17, .98); backdrop-filter: blur(18px); }
  .mobile-menu:not([hidden]) { display: grid; }
  .mobile-menu a { padding: 17px 5px; border-bottom: 1px solid var(--line-light); font: 400 27px/1 var(--serif); }
  .hero__copy { grid-column: 1 / 11; }
  .concerns { grid-template-columns: 1fr 1fr; }
  .concerns article:nth-child(2) { border-right: 0; }
  .concerns article { border-bottom: 1px solid var(--line); }
  .practice__layout { grid-template-columns: 1fr; }
  .practice__visual { width: min(70%, 560px); }
  .process { grid-template-columns: 1fr 1fr; }
  .process li:nth-child(2) { border-right: 0; }
  .process li { border-bottom: 1px solid var(--line); }
  .presence { grid-template-columns: 1fr; gap: 28px; }
  .journal__grid { grid-template-columns: 1fr; }
  .journal__grid article { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact__layout { grid-template-columns: 1fr; gap: 70px; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; gap: 35px; }
}

@media (max-width: 760px) {
  .shell, .hero-shell, .header-shell { width: calc(100% - 32px); }
  .header-shell { min-height: 70px; }
  .mobile-menu { top: 70px; max-height: calc(100svh - 70px); }
  .brand--header { width: min(156px, 47vw); transform: translateY(4px); }
  .brand--header .brand__official { width: 100%; height: 50px; }
  .brand img { width: 38px; height: 38px; }
  .brand strong { font-size: 15px; }
  .hero { min-height: 100svh; }
  .hero__media img { object-position: 67% center; }
  .hero__veil { background: linear-gradient(90deg, rgba(18, 19, 17, .96), rgba(18, 19, 17, .72) 72%, rgba(18, 19, 17, .58)), linear-gradient(0deg, rgba(18, 19, 17, .95), transparent 58%); }
  .hero__grid { display: block; min-height: 100svh; padding-top: 145px; padding-bottom: 80px; }
  .hero h1 { margin-top: 25px; font-size: clamp(46px, 13.2vw, 70px); line-height: .93; }
  .hero h1 em { display: inline-block; margin-top: 14px; font-size: .62em; }
  .hero__lead { margin-top: 24px; font-size: 14px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 29px; }
  .crossing__intro, .method__heading { display: block; }
  .section-number { margin-bottom: 40px; }
  .crossing h2, .method h2, .journal h2, .contact h2 { font-size: 44px; }
  .crossing__lead, .method blockquote { margin-top: 35px; }
  .concerns { margin-top: 60px; }
  .practice__visual { width: 100%; }
  .practice__visual > p { right: 0; }
  .practice__heading h2 { font-size: 48px; }
  .journal__heading { display: block; }
  .journal__heading .text-link { margin-top: 30px; }
  .territory__top, .territory__bottom { display: block; }
  .territory__top > p:last-child { margin-top: 35px; }
  .territory__bottom p + p { margin-top: 15px; }
  .field-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 30px 22px; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; }
  .footer-bottom { display: block; }
  .content-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .concerns, .process { grid-template-columns: 1fr; }
  .concerns article, .process li { min-height: auto; border-right: 0; }
  .concerns h3, .process h3 { margin-top: 45px; }
  .area-list article { grid-template-columns: 34px 1fr 18px; }
  .area-list p { max-height: none; margin-top: 10px; opacity: 1; }
  .territory__type { font-size: 20vw; }
  .territory__type span:last-child { margin-left: 12vw; }
  .cookie-panel__dialog { right: 10px; bottom: 10px; width: calc(100% - 20px); padding: 25px; }
}

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