:root {
  color-scheme: dark;
  --dgl-ink: #151816;
  --dgl-paper: #eeeae0;
  --dgl-muted: #b7bbb4;
  --dgl-subtle: #595e56;
  --dgl-line: #c2c2b6;
  --dgl-edge: clamp(24px, 5.4vw, 92px);
  --dgl-serif: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; background: var(--dgl-ink); }
body { margin: 0; background: var(--dgl-ink); color: var(--dgl-paper); }
a { overflow-wrap: anywhere; color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { overflow-wrap: anywhere; font-weight: 400; text-wrap: balance; }
em { font-family: var(--dgl-serif); font-weight: 400; letter-spacing: -.055em; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
[hidden]{display:none!important}
.skip { position: fixed; top: 12px; left: 20px; z-index: 20; padding: 14px 20px; background: var(--dgl-paper); color: var(--dgl-ink); transform: translateY(-180%); }
.skip:focus { transform: none; }
.light, .paper { color-scheme: light; background: var(--dgl-paper); color: var(--dgl-ink); }
#dgl-site { max-width: 2000px; margin-inline: auto; }
.site-header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 32px; padding: 27px var(--dgl-edge); min-height: 116px; }
.brand { display: inline-flex; align-items: center; min-height: 56px; padding: 0 7px 9px 0; font-size: 62px; line-height: .9; font-weight: 500; letter-spacing: -.105em; }
.site-header nav { display: flex; flex-wrap: wrap; min-width: 0; align-items: center; gap: clamp(24px, 3vw, 48px); }
.site-header nav a { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; font-size: 13px; line-height: 1.5; border-bottom: 1px solid transparent; }
.site-header nav a[aria-current] { border-bottom-color: currentColor; }
.site-header nav a:hover { border-bottom-color: currentColor; }
.site-header nav a span { font-size: 20px; }
.eyebrow { font-size: 12px; line-height: 1.6; letter-spacing: .025em; }
.line-link { display: inline-flex; max-width: 100%; align-items: center; justify-content: space-between; gap: 48px; min-height: 48px; padding: 10px 0; border-bottom: 1px solid currentColor; font-size: 14px; line-height: 1.5; }
.line-link > span { flex: none; font-size: 23px; line-height: 1; transition: transform .2s; }
.line-link:hover > span { transform: translate(3px, -3px); }
.supporting-copy { font-size: 16px; line-height: 1.75; color: var(--dgl-subtle); }
.home-opening { padding: 58px var(--dgl-edge) 0; }
.opening-type { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; padding: 0 0 58px; }
.opening-type h1 { font-size: clamp(68px, 8.2vw, 148px); line-height: .99; letter-spacing: -.068em; }
.opening-type h1 em { display: inline-block; line-height: 1.1; }
.instagram-link { display: grid; max-width: 100%; grid-template-columns: auto 35px; gap: 5px 42px; align-items: center; flex: none; min-height: 70px; margin-bottom: 13px; }
.instagram-link > span:first-child { grid-column: 1; font-size: 25px; letter-spacing: -.025em; }
.instagram-link .instagram-label { grid-column: 1; font-size: 12px; line-height: 1.6; color: var(--dgl-muted); }
.instagram-link > span:last-child { grid-column: 2; grid-row: 1 / 3; font-size: 28px; }
.instagram-link:hover .instagram-label { text-decoration: underline; text-underline-offset: 4px; }
.coast-frame { aspect-ratio: 1.95; overflow: hidden; }
.coast-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; }
.work-intro { margin-top: clamp(56px, 7.8vw, 126px); padding: clamp(65px, 7vw, 116px) var(--dgl-edge) 34px; }
.section-heading { display: flex; align-items: center; gap: 36px; margin-bottom: 49px; }
.section-rule { height: 1px; background: var(--dgl-line); flex: 1; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 10%; align-items: start; }
.intro-grid h2 { font-size: clamp(50px, 6.2vw, 108px); line-height: 1.02; letter-spacing: -.065em; }
.intro-grid h2 em { line-height: 1.14; }
.intro-copy { max-width: 470px; padding-top: 6px; }
.intro-copy > p:first-child { font-size: clamp(21px, 2.05vw, 32px); line-height: 1.45; letter-spacing: -.035em; }
.intro-copy .supporting-copy { margin-top: 23px; }
.intro-copy .line-link { margin-top: 29px; }
.service-notes { display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 24px; margin: 79px 0 0; padding: 24px 0 0; list-style: none; border-top: 1px solid var(--dgl-line); font-size: 12px; line-height: 1.6; color: var(--dgl-subtle); }
.service-notes li:last-child { text-align: right; }
.site-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; padding: 61px var(--dgl-edge) 32px; background: var(--dgl-ink); color: var(--dgl-paper); }
.footer-invitation p { font-size: 12px; color: var(--dgl-muted); margin-bottom: 11px; }
.footer-invitation { min-width: 0; }
.footer-invitation > a { display: inline-flex; max-width: 100%; align-items: center; gap: 46px; min-height: 48px; font-size: clamp(25px, 3vw, 42px); letter-spacing: -.045em; }
.footer-invitation > a > span { font-size: 27px; }
.footer-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; font-size: 12px; line-height: 1.5; }
.footer-meta a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-meta > span { color: var(--dgl-muted); }
.offer-hero { padding: 62px var(--dgl-edge) 27px; }
.offer-hero > .eyebrow { margin-bottom: 52px; }
.offer-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 10%; align-items: start; }
.offer-hero h1, .contact-intro h1, .privacy-content h1 { font-size: clamp(60px, 7.25vw, 123px); line-height: 1.02; letter-spacing: -.065em; }
.offer-hero h1 em { line-height: 1.12; }
.offer-introduction { max-width: 455px; padding-top: 8px; }
.offer-lead { font-size: clamp(23px, 2.15vw, 32px); line-height: 1.45; letter-spacing: -.035em; }
.offer-introduction .supporting-copy { margin-top: 26px; }
.offer-introduction .line-link { margin-top: 31px; }
.offer-footnote { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; border-top: 1px solid var(--dgl-line); margin-top: 87px; padding-top: 23px; font-size: 12px; line-height: 1.6; color: var(--dgl-subtle); }
.scope-section { padding: 86px var(--dgl-edge) 92px; background: var(--dgl-ink); color: var(--dgl-paper); }
.scope-heading { display: grid; grid-template-columns: 1fr 2fr; align-items: start; gap: 36px; margin-bottom: 65px; }
.scope-heading > .eyebrow { padding-top: 8px; color: var(--dgl-muted); }
.scope-section h2, .questions h2, .work-close h2, .discovery-heading h2 { font-size: clamp(40px, 4.6vw, 76px); line-height: 1.07; letter-spacing: -.055em; }
.scope-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7%; padding: 0; margin: 0; list-style: none; }
.scope-list li { border-top: 1px solid #555c52; padding-top: 21px; }
.scope-label { display: block; margin-bottom: 31px; font-size: 12px; line-height: 1.6; color: var(--dgl-muted); }
.scope-list h3 { font-size: 23px; line-height: 1.35; letter-spacing: -.03em; margin-bottom: 17px; }
.scope-list p { max-width: 33ch; font-size: 15px; color: var(--dgl-muted); line-height: 1.75; }
.private-work { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); align-items: center; gap: 10%; padding: 84px var(--dgl-edge) 0; }
.private-work figure { aspect-ratio: 3 / 2; overflow: hidden; }
.private-work img { width: 100%; height: 100%; object-fit: cover; }
.private-work .eyebrow { margin-bottom: 24px; }
.private-work h2 { font-size: clamp(39px, 4.4vw, 67px); line-height: 1.06; letter-spacing: -.055em; }
.private-work p:not(.eyebrow) { margin-top: 23px; font-size: 16px; line-height: 1.75; color: var(--dgl-subtle); max-width: 34ch; }
.questions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 11%; padding: 93px var(--dgl-edge) 95px; }
.questions-heading > .eyebrow { margin-bottom: 30px; }
.questions h2 { font-size: clamp(38px, 4vw, 64px); }
.questions details { border-top: 1px solid var(--dgl-line); }
.questions details:last-child { border-bottom: 1px solid var(--dgl-line); }
.questions summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; min-height: 69px; padding: 17px 0; font-size: 15px; line-height: 1.5; cursor: pointer; }
.questions summary::-webkit-details-marker { display: none; }
.questions summary span { font-size: 22px; flex: none; }
.questions details[open] summary span { transform: rotate(45deg); }
.questions details p { font-size: 15px; line-height: 1.75; color: var(--dgl-subtle); padding: 0 20px 26px 0; }
.work-close { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin: 0 var(--dgl-edge); padding: 59px 0 76px; border-top: 1px solid var(--dgl-line); }
.work-close .line-link { margin-bottom: 5px; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 11%; align-items: start; padding: 65px var(--dgl-edge) 108px; }
.contact-intro .eyebrow { margin-bottom: 35px; }
.contact-intro h1 { font-size: clamp(56px, 6.4vw, 108px); }
.contact-intro h1 em { line-height: 1.16; }
.contact-intro > p:not(.eyebrow):not(.contact-note) { font-size: 21px; line-height: 1.55; margin: 29px 0; letter-spacing: -.025em; }
.contact-intro .contact-note { font-size: 14px; line-height: 1.75; color: var(--dgl-subtle); max-width: 35ch; margin-top: 36px; }
.brief-panel { min-width: 0; padding-top: 5px; }
.preview-notice { padding: 14px 16px; border-left: 2px solid #707869; margin: 0 0 26px; background: #e2e1d4; color: var(--dgl-ink); font-size: 13px; line-height: 1.7; }
.form-introduction { font-size: 21px; line-height: 1.5; letter-spacing: -.025em; margin-bottom: 31px; }
.form-introduction > span { display: block; font-size: 12px; line-height: 1.6; letter-spacing: 0; color: var(--dgl-subtle); margin-top: 7px; }
.field-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; }
.brief-panel .field { display: flex; flex-direction: column; gap: 10px; margin-bottom: 27px; min-width: 0; }
.brief-panel label { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 10px; margin: 0; padding: 0; position: static; transform: none; font-size: 14px; line-height: 1.5; font-weight: 400; color: var(--dgl-ink); }
.brief-panel label span { font-size: 12px; line-height: 1.5; color: var(--dgl-subtle); }
.brief-panel input, .brief-panel textarea { display: block; position: static; width: 100%; min-width: 0; min-height: 52px; margin: 0; padding: 13px 15px; background: #f8f6ef; color: var(--dgl-ink); border: 1px solid #77816f; border-radius: 0; font-size: 16px; line-height: 1.6; box-shadow: none; -webkit-appearance: none; appearance: none; }
.brief-panel textarea { resize: vertical; min-height: 145px; }
.brief-panel input:focus, .brief-panel textarea:focus { outline: 2px solid var(--dgl-ink); outline-offset: -2px; border-color: var(--dgl-ink); }
.brief-panel .field-hint { margin: 0; font-size: 12px; line-height: 1.65; color: var(--dgl-subtle); }
.send-button { display: flex; align-items: center; justify-content: space-between; gap: 25px; width: 100%; min-height: 60px; padding: 16px 20px; background: var(--dgl-ink); color: var(--dgl-paper); border: 1px solid var(--dgl-ink); font-size: 15px; line-height: 1.5; }
.send-button > span:last-child { font-size: 24px; }
.send-button:disabled { cursor: not-allowed; background: #d2d5c9; color: #50574b; border-color: #bbc2b3; }
.small-copy { font-size: 12px; line-height: 1.75; color: var(--dgl-subtle); }
.small-copy a { text-decoration: underline; text-underline-offset: 3px; }
.brief-panel .small-copy { margin-top: 16px; }
.form-status, .form-error { font-size: 13px; line-height: 1.7; margin: 0 0 15px; }
.form-status:empty { display: none; }
.form-error { color: #8f3025; }
.brief-result h2 { font-size: clamp(36px, 4.3vw, 65px); letter-spacing: -.055em; line-height: 1.08; margin: 24px 0; }
.brief-result > p:not(.eyebrow):not(.small-copy) { font-size: 16px; line-height: 1.7; margin-bottom: 25px; max-width: 46ch; }
.brief-result .line-link { margin-top: 24px; }
.privacy-content { padding: 68px var(--dgl-edge) 110px; max-width: 1100px; }
.privacy-content .eyebrow { margin-bottom: 32px; }
.privacy-content h1 { margin-bottom: 43px; }
.privacy-content h2 { font-size: 26px; line-height: 1.4; letter-spacing: -.035em; margin: 38px 0 17px; }
.privacy-content > p:not(.eyebrow) { font-size: 17px; line-height: 1.8; max-width: 65ch; margin-bottom: 25px; }
.privacy-content a { text-decoration: underline; text-underline-offset: 3px; }
.resource-discovery { padding: 62px var(--dgl-edge) 91px; border-top: 1px solid var(--dgl-line); }
.discovery-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 11%; align-items: end; margin-bottom: 41px; }
.discovery-heading .eyebrow { margin-bottom: 20px; }
.discovery-heading h2 { font-size: clamp(38px, 4.4vw, 70px); }
.discovery-heading > p { max-width: 42ch; font-size: 17px; line-height: 1.7; color: var(--dgl-subtle); }
.resource-rows { padding: 0; margin: 0; list-style: none; }
.resource-rows li { border-top: 1px solid var(--dgl-line); }
.resource-rows li:last-child { border-bottom: 1px solid var(--dgl-line); }
.resource-rows a { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 30px; align-items: center; gap: 5%; min-height: 112px; padding: 26px 0; }
.resource-rows h3 { font-size: 23px; line-height: 1.3; letter-spacing: -.035em; }
.resource-rows p { font-size: 14px; line-height: 1.7; max-width: 43ch; color: var(--dgl-subtle); }
.resource-rows .row-arrow { font-size: 26px; text-align: right; }
.resource-rows a:hover h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.discovery-more { margin-top: 24px; }
.discovery-feature { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); align-items: center; gap: 9%; padding: 9px 0 65px; }
.resource-image { width: 100%; aspect-ratio: 3 / 2; overflow: hidden; }
.resource-image img { width: 100%; height: 100%; object-fit: cover; }
.resource-feature-copy > .eyebrow { margin-bottom: 28px; }
.resource-feature-copy > h2 { font-size: clamp(55px, 6.2vw, 98px); line-height: 1.01; letter-spacing: -.065em; }
.resource-feature-copy > p:not(.eyebrow) { max-width: 34ch; margin-top: 25px; font-size: 20px; line-height: 1.65; letter-spacing: -.015em; }
.resource-feature-copy > .line-link { margin-top: 24px; }
.questions .approval-note { margin-top: 24px; border-top: 0; }
.questions .approval-note summary { font-size: 12px; color: var(--dgl-subtle); }
.questions .approval-note p { font-size: 14px; }
.resources-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: 9%; padding: 59px var(--dgl-edge) 83px; }
.resources-hero .eyebrow { margin-bottom: 32px; }
.resources-hero h1 { font-size: clamp(68px, 8.4vw, 140px); line-height: .98; letter-spacing: -.07em; }
.resources-hero .hub-description { margin-top: 35px; font-size: clamp(20px, 2.05vw, 29px); line-height: 1.5; letter-spacing: -.03em; max-width: 29ch; }
.resources-hero .hub-note { margin-top: 22px; max-width: 43ch; }
.studio-frame { aspect-ratio: 3 / 2; width: 100%; overflow: hidden; }
.studio-frame img { width: 100%; height: 100%; object-fit: cover; }
.resources-list { padding: 0 var(--dgl-edge) 91px; }
.resources-list > .eyebrow { margin-bottom: 25px; }
.resources-list .resource-rows a { min-height: 135px; }
.resource-kind { display: block; font-size: 11px; letter-spacing: .015em; line-height: 1.6; color: var(--dgl-subtle); margin-bottom: 10px; }
.guide-header { padding: 45px var(--dgl-edge) 51px; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 18px; font-size: 12px; line-height: 1.6; color: var(--dgl-subtle); margin-bottom: 35px; }
.breadcrumbs a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: 4px; }
.guide-header h1 { font-size: clamp(46px, 5.2vw, 86px); line-height: 1.06; letter-spacing: -.06em; max-width: 20ch; }
.guide-description { margin-top: 28px; max-width: 47ch; font-size: clamp(20px, 2.1vw, 29px); line-height: 1.5; letter-spacing: -.03em; }
.guide-meta { display: flex; flex-wrap: wrap; gap: 12px 27px; margin-top: 29px; color: var(--dgl-subtle); font-size: 12px; line-height: 1.6; }
.guide-layout { display: grid; grid-template-columns: minmax(170px, .55fr) minmax(0, 1.45fr); align-items: start; gap: 9%; border-top: 1px solid var(--dgl-line); margin: 0 var(--dgl-edge); padding: 47px 0 83px; }
.guide-toc { min-width: 0; max-width: 26ch; }
.guide-toc > p { margin-bottom: 15px; font-size: 12px; color: var(--dgl-subtle); }
.guide-toc ol { margin: 0; padding: 0; list-style: none; }
.guide-toc a { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 0; font-size: 13px; line-height: 1.6; text-decoration: underline; text-decoration-color: var(--dgl-line); text-underline-offset: 4px; }
.guide-body { min-width: 0; max-width: 65ch; font-size: 17px; line-height: 1.85; }
.guide-body > :first-child { margin-top: 0; }
.guide-body .article-lead { font-size: 20px; line-height: 1.7; letter-spacing: -.018em; margin-bottom: 34px; }
.table-scroll:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.cell-label { display: none; }
.guide-body h2 { font-size: clamp(28px, 2.9vw, 42px); line-height: 1.2; letter-spacing: -.035em; margin: 53px 0 22px; scroll-margin-top: 30px; }
.guide-body h3 { font-size: 23px; line-height: 1.4; letter-spacing: -.025em; margin: 34px 0 16px; }
.guide-body p, .guide-body ul, .guide-body ol, .guide-body blockquote { margin: 0 0 24px; }
.guide-body ul, .guide-body ol { padding-left: 24px; }
.guide-body li { padding-left: 3px; margin: 11px 0; }
.guide-body li::marker { color: var(--dgl-subtle); }
.guide-body a { text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.guide-body strong { font-weight: 600; }
.guide-body blockquote { border-left: 1px solid var(--dgl-subtle); padding: 8px 0 8px 25px; color: var(--dgl-subtle); }
.guide-body blockquote p:last-child { margin: 0; }
.table-wrap, .table-scroll { max-width: 100%; overflow-x: auto; margin: 29px 0; }
.guide-body table { table-layout: fixed; border-collapse: collapse; width: 100%; font-size: 14px; line-height: 1.7; margin: 29px 0; }
.table-wrap table, .table-scroll table { margin: 0; }
.guide-body caption { text-align: left; margin-bottom: 15px; font-size: 13px; color: var(--dgl-subtle); }
.guide-body th, .guide-body td { text-align: left; vertical-align: top; padding: 16px 13px 16px 0; border-top: 1px solid var(--dgl-line); overflow-wrap: anywhere; }
.guide-body th { font-weight: 600; }
.guide-body tr:last-child td { border-bottom: 1px solid var(--dgl-line); }
.guide-body aside, .guide-note { border-block: 1px solid var(--dgl-line); padding: 25px 0; margin: 32px 0; }
.guide-sources { border-top: 1px solid var(--dgl-line); margin-top: 52px; padding-top: 27px; }
.guide-sources h2 { margin: 0 0 17px; font-size: 23px; }
.guide-sources ol { padding-left: 22px; margin: 0; font-size: 13px; line-height: 1.7; }
.guide-sources a { display: inline-flex; align-items: center; min-height: 44px; }
.related-guides { padding: 62px var(--dgl-edge) 76px; background: #e3e2d7; }
.related-guides > h2 { font-size: 34px; letter-spacing: -.04em; margin-bottom: 30px; }
.guide-next { display: flex; align-items: center; justify-content: space-between; gap: 32px; border-top: 1px solid var(--dgl-line); padding: 30px 0 0; margin-top: 37px; }
.guide-next p { max-width: 36ch; font-size: 15px; line-height: 1.7; color: var(--dgl-subtle); }
.brief-builder { border-block: 1px solid var(--dgl-line); padding: 28px 0; margin: 32px 0; }
.brief-builder .field, #studio-brief-builder .field { display: flex; flex-direction: column; gap: 9px; margin-bottom: 23px; }
.brief-builder label, #studio-brief-builder label { display: block; font-size: 14px; line-height: 1.6; margin-bottom: 8px; }
.brief-builder input, .brief-builder textarea, .brief-builder select, #studio-brief-builder input, #studio-brief-builder textarea, #studio-brief-builder select, #studio-brief-output { display: block; width: 100%; min-width: 0; min-height: 52px; padding: 13px 15px; border: 1px solid #77816f; border-radius: 0; background: #f8f6ef; color: var(--dgl-ink); font-size: 16px; line-height: 1.6; }
.brief-builder textarea, #studio-brief-builder textarea, #studio-brief-output { resize: vertical; }
.brief-builder button, #studio-brief-builder button, .brief-tool-button { min-height: 48px; padding: 12px 22px; border: 1px solid var(--dgl-ink); background: var(--dgl-ink); color: var(--dgl-paper); font-size: 14px; line-height: 1.5; }
.brief-builder :is(input, textarea, select):focus, #studio-brief-builder :is(input, textarea, select):focus, #studio-brief-output:focus { outline: 2px solid var(--dgl-ink); outline-offset: 2px; }
.brief-builder .small-copy, #studio-brief-builder .small-copy { margin-top: 13px; }
#studio-brief-result { border-top: 1px solid var(--dgl-line); padding-top: 26px; margin-top: 32px; }
#studio-brief-output { margin-bottom: 17px; scroll-margin-top: 24px; }
.brief-builder #copy-studio-brief { background: transparent; color: var(--dgl-ink); }
@media (min-width: 1600px) {
  .guide-layout { grid-template-columns: minmax(170px, .6fr) minmax(0, 1.4fr); gap: 10%; }
}
@media (max-width: 1100px) {
  .opening-type h1 { font-size: 8.9vw; }
  .instagram-link { gap: 5px 22px; }
  .intro-grid, .offer-grid, .contact-layout { gap: 7%; }
  .field-row { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .contact-intro h1 { font-size: 6.7vw; }
  .resources-hero { gap: 9%; }
  .guide-layout { grid-template-columns: minmax(150px, .5fr) minmax(0, 1.5fr); gap: 7%; }
}
@media (max-width: 760px) {
  :root { --dgl-edge: 24px; }
  .site-header { min-height: 98px; padding-top: max(21px, env(safe-area-inset-top)); padding-bottom: 21px; gap: 26px; }
  .brand { font-size: 52px; min-height: 48px; }
  .site-header nav { gap: 23px; }
  .site-header nav a { font-size: 12px; gap: 8px; }
  .home-opening { padding-top: 45px; }
  .opening-type { display: block; padding-bottom: 35px; }
  .opening-type h1 { font-size: clamp(58px, 10.3vw, 88px); }
  .instagram-link { width: fit-content; margin: 29px 0 0; column-gap: 54px; }
  .instagram-link > span:first-child { font-size: 22px; }
  .coast-frame { aspect-ratio: 3 / 2; }
  .coast-frame img { object-position: 50% 50%; }
  .work-intro { margin-top: 57px; padding-top: 55px; padding-bottom: 27px; }
  .section-heading { margin-bottom: 31px; gap: 23px; }
  .section-heading .eyebrow { max-width: 25ch; }
  .intro-grid, .offer-grid { grid-template-columns: minmax(0, 1fr); gap: 29px; }
  .intro-grid h2 { font-size: clamp(51px, 9vw, 79px); }
  .intro-copy { max-width: 48ch; padding: 0; }
  .intro-copy > p:first-child { font-size: 24px; max-width: 30ch; }
  .intro-copy .supporting-copy { margin-top: 20px; }
  .intro-copy .line-link { margin-top: 23px; }
  .service-notes { margin-top: 49px; padding-top: 20px; grid-template-columns: 1fr; gap: 9px; }
  .service-notes li:last-child { text-align: left; }
  .site-footer { display: block; padding-top: 43px; padding-bottom: max(23px, env(safe-area-inset-bottom)); }
  .footer-invitation > a { width: 100%; justify-content: space-between; gap: 24px; font-size: 32px; padding-bottom: 17px; border-bottom: 1px solid #555c52; }
  .footer-meta { justify-content: space-between; gap: 24px; margin-top: 15px; }
  .offer-hero { padding-top: 43px; padding-bottom: 23px; }
  .offer-hero > .eyebrow { max-width: 28ch; margin-bottom: 33px; }
  .offer-hero h1 { font-size: clamp(61px, 10.5vw, 90px); }
  .offer-introduction { max-width: 48ch; padding-top: 0; }
  .offer-lead { font-size: 25px; max-width: 29ch; }
  .offer-introduction .supporting-copy { margin-top: 22px; }
  .offer-introduction .line-link { margin-top: 25px; }
  .offer-footnote { margin-top: 49px; padding-top: 19px; gap: 8px; }
  .scope-section { padding-top: 57px; padding-bottom: 56px; }
  .scope-heading { grid-template-columns: 1fr; gap: 27px; margin-bottom: 40px; }
  .scope-heading > .eyebrow { padding: 0; }
  .scope-section h2, .questions h2, .work-close h2 { font-size: clamp(41px, 7.5vw, 61px); }
  .scope-list { grid-template-columns: 1fr; gap: 29px; }
  .scope-list li { padding-top: 17px; }
  .scope-label { margin-bottom: 18px; }
  .scope-list h3 { margin-bottom: 12px; }
  .scope-list p { max-width: 48ch; }
  .questions { grid-template-columns: 1fr; gap: 35px; padding-top: 57px; padding-bottom: 57px; }
  .questions-heading > .eyebrow { margin-bottom: 26px; }
  .questions details p { padding-right: 7px; }
  .work-close { display: block; padding-top: 43px; padding-bottom: 53px; }
  .work-close .line-link { margin-top: 26px; }
  .contact-layout { grid-template-columns: 1fr; gap: 45px; padding-top: 41px; padding-bottom: 63px; }
  .contact-intro .eyebrow { margin-bottom: 28px; }
  .contact-intro h1 { font-size: clamp(55px, 10vw, 86px); }
  .contact-intro > p:not(.eyebrow):not(.contact-note) { font-size: 20px; margin: 23px 0; }
  .contact-intro .contact-note { margin-top: 27px; max-width: 45ch; }
  .brief-panel { padding: 0; }
  .form-introduction { border-top: 1px solid var(--dgl-line); padding-top: 28px; }
  .field-row { grid-template-columns: 1fr 1fr; gap: 20px; }
  .privacy-content { padding-top: 43px; padding-bottom: 64px; }
  .privacy-content h1 { font-size: clamp(53px, 9.3vw, 82px); }
  .privacy-content > p:not(.eyebrow) { font-size: 16px; }
  .resource-discovery { padding-top: 45px; padding-bottom: 58px; }
  .discovery-heading { grid-template-columns: 1fr; gap: 23px; margin-bottom: 29px; }
  .discovery-heading h2 { font-size: clamp(41px, 7.5vw, 61px); }
  .discovery-heading > p { font-size: 16px; }
  .resource-rows a { grid-template-columns: minmax(0, 1fr) 30px; gap: 14px 22px; min-height: 110px; padding: 23px 0; }
  .resource-rows h3 { font-size: 24px; grid-column: 1; }
  .resource-rows p { grid-column: 1; max-width: 47ch; }
  .resource-rows .row-arrow { grid-column: 2; grid-row: 1 / 3; }
  .resources-hero { grid-template-columns: 1fr; gap: 37px; padding-top: 39px; padding-bottom: 50px; }
  .resources-hero .eyebrow { margin-bottom: 26px; }
  .resources-hero h1 { font-size: clamp(69px, 12vw, 104px); }
  .resources-hero .hub-description { margin-top: 25px; font-size: 24px; max-width: 33ch; }
  .resources-hero .hub-note { max-width: 48ch; }
  .studio-frame { width: 100%; max-width: 600px; justify-self: end; }
  .resources-list { padding-bottom: 59px; }
  .resources-list .resource-rows a { min-height: 135px; }
  .guide-header { padding-top: 25px; padding-bottom: 37px; }
  .breadcrumbs { margin-bottom: 25px; }
  .guide-header h1 { font-size: clamp(46px, 8.3vw, 70px); max-width: 17ch; }
  .guide-description { font-size: 22px; margin-top: 24px; }
  .guide-meta { margin-top: 23px; gap: 9px 23px; }
  .guide-layout { grid-template-columns: 1fr; gap: 35px; padding-top: 28px; padding-bottom: 53px; }
  .guide-toc { max-width: none; border-bottom: 1px solid var(--dgl-line); padding-bottom: 23px; }
  .guide-toc ol { columns: 2; column-gap: 28px; }
  .guide-toc li { break-inside: avoid; }
  .guide-toc > p { margin-bottom: 9px; }
  .guide-body { font-size: 16px; max-width: none; }
  .guide-body h2 { font-size: 31px; margin-top: 43px; }
  .guide-body h3 { font-size: 23px; }
  .guide-body table { font-size: 13px; }
  .guide-body th, .guide-body td { padding-right: 10px; }
  .related-guides { padding-top: 43px; padding-bottom: 51px; }
  .related-guides > h2 { font-size: 31px; }
  .guide-next { display: block; padding-top: 26px; margin-top: 30px; }
  .guide-next .line-link { margin-top: 15px; }
}
@media (max-width: 760px) {
  .discovery-feature { grid-template-columns: 1fr; gap: 32px; padding: 0 0 40px; }
  .resource-image { width: 100%; max-width: none; }
  .resource-feature-copy > h2 { font-size: clamp(54px, 9.4vw, 77px); }
  .resource-feature-copy > .eyebrow { margin-bottom: 22px; }
  .resource-feature-copy > p:not(.eyebrow) { margin-top: 22px; font-size: 18px; max-width: 40ch; }
}
@media (max-width: 760px) {
  .private-work { grid-template-columns: 1fr; gap: 31px; padding-top: 54px; }
  .private-work h2 { font-size: clamp(43px, 8vw, 64px); }
  .private-work p:not(.eyebrow) { max-width: 43ch; }
}
@media (max-width: 500px) {
  .site-header { display: block; padding-bottom: 15px; }
  .brand { font-size: 54px; }
  .site-header nav { justify-content: space-between; gap: 18px; border-top: 1px solid #555c52; margin-top: 17px; padding-top: 5px; }
  .light .site-header nav { border-color: var(--dgl-line); }
  .site-header nav a { font-size: 12px; gap: 7px; }
  .site-header nav a span { font-size: 17px; }
  .home-opening { padding-top: 32px; }
  .opening-type h1 { font-size: clamp(51px, 11.8vw, 64px); }
  .field-row { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .offer-footnote { flex-direction: column; }
  .guide-toc ol { columns: 1; }
  .guide-header h1 { font-size: clamp(40px, 9.5vw, 52px); }
}
@media (max-width: 360px) {
  :root { --dgl-edge: 20px; }
  .site-header nav { gap: 11px; }
  .site-header nav a { font-size: 11px; }
  .opening-type h1 { font-size: 46px; }
  .intro-grid h2 { font-size: 46px; }
  .offer-hero h1 { font-size: 53px; }
  .contact-intro h1 { font-size: 50px; }
  .line-link { gap: 24px; font-size: 13px; }
  .footer-invitation > a { font-size: 29px; }
}

.guide-image { margin: 0 var(--dgl-edge) 48px; max-width: 1000px; aspect-ratio: 2.4; overflow: hidden; }
.guide-image img { width: 100%; height: 100%; object-fit: cover; }
.guide-body [data-checklist] { margin: 38px 0; padding: 27px; border: 1px solid var(--dgl-line); background: #e6e4d8; }
.guide-body [data-checklist] > h2:first-child { margin-top: 0; }
.checklist-items { margin: 24px 0; border-top: 1px solid var(--dgl-line); }
.checklist-items label { display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: start; gap: 13px; min-height: 52px; padding: 17px 0; border-bottom: 1px solid var(--dgl-line); cursor: pointer; font-size: 16px; line-height: 1.6; }
.checklist-items input { width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--dgl-ink); }
.checklist-items input:focus-visible { outline: 2px solid var(--dgl-ink); outline-offset: 4px; }
[data-checklist-status] { font-size: 14px; line-height: 1.6; }
[data-checklist-reset] { min-height: 48px; max-width: 100%; border: 1px solid var(--dgl-ink); padding: 12px 20px; background: transparent; font-size: 14px; line-height: 1.5; }
[data-checklist-reset]:disabled { opacity: .55; cursor: not-allowed; }
.guide-body details { margin: 23px 0; border-block: 1px solid var(--dgl-line); }
.guide-body summary { cursor: pointer; min-height: 48px; padding: 14px 0; font-weight: 600; }
.guide-body details[open] summary { margin-bottom: 10px; }
@media (max-width: 900px) {
  .guide-body .responsive-table, .guide-body .responsive-table caption, .guide-body .responsive-table tbody, .guide-body .responsive-table tr, .guide-body .responsive-table th, .guide-body .responsive-table td { display: block; width: 100%; }
  .guide-body .responsive-table { font-size: 15px; line-height: 1.7; }
  .guide-body .responsive-table thead { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .guide-body .responsive-table tbody tr { margin-bottom: 18px; padding: 19px; border: 1px solid var(--dgl-line); }
  .guide-body .responsive-table tbody th { font-size: 18px; padding: 0 0 12px; border: 0; }
  .guide-body .responsive-table td { padding: 13px 0 0; border: 0; }
  .guide-body .responsive-table tr:last-child td { border: 0; }
  .cell-label { display: block; font-size: 12px; line-height: 1.5; color: var(--dgl-subtle); font-weight: 600; margin-bottom: 5px; }
}
@media (max-width: 500px) {
  .guide-image { aspect-ratio: 3 / 2; margin-bottom: 30px; }
  .guide-body [data-checklist] { padding: 19px; }
  .instagram-link { grid-template-columns: minmax(0, 1fr) 28px; }
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media (forced-colors: active) {
  .send-button { border: 1px solid ButtonText; }
  .site-header nav a[aria-current], .line-link { border-bottom: 1px solid LinkText; }
  .brief-panel input, .brief-panel textarea { border: 1px solid FieldText; }
}

/* The library chooser is plain navigation; every guide stays available without JS. */
.guide-chooser { display: flex; flex-wrap: wrap; gap: 12px 28px; border-block: 1px solid var(--dgl-line); padding: 15px 0; margin-bottom: 44px; }
.guide-chooser a { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; max-width: 100%; font-size: 14px; line-height: 1.6; text-decoration: underline; text-underline-offset: 4px; }
.guide-chooser span { flex: none; }
.resource-group + .resource-group { margin-top: 50px; }
.resource-group > h2 { font-size: clamp(27px, 3vw, 39px); line-height: 1.3; letter-spacing: -.035em; margin-bottom: 24px; scroll-margin-top: 25px; }
.brief-result:focus-visible { outline: 2px solid var(--dgl-ink); outline-offset: 8px; }

/* The image completes the opening thought before the Instagram invitation. */
.hero-follow { display: flex; justify-content: flex-end; padding: 28px 0 0; }
.hero-follow .instagram-link { margin-bottom: 0; }
@media (max-width: 760px) {
  .hero-follow { justify-content: flex-start; padding-top: 24px; }
}
