/* Dorunafeli field guide — a deliberately tactile mobile-product studio system */
:root {
  --df-pine: #173e36;
  --df-pine-deep: #0d2924;
  --df-pine-soft: #28544a;
  --df-sand: #f5eddd;
  --df-paper: #fffaf0;
  --df-clay: #d46a38;
  --df-clay-deep: #ab4922;
  --df-sky: #73b8d1;
  --df-sky-pale: #d9eff3;
  --df-ink: #17332e;
  --df-muted: #62746d;
  --df-line: rgba(23,62,54,.18);
  --df-shadow: 0 18px 42px rgba(17,48,42,.13);
  --df-round: 22px;
  --df-display: 'DM Serif Display', Georgia, serif;
  --df-body: 'Manrope', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--df-ink); background: var(--df-paper); font-family: var(--df-body); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-underline-offset: 3px; }
a:hover { color: var(--df-clay-deep); }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--df-sky); outline-offset: 3px; }
.df-skip { position: absolute; top: -90px; left: 14px; z-index: 100; background: var(--df-paper); color: var(--df-pine-deep); padding: 11px 15px; border-radius: 0 0 10px 10px; font-weight: 800; }
.df-skip:focus { top: 0; }
.df-site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,250,240,.94); border-bottom: 1px solid var(--df-line); backdrop-filter: blur(16px); }
.df-site-header .container { min-height: 76px; }
.df-brand { display: inline-flex; gap: 10px; align-items: center; color: var(--df-pine-deep); text-decoration: none; font-size: 1.05rem; letter-spacing: -.03em; font-weight: 900; white-space: nowrap; }
.df-brand img { width: 30px; height: 30px; }
.df-brand small { display: block; color: var(--df-muted); font-size: .58rem; letter-spacing: .11em; text-transform: uppercase; line-height: 1.1; }
.df-nav-link { display: inline-flex; align-items: center; min-height: 44px; font-size: .78rem; color: var(--df-pine); font-weight: 800; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; padding: .5rem .73rem !important; }
.df-nav-link:hover, .df-nav-link:focus { color: var(--df-clay-deep); }
.df-nav-toggle { min-width: 46px; min-height: 46px; border: 1px solid var(--df-line); color: var(--df-pine); border-radius: 12px; }
.df-nav-toggle:focus { box-shadow: none; }
.df-header-contact { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; border: 1px solid var(--df-pine); border-radius: 100px; color: var(--df-pine); padding: 8px 15px; font-size: .75rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; text-decoration: none; white-space: nowrap; }
.df-header-contact:hover { background: var(--df-pine); color: var(--df-paper); }
.df-rail { position: absolute; inset: 0 auto 0 0; width: 44px; border-right: 1px solid rgba(255,255,255,.25); background: rgba(8,35,29,.17); z-index: 2; }
.df-rail span { position: sticky; top: 115px; writing-mode: vertical-rl; transform: rotate(180deg); color: var(--df-paper); opacity: .78; font-size: .65rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; margin: 35px 13px; }
.df-hero { position: relative; min-height: 630px; overflow: hidden; background: var(--df-pine-deep); color: var(--df-paper); isolation: isolate; }
.df-hero .container { position: relative; z-index: 3; min-height: 630px; display: grid; align-content: center; padding-top: 64px; padding-bottom: 88px; }
.df-hero-image { position: absolute; inset: 0 0 0 40%; width: 60%; height: 100%; object-fit: cover; object-position: center; opacity: .74; filter: saturate(.8) contrast(1.06); z-index: -2; }
.df-hero:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--df-pine-deep) 11%, rgba(13,41,36,.94) 39%, rgba(13,41,36,.44) 67%, rgba(13,41,36,.23)); z-index: -1; }
.df-field-label { display: inline-flex; gap: 9px; align-items: center; color: var(--df-sky); font-size: .72rem; text-transform: uppercase; letter-spacing: .17em; font-weight: 900; }
.df-field-label:before { content: ''; width: 28px; height: 1px; background: currentColor; }
.df-hero h1 { font-family: var(--df-display); font-size: clamp(3rem, 7vw, 6.1rem); line-height: .96; max-width: 770px; margin: 20px 0 21px; letter-spacing: -.065em; }
.df-hero h1 em { color: var(--df-sky); font-style: italic; font-weight: 400; }
.df-hero-copy { max-width: 540px; font-size: 1.05rem; color: rgba(255,250,240,.84); }
.df-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.df-btn { min-height: 48px; display: inline-flex; justify-content: center; align-items: center; gap: 9px; border-radius: 9px; padding: 11px 18px; border: 1px solid transparent; text-decoration: none; font-size: .82rem; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; transition: transform .16s var(--df-ease, ease), background-color .16s ease, color .16s ease; }
.df-btn:active { transform: scale(.97); }
.df-btn-orange { background: var(--df-clay); color: #fff; }
.df-btn-orange:hover { background: #e77c48; color: #fff; }
.df-btn-paper { color: var(--df-paper); border-color: rgba(255,250,240,.55); }
.df-btn-paper:hover { background: var(--df-paper); color: var(--df-pine-deep); }
.df-hero-seal { position: absolute; right: 0; bottom: 0; width: 250px; padding: 15px 22px 16px; background: var(--df-paper); color: var(--df-pine-deep); border-radius: 18px 0 0 0; }
.df-hero-seal strong { display: block; font-family: var(--df-display); font-size: 1.58rem; line-height: 1; }
.df-hero-seal span { font-size: .68rem; color: var(--df-muted); text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.df-weather { background: var(--df-sky); color: var(--df-pine-deep); border-bottom: 1px solid rgba(23,62,54,.22); }
.df-weather-grid { display: grid; grid-template-columns: 1.25fr repeat(4, 1fr); }
.df-weather-piece { min-height: 96px; padding: 19px 20px; border-right: 1px solid rgba(23,62,54,.22); display: flex; align-items: center; gap: 12px; }
.df-weather-piece:last-child { border-right: 0; }
.df-weather-piece i { font-size: 1.34rem; }
.df-weather-piece b, .df-weather-piece span { display: block; }
.df-weather-piece b { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; }
.df-weather-piece span { font-size: .75rem; color: rgba(23,51,46,.7); }
.df-weather-piece.df-weather-status { background: rgba(255,250,240,.24); }
.df-section { padding: 112px 0; position: relative; }
.df-section-kicker { font-size: .7rem; font-weight: 900; color: var(--df-clay-deep); letter-spacing: .16em; text-transform: uppercase; margin-bottom: 13px; }
.df-section-title { font-family: var(--df-display); font-size: clamp(2.15rem, 4.3vw, 4rem); line-height: 1; letter-spacing: -.055em; margin: 0; max-width: 690px; }
.df-section-intro { color: var(--df-muted); max-width: 570px; margin: 18px 0 0; }
.df-briefing { background: var(--df-paper); }
.df-briefing-top { display: grid; grid-template-columns: 1.15fr .85fr; gap: 45px; align-items: end; margin-bottom: 52px; }
.df-briefing-note { border-left: 3px solid var(--df-clay); padding: 4px 0 4px 17px; color: var(--df-muted); margin: 0; }
.df-protocols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--df-line); }
.df-protocol { padding: 31px 28px; min-height: 240px; border-right: 1px solid var(--df-line); background: #fffdf6; position: relative; }
.df-protocol:last-child { border-right: 0; }
.df-protocol-num { color: var(--df-sky); font-family: var(--df-display); font-size: 3.3rem; line-height: .75; position: absolute; top: 26px; right: 21px; }
.df-protocol i { color: var(--df-clay); font-size: 1.65rem; display: block; margin-bottom: 24px; }
.df-protocol h3 { font-family: var(--df-display); font-size: 1.62rem; line-height: 1.05; margin: 0 0 9px; }
.df-protocol p { color: var(--df-muted); font-size: .88rem; max-width: 275px; margin: 0; }
.df-notebook { background: linear-gradient(180deg, var(--df-sand) 0%, #ebdfc9 100%); overflow: hidden; }
.df-notebook-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 0; align-items: stretch; box-shadow: var(--df-shadow); }
.df-notebook-photo { min-height: 580px; position: relative; overflow: hidden; }
.df-notebook-photo img { width: 100%; height: 100%; object-fit: cover; }
.df-photo-caption { position: absolute; bottom: 0; left: 0; background: var(--df-pine); color: var(--df-paper); padding: 13px 20px; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.df-notebook-page { background: #fffdf7; padding: clamp(30px, 5vw, 68px); position: relative; }
.df-notebook-page:before { content: ''; position: absolute; top: 0; bottom: 0; left: 53px; width: 1px; background: rgba(212,106,56,.32); }
.df-notebook-page > * { position: relative; }
.df-note-head { display: flex; justify-content: space-between; gap: 14px; align-items: flex-start; margin-bottom: 30px; padding-left: 17px; }
.df-note-head span { font-size: .67rem; letter-spacing: .12em; color: var(--df-muted); font-weight: 900; text-transform: uppercase; }
.df-note-head strong { background: var(--df-clay); color: #fff; border-radius: 99px; padding: 5px 10px; font-size: .63rem; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.df-notebook-page h2 { font-family: var(--df-display); font-size: clamp(2.2rem, 3.8vw, 3.6rem); line-height: 1; letter-spacing: -.05em; margin-bottom: 18px; padding-left: 17px; }
.df-notebook-page p { padding-left: 17px; color: var(--df-muted); }
.df-mode-tabs { padding-left: 17px; margin-top: 29px; }
.df-mode-tabs .nav { border-bottom: 1px solid var(--df-line); gap: 8px; }
.df-mode-tabs .nav-link { min-height: 44px; border: 0; background: transparent; color: var(--df-muted); padding: 10px 8px; font-size: .76rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; }
.df-mode-tabs .nav-link.active { color: var(--df-pine); border-bottom: 3px solid var(--df-clay); }
.df-mode-tabs .tab-content { padding-top: 17px; color: var(--df-muted); font-size: .9rem; }
.df-mode-tabs .tab-pane { min-height: 105px; }
.df-facts { list-style: none; padding: 0 0 0 17px; margin: 19px 0 0; display: grid; gap: 9px; font-size: .82rem; color: var(--df-pine); font-weight: 700; }
.df-facts i { color: var(--df-clay); margin-right: 8px; }
.df-hand { background: var(--df-pine-deep); color: var(--df-paper); overflow: hidden; }
.df-hand:before { content: ''; position: absolute; width: 630px; height: 630px; border: 1px solid rgba(115,184,209,.25); border-radius: 50%; right: -165px; top: -245px; }
.df-hand-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; position: relative; }
.df-hand .df-section-title { color: var(--df-paper); }
.df-hand .df-section-intro { color: rgba(255,250,240,.7); }
.df-hand .df-section-kicker { color: var(--df-sky); }
.df-hand-control { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 28px; }
.df-position-btn { min-height: 46px; border-radius: 99px; border: 1px solid rgba(255,250,240,.36); background: transparent; color: var(--df-paper); padding: 9px 14px; font-size: .73rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; transition: background .18s ease, color .18s ease; }
.df-position-btn.active, .df-position-btn:hover { color: var(--df-pine-deep); background: var(--df-sky); border-color: var(--df-sky); }
.df-hand-reading { padding: 17px 0 0; color: var(--df-sky-pale); min-height: 105px; }
.df-hand-reading b { display: block; text-transform: uppercase; letter-spacing: .11em; font-size: .68rem; color: var(--df-sky); margin-bottom: 6px; }
.df-hand-reading p { margin: 0; font-size: .93rem; }
.df-device-stage { position: relative; min-height: 525px; }
.df-device-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .8; border-radius: 8px; }
.df-device-frame { position: absolute; width: 218px; height: 390px; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 9px solid #12251f; background: #f8f3e7; border-radius: 30px; box-shadow: 0 25px 45px rgba(0,0,0,.35); overflow: hidden; }
.df-device-notch { position: absolute; width: 88px; height: 18px; border-radius: 0 0 12px 12px; background: #12251f; top: 0; left: 50%; transform: translateX(-50%); z-index: 2; }
.df-screen { padding: 38px 17px 15px; color: var(--df-pine); }
.df-screen small { color: var(--df-muted); font-size: .55rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.df-screen h4 { font-family: var(--df-display); font-size: 1.6rem; line-height: 1; margin: 14px 0; }
.df-map { height: 171px; border: 1px solid rgba(23,62,54,.22); position: relative; overflow: hidden; background: repeating-linear-gradient(25deg, transparent 0 26px, rgba(115,184,209,.3) 27px 28px), repeating-linear-gradient(-42deg, transparent 0 42px, rgba(212,106,56,.15) 43px 44px); }
.df-map:before { content: ''; position: absolute; width: 182px; height: 75px; top: 46px; left: 16px; border-top: 4px solid var(--df-clay); border-radius: 50%; transform: rotate(-18deg); }
.df-map:after { content: ''; width: 13px; height: 13px; position: absolute; top: 64px; right: 34px; border-radius: 50% 50% 50% 0; background: var(--df-pine); transform: rotate(-45deg); }
.df-route-read { display: flex; justify-content: space-between; align-items: center; margin-top: 11px; font-size: .66rem; font-weight: 800; color: var(--df-muted); }
.df-marker { background: var(--df-sky-pale); }
.df-marker-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 65px; align-items: center; }
.df-marker-visual { position: relative; min-height: 490px; display: flex; align-items: center; justify-content: center; }
.df-marker-visual:before { content: ''; position: absolute; inset: 5% 7%; border: 1px dashed rgba(23,62,54,.25); border-radius: 50%; }
.df-marker-visual img { width: min(100%, 420px); aspect-ratio: 1; object-fit: cover; position: relative; border-radius: 50% 50% 44% 50%; box-shadow: var(--df-shadow); }
.df-marker-stamp { position: absolute; right: 2%; bottom: 11%; width: 114px; height: 114px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--df-clay); color: var(--df-clay-deep); text-align: center; font-size: .62rem; line-height: 1.25; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; background: var(--df-paper); transform: rotate(-11deg); }
.df-marker-index { border-top: 1px solid var(--df-line); margin-top: 26px; }
.df-index-row { display: grid; grid-template-columns: 74px 1fr auto; align-items: center; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--df-line); }
.df-index-icon { width: 47px; height: 47px; border-radius: 50%; background: var(--df-pine); color: var(--df-paper); display: grid; place-items: center; font-size: 1.08rem; }
.df-index-row h3 { font-family: var(--df-display); font-size: 1.3rem; margin: 0; line-height: 1; }
.df-index-row p { margin: 5px 0 0; color: var(--df-muted); font-size: .8rem; }
.df-index-row span { color: var(--df-clay-deep); font-size: .72rem; font-weight: 900; letter-spacing: .05em; }
.df-packer { background: #fbf5e9; }
.df-packer-shell { display: grid; grid-template-columns: 1fr 1fr; min-height: 590px; background: var(--df-pine); color: var(--df-paper); overflow: hidden; }
.df-packer-photo { position: relative; }
.df-packer-photo img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; }
.df-packer-photo:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(13,41,36,.22)); }
.df-packer-panel { padding: clamp(31px, 5vw, 70px); }
.df-packer-panel .df-section-title { color: var(--df-paper); font-size: clamp(2.15rem, 3.8vw, 3.65rem); }
.df-packer-panel .df-section-kicker { color: var(--df-sky); }
.df-packer-panel > p { color: rgba(255,250,240,.72); margin: 17px 0 23px; }
.df-pack-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,250,240,.22); }
.df-pack-list li { display: flex; align-items: center; gap: 11px; min-height: 48px; border-bottom: 1px solid rgba(255,250,240,.22); color: rgba(255,250,240,.88); font-size: .86rem; }
.df-pack-list input { width: 20px; height: 20px; accent-color: var(--df-clay); flex: 0 0 auto; }
.df-pack-list label { cursor: pointer; flex: 1; padding: 10px 0; }
.df-pack-list input:checked + label { text-decoration: line-through; color: var(--df-sky); }
.df-pack-meter { margin-top: 20px; }
.df-pack-meter-head { display: flex; justify-content: space-between; gap: 15px; font-size: .69rem; color: var(--df-sky-pale); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.df-pack-progress { height: 7px; border-radius: 9px; background: rgba(255,250,240,.2); overflow: hidden; margin-top: 9px; }
.df-pack-progress span { display: block; height: 100%; width: 0; background: var(--df-clay); transition: width .18s ease; }
.df-recovery { background: var(--df-sky); }
.df-recovery-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 66px; align-items: center; }
.df-recovery-photo { min-height: 490px; position: relative; }
.df-recovery-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; box-shadow: var(--df-shadow); }
.df-recovery-pin { position: absolute; right: -12px; top: 31px; background: var(--df-clay); color: #fff; width: 73px; height: 73px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); display: grid; place-items: center; box-shadow: 0 8px 0 rgba(23,62,54,.15); }
.df-recovery-pin i { transform: rotate(45deg); font-size: 1.55rem; }
.df-compass-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 15px; }
.df-compass-list li { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: start; }
.df-compass-list b { width: 37px; height: 37px; background: var(--df-paper); border-radius: 50%; display: grid; place-items: center; color: var(--df-clay-deep); font-size: .76rem; }
.df-compass-list strong { display: block; font-size: .86rem; }
.df-compass-list p { color: rgba(23,51,46,.75); font-size: .82rem; margin: 2px 0 0; }
.df-flight { background: var(--df-paper); }
.df-flight-head { display: flex; justify-content: space-between; gap: 25px; align-items: end; margin-bottom: 36px; }
.df-flight-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--df-pine); font-weight: 900; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; border-bottom: 2px solid var(--df-clay); }
.df-log { display: grid; grid-template-columns: 128px 1fr 260px; border-top: 1px solid var(--df-line); }
.df-log-date, .df-log-main, .df-log-thumb { border-bottom: 1px solid var(--df-line); min-height: 144px; }
.df-log-date { padding: 27px 18px 20px 0; font-family: var(--df-display); font-size: 1.42rem; line-height: 1; }
.df-log-date small { display: block; margin-top: 7px; color: var(--df-muted); font-family: var(--df-body); font-size: .65rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 900; }
.df-log-main { padding: 24px 30px; }
.df-log-main h3 { font-family: var(--df-display); font-size: 1.52rem; line-height: 1; margin: 0 0 10px; }
.df-log-main p { margin: 0; color: var(--df-muted); font-size: .84rem; max-width: 600px; }
.df-log-thumb { overflow: hidden; }
.df-log-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .32s ease; }
.df-log:hover .df-log-thumb img { transform: scale(1.05); }
.df-night { position: relative; min-height: 470px; background: var(--df-pine-deep); color: var(--df-paper); overflow: hidden; }
.df-night-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .41; }
.df-night:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,41,36,.93), rgba(13,41,36,.46)); }
.df-night .container { position: relative; z-index: 1; min-height: 470px; display: grid; align-content: center; }
.df-night .df-section-title { color: var(--df-paper); max-width: 650px; }
.df-night p { max-width: 590px; color: rgba(255,250,240,.78); margin: 20px 0 0; }
.df-night-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.df-night-tags span { border: 1px solid rgba(255,250,240,.4); background: rgba(13,41,36,.35); padding: 8px 11px; border-radius: 99px; font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; font-weight: 800; }
.df-crew { background: var(--df-sand); }
.df-crew-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.df-crew-image { position: relative; }
.df-crew-image img { width: 100%; min-height: 380px; object-fit: cover; box-shadow: var(--df-shadow); }
.df-crew-tag { position: absolute; bottom: -14px; right: -8px; background: var(--df-pine); color: var(--df-paper); padding: 14px 17px; max-width: 205px; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.df-crew-quote { font-family: var(--df-display); font-size: clamp(1.8rem, 3.2vw, 2.8rem); line-height: 1.07; letter-spacing: -.04em; margin: 21px 0; }
.df-crew-copy { color: var(--df-muted); max-width: 550px; }
.df-crew-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 28px; }
.df-stat { border-top: 2px solid var(--df-clay); padding-top: 9px; }
.df-stat b { display: block; font-family: var(--df-display); font-size: 1.55rem; line-height: 1; }
.df-stat span { font-size: .67rem; line-height: 1.3; color: var(--df-muted); font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.df-faq { background: var(--df-paper); }
.df-faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; }
.df-faq-note { background: var(--df-sky-pale); border-radius: var(--df-round); padding: 29px; align-self: start; }
.df-faq-note img { width: 100%; aspect-ratio: 1.6; object-fit: cover; margin: 22px 0; border-radius: 11px; }
.df-faq-note p { color: rgba(23,51,46,.77); font-size: .85rem; margin-bottom: 0; }
.df-faq .accordion { border-top: 1px solid var(--df-line); }
.df-faq .accordion-item { background: transparent; border: 0; border-bottom: 1px solid var(--df-line); }
.df-faq .accordion-button { min-height: 68px; box-shadow: none; background: transparent; color: var(--df-pine); padding: 17px 3px; font-family: var(--df-display); font-size: 1.37rem; line-height: 1.1; }
.df-faq .accordion-button:not(.collapsed) { color: var(--df-clay-deep); }
.df-faq .accordion-button:after { background-size: 1rem; }
.df-faq .accordion-body { padding: 0 35px 23px 3px; color: var(--df-muted); font-size: .9rem; }
.df-dispatch { background: var(--df-pine-deep); color: var(--df-paper); position: relative; overflow: hidden; }
.df-dispatch:before { content: ''; position: absolute; inset: 0 50% 0 0; background: linear-gradient(90deg, rgba(13,41,36,.88), rgba(13,41,36,.56)); z-index: 1; }
.df-dispatch-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .46; }
.df-dispatch .container { position: relative; z-index: 2; }
.df-dispatch-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 80px; align-items: center; }
.df-dispatch .df-section-title { color: var(--df-paper); }
.df-dispatch .df-section-kicker { color: var(--df-sky); }
.df-dispatch p { color: rgba(255,250,240,.74); max-width: 500px; margin-top: 18px; }
.df-contact-card { background: var(--df-paper); color: var(--df-pine); border-radius: 17px; padding: 26px; box-shadow: 0 20px 45px rgba(0,0,0,.22); }
.df-contact-card h3 { font-family: var(--df-display); font-size: 1.8rem; line-height: 1; margin: 0 0 17px; }
.df-contact-card .form-label { font-size: .65rem; color: var(--df-muted); font-weight: 900; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 5px; }
.df-contact-card .form-control, .df-contact-card .form-select { min-height: 48px; background: #fffdf7; border: 1px solid var(--df-line); color: var(--df-pine); font-size: 16px; }
.df-contact-card textarea.form-control { min-height: 104px; resize: vertical; }
.df-contact-card .form-control:focus, .df-contact-card .form-select:focus { box-shadow: 0 0 0 .22rem rgba(115,184,209,.45); border-color: var(--df-sky); }
.df-form-message { min-height: 23px; color: var(--df-clay-deep); font-weight: 800; font-size: .78rem; margin: 12px 0 0; }
.df-site-footer { background: #0a211d; color: rgba(255,250,240,.77); padding: 58px 0 23px; }
.df-footer-grid { display: grid; grid-template-columns: 1.3fr .75fr .85fr; gap: 45px; padding-bottom: 42px; }
.df-site-footer .df-brand { color: var(--df-paper); }
.df-site-footer .df-brand small { color: rgba(255,250,240,.5); }
.df-footer-copy { font-size: .82rem; max-width: 360px; margin: 18px 0 0; }
.df-footer-title { font-size: .68rem; color: var(--df-sky); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 14px; }
.df-footer-links { display: grid; gap: 8px; }
.df-footer-links a { min-height: 27px; text-decoration: none; font-size: .82rem; }
.df-footer-links a:hover { color: var(--df-sky); }
.df-footer-contact { font-family: var(--df-display); font-size: 1.33rem; color: var(--df-paper) !important; line-height: 1.08; overflow-wrap: anywhere; }
.df-footer-bottom { display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(255,250,240,.15); padding-top: 19px; font-size: .71rem; }
.df-legal { background: var(--df-sand); min-height: 100vh; }
.df-legal-hero { background: var(--df-pine-deep); color: var(--df-paper); padding: 95px 0 80px; position: relative; overflow: hidden; }
.df-legal-hero:after { content: 'FIELD NOTE'; position: absolute; color: rgba(115,184,209,.09); font-family: var(--df-display); font-size: clamp(5rem, 16vw, 14rem); bottom: -63px; right: -12px; letter-spacing: -.08em; white-space: nowrap; }
.df-legal-hero .container { position: relative; z-index: 1; }
.df-legal-hero h1 { font-family: var(--df-display); font-size: clamp(3rem, 6vw, 5.3rem); line-height: .95; letter-spacing: -.06em; margin: 16px 0; }
.df-legal-hero p { color: rgba(255,250,240,.74); max-width: 590px; margin: 0; }
.df-legal-doc { max-width: 860px; margin: 0 auto; padding: 72px 15px 100px; }
.df-doc-card { background: var(--df-paper); padding: clamp(26px, 5vw, 58px); box-shadow: var(--df-shadow); border-top: 5px solid var(--df-clay); }
.df-doc-card .df-updated { font-size: .72rem; color: var(--df-muted); letter-spacing: .1em; text-transform: uppercase; font-weight: 900; margin-bottom: 30px; }
.df-doc-card h2 { font-family: var(--df-display); font-size: 2rem; letter-spacing: -.04em; line-height: 1; margin: 36px 0 13px; }
.df-doc-card h2:first-of-type { margin-top: 0; }
.df-doc-card p, .df-doc-card li { color: #466057; font-size: .94rem; }
.df-doc-card ul { padding-left: 21px; }
.df-doc-card a { color: var(--df-clay-deep); font-weight: 800; }
.df-notfound { min-height: 100vh; background: var(--df-pine-deep); color: var(--df-paper); display: grid; grid-template-rows: auto 1fr auto; }
.df-notfound main { display: grid; place-items: center; padding: 70px 15px; }
.df-notfound-card { max-width: 700px; text-align: center; position: relative; }
.df-notfound-card:before { content: '404'; display: block; font-family: var(--df-display); font-size: clamp(7rem, 23vw, 15rem); line-height: .7; color: var(--df-sky); opacity: .24; letter-spacing: -.1em; }
.df-notfound h1 { font-family: var(--df-display); font-size: clamp(2.5rem, 6vw, 4.9rem); line-height: .95; letter-spacing: -.065em; margin: 20px 0; }
.df-notfound p { color: rgba(255,250,240,.74); max-width: 500px; margin: 0 auto 28px; }
@media (max-width: 991.98px) {
  .df-site-header .navbar-collapse { border-top: 1px solid var(--df-line); margin-top: 9px; padding: 12px 0 15px; }
  .df-nav-link { padding-left: 0 !important; }
  .df-header-contact { margin-top: 5px; }
  .df-hero-image { left: 29%; width: 71%; }
  .df-hero:after { background: linear-gradient(90deg, var(--df-pine-deep) 5%, rgba(13,41,36,.91) 47%, rgba(13,41,36,.42)); }
  .df-weather-grid { grid-template-columns: repeat(3,1fr); }
  .df-weather-piece.df-weather-status { grid-column: span 3; }
  .df-weather-piece:nth-child(3) { border-right: 0; }
  .df-notebook-grid, .df-hand-grid, .df-marker-grid, .df-recovery-grid, .df-crew-grid, .df-faq-grid, .df-dispatch-grid { grid-template-columns: 1fr; gap: 43px; }
  .df-notebook-photo { min-height: 420px; }
  .df-marker-visual { min-height: 370px; max-width: 550px; }
  .df-packer-shell { grid-template-columns: 1fr; }
  .df-packer-photo { min-height: 340px; }
  .df-packer-photo img { min-height: 340px; }
  .df-packer-panel { padding: 43px 38px 49px; }
  .df-flight-head { align-items: start; flex-direction: column; }
  .df-footer-grid { grid-template-columns: 1.2fr 1fr; }
  .df-footer-grid > :first-child { grid-column: span 2; }
}
@media (max-width: 767.98px) {
  .df-rail { display: none; }
  .df-hero, .df-hero .container { min-height: 610px; }
  .df-hero .container { padding-bottom: 119px; }
  .df-hero-image { left: 0; width: 100%; opacity: .46; }
  .df-hero:after { background: linear-gradient(90deg, rgba(13,41,36,.89), rgba(13,41,36,.70)); }
  .df-hero-seal { width: 215px; padding: 13px 15px; }
  .df-weather-grid { grid-template-columns: 1fr 1fr; }
  .df-weather-piece { min-height: 85px; padding: 15px 14px; }
  .df-weather-piece.df-weather-status { grid-column: span 2; }
  .df-weather-piece:nth-child(3) { border-right: 1px solid rgba(23,62,54,.22); }
  .df-weather-piece:nth-child(2) { border-right: 0; }
  .df-section { padding: 76px 0; }
  .df-briefing-top { grid-template-columns: 1fr; gap: 25px; margin-bottom: 31px; }
  .df-protocols { grid-template-columns: 1fr; }
  .df-protocol { min-height: 0; border-right: 0; border-bottom: 1px solid var(--df-line); }
  .df-protocol:last-child { border-bottom: 0; }
  .df-notebook-photo { min-height: 325px; }
  .df-notebook-page { padding: 31px 24px 37px; }
  .df-notebook-page:before { left: 20px; }
  .df-hand:before { width: 440px; height: 440px; right: -210px; top: -175px; }
  .df-device-stage { min-height: 450px; }
  .df-marker-grid, .df-recovery-grid, .df-crew-grid, .df-faq-grid, .df-dispatch-grid, .df-hand-grid { gap: 30px; }
  .df-marker-visual { min-height: 310px; }
  .df-marker-stamp { width: 86px; height: 86px; right: 0; font-size: .51rem; }
  .df-index-row { grid-template-columns: 54px 1fr; gap: 12px; }
  .df-index-row span { grid-column: 2; }
  .df-packer-panel { padding: 39px 23px 44px; }
  .df-packer-photo { min-height: 270px; }
  .df-packer-photo img { min-height: 270px; }
  .df-recovery-photo { min-height: 325px; }
  .df-recovery-pin { right: 16px; }
  .df-log { grid-template-columns: 87px 1fr; }
  .df-log-date { padding-right: 10px; }
  .df-log-main { padding: 21px 0 21px 15px; }
  .df-log-thumb { display: none; }
  .df-crew-stats { gap: 7px; }
  .df-faq-note { padding: 22px; }
  .df-contact-card { padding: 22px; }
  .df-footer-grid { grid-template-columns: 1fr; gap: 31px; }
  .df-footer-grid > :first-child { grid-column: span 1; }
  .df-footer-bottom { flex-direction: column; }
  .df-legal-hero { padding: 70px 0 60px; }
  .df-legal-doc { padding-top: 45px; }
}
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
