:root {
  --paper: #f8f7f3;
  --ink: #202923;
  --green: #223e32;
  --muted: #596158;
  --sage: #e6eadf;
  --line: #d1d5cc;
  --gutter: clamp(24px, 3.33vw, 64px);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; color: inherit; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { border: 0; }
h1, h2, p { margin: 0; }
[hidden] { display: none !important; }
::selection { color: var(--paper); background: var(--green); }
:focus-visible { outline: 2px solid var(--green); outline-offset: 6px; }
.sr-only, .icon-library { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: square; stroke-linejoin: miter; flex: 0 0 auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; padding: 12px 18px; background: var(--green); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-shell { max-width: 1800px; min-height: 100svh; margin: 0 auto; display: flex; flex-direction: column; }
.site-header { min-height: 76px; padding: 16px var(--gutter); display: flex; align-items: center; gap: 32px; border-bottom: 1px solid var(--line); position: relative; z-index: 5; }
.brand { flex: 0 0 auto; display: flex; align-items: center; }
.brand img { display: block; width: 230px; height: auto; mix-blend-mode: multiply; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 3.7vw, 64px); flex: 1; padding-left: 9vw; }
.site-nav a { position: relative; display: inline-flex; align-items: center; gap: 12px; font-size: 17px; line-height: 1.4; white-space: nowrap; padding: 8px 0; }
.site-nav a::after { content: ''; position: absolute; height: 1px; bottom: 2px; left: 0; right: 0; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform 180ms; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav .trader-login { margin-left: auto; }
.menu-toggle { display: none; }
main { position: relative; flex: 1; outline: none; }
.page:not([hidden]) { animation: page-arrive 420ms cubic-bezier(.22,.61,.36,1) both; }
.home-hero { min-height: 528px; display: grid; grid-template-columns: 51% 49%; padding: 45px var(--gutter) 39px; align-items: center; position: relative; isolation: isolate; overflow: clip; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 4px; }
h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(52px, 5.1vw, 78px); line-height: 1.055; letter-spacing: -3.8px; }
h1 em { color: var(--green); font-weight: 400; }
.hero-copy h1 span, .hero-copy h1 em { display: block; }
.hero-copy h1 span:first-child { white-space: nowrap; }
.hero-description { margin-top: 24px; font-size: 18px; line-height: 1.55; letter-spacing: -.28px; max-width: 600px; }
.hero-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 17px; margin-top: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 22px; min-height: 50px; padding: 12px 23px; background: var(--green); color: var(--paper); border: 1px solid var(--green); border-radius: 3px; font-size: 17px; line-height: 1.4; text-align: left; transition: background 160ms, color 160ms, box-shadow 160ms; }
.button:hover { background: #355444; box-shadow: 0 3px 10px #20342612; }
.button .icon { transition: transform 180ms; }
.button:hover .icon { transform: translateX(3px); }
.text-link { padding: 2px 0; background: transparent; display: inline-flex; gap: 17px; align-items: center; font-size: 17px; line-height: 1.5; }
.text-link:hover { text-decoration: underline; text-underline-offset: 6px; }
.hero-art { width: 55%; display: flex; align-items: center; position: absolute; top: 22px; bottom: 22px; right: 0; z-index: 1; }
.sculpture-motion { width: 100%; transform-origin: 52% 58%; animation: sculpture-drift 9s ease-in-out infinite; will-change: transform; }
.sculpture { display: block; width: 100%; height: auto; }
.motion-toggle { display: inline-flex; align-items: center; gap: 10px; background: transparent; font-size: 13px; line-height: 1.4; padding: 4px; position: absolute; right: var(--gutter); top: 486px; z-index: 3; }
.motion-icon { border: 1px solid var(--ink); width: 38px; height: 38px; border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; }
.motion-icon .icon { width: 20px; height: 20px; stroke-width: 1.75; }
.motion-toggle:hover .motion-icon { background: var(--sage); }
.desk-notes { margin: 0 var(--gutter); display: grid; grid-template-columns: 1.02fr 1fr 1.02fr; min-height: 103px; border-top: 1px solid var(--line); }
.desk-notes > div { padding: 24px 0; }
.desk-notes > div + div { border-left: 1px solid var(--line); padding-left: clamp(30px, 4.8vw, 70px); }
.desk-notes h2 { font-family: var(--sans); font-size: 17px; font-weight: 400; line-height: 1.45; }
.desk-notes p { margin-top: 3px; font-size: 16px; line-height: 1.45; letter-spacing: -.35px; }
.opening-band { padding: 23px var(--gutter) 27px; display: grid; grid-template-columns: 1.1fr 1.35fr auto; gap: 36px; align-items: center; background: var(--sage); min-height: 126px; }
.opening-kicker { font-size: 13px; line-height: 1.4; text-transform: uppercase; color: var(--green); letter-spacing: .15px; margin-bottom: 8px; }
.opening-band h2 { font-family: var(--serif); font-size: clamp(24px, 2.02vw, 32px); line-height: 1.18; font-weight: 400; letter-spacing: -.85px; white-space: nowrap; }
.opening-band > p { font-size: 17px; line-height: 1.5; letter-spacing: -.25px; max-width: 470px; padding-top: 10px; }
.underlined-link { display: inline-flex; align-items: center; justify-self: end; gap: 20px; white-space: nowrap; color: var(--green); font-size: 17px; padding: 4px 0; border-bottom: 1px solid var(--green); }
.underlined-link:hover { border-bottom-width: 2px; margin-bottom: -1px; }
.site-footer { padding: 17px var(--gutter) 19px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 24px; font-size: 14px; line-height: 1.45; }

/* The inner pages share the open canvas and typographic rhythm. */
.inner-page { display: grid; grid-template-columns: 47% 53%; gap: 0; padding: 79px var(--gutter) 104px; min-height: 722px; }
.page-intro h1, .work-heading h1, .assistant-heading h1 { font-size: clamp(48px, 4.85vw, 74px); line-height: 1.1; letter-spacing: -3.25px; }
.intro-copy { margin-top: 28px; font-size: 19px; line-height: 1.6; }
.page-intro > .button { margin-top: 36px; }
.desk-detail { padding: 5px 0 0 36px; }
.desk-detail article { display: grid; grid-template-columns: 34px 1fr; gap: 16px; padding: 25px 0; border-top: 1px solid var(--line); }
.desk-detail article:first-child { padding-top: 21px; }
.row-index { font-size: 13px; color: var(--muted); padding-top: 5px; }
.desk-detail h2 { font-family: var(--serif); font-weight: 400; font-size: 27px; letter-spacing: -.6px; line-height: 1.25; }
.desk-detail article p { margin-top: 12px; font-size: 17px; line-height: 1.6; max-width: 570px; }
.desk-invitation { border-top: 1px solid var(--line); padding-top: 24px; color: var(--green); font-size: 16px; line-height: 1.6; }
body[data-view]:not([data-view="home"]) .motion-toggle { top: auto; bottom: 24px; }
.work-page { padding: 64px var(--gutter) 85px; min-height: 722px; }
.work-heading { display: flex; align-items: flex-end; gap: 72px; margin-bottom: 45px; }
.work-heading h1 { flex: 1; }
.work-heading > p { width: 51%; padding-bottom: 6px; font-size: 19px; line-height: 1.6; }
.work-directory { border-top: 1px solid var(--line); }
.work-row { display: grid; grid-template-columns: 22% 1fr auto; align-items: center; gap: 28px; padding: 24px 2px; border-bottom: 1px solid var(--line); transition: background 160ms, padding 160ms; }
.work-row:hover { background: var(--sage); padding-left: 16px; padding-right: 16px; }
.work-type { font-size: 14px; color: var(--green); }
.work-row h2 { font-family: var(--serif); font-size: 31px; font-weight: 400; letter-spacing: -.8px; line-height: 1.3; }
.work-row p { font-size: 16px; margin-top: 4px; color: var(--muted); }
.work-visit { display: inline-flex; align-items: center; gap: 18px; font-size: 16px; }
.work-footer { margin-top: 29px; display: flex; align-items: center; gap: 24px; font-size: 16px; }
.work-footer .text-link { font-size: 16px; }
.assistant-page { padding: 62px var(--gutter) 96px; min-height: 722px; }
.assistant-heading { display: grid; grid-template-columns: 57% 1fr; gap: 50px; align-items: center; padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.assistant-heading h1 { font-size: clamp(48px, 5vw, 78px); }
.role-lead { font-size: 24px; line-height: 1.55; max-width: 425px; letter-spacing: -.45px; }
.assistant-body { display: grid; grid-template-columns: 57% 1fr; gap: 50px; padding-top: 43px; }
.assistant-body h2 { font-family: var(--serif); font-weight: 400; font-size: 30px; line-height: 1.3; letter-spacing: -.7px; margin-bottom: 17px; }
.assistant-body p { font-size: 17px; line-height: 1.6; margin-bottom: 17px; }
.role-detail { max-width: 575px; }
.role-detail .text-link { font-size: 16px; margin-top: 7px; }
.role-invitation { padding: 29px 31px; background: var(--sage); margin-top: -6px; }
.role-invitation h2 { font-size: 27px; }
.role-invitation .button { font-size: 16px; gap: 13px; padding-left: 17px; padding-right: 17px; margin-top: 5px; }
.small-link { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; margin-top: 21px; }
.small-link .icon { width: 18px; height: 18px; }
.role-invitation .small-link { display: flex; width: fit-content; }
.small-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.contact-page { padding-top: 71px; }
.contact-intro h1 { font-size: clamp(48px, 4.65vw, 71px); }
.direct-contact { margin-top: 52px; }
.direct-contact p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.direct-contact p:last-child { margin-top: 28px; }
.contact-address { display: inline-flex; gap: 15px; align-items: center; font-size: 19px; margin-top: 7px; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.contact-address .icon { width: 20px; height: 20px; }
.contact-composer { padding-left: 36px; }
.preview-notice { font-size: 14px; line-height: 1.5; color: var(--green); padding: 14px 16px; background: var(--sage); margin-bottom: 26px; }
.form-field { display: flex; flex-direction: column; gap: 9px; margin-bottom: 22px; }
.form-field label { font-size: 15px; line-height: 1.4; }
.form-field label span { color: var(--muted); font-size: 13px; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #a8b0a6; background: transparent; border-radius: 2px; padding: 12px 13px; min-height: 46px; font-family: var(--sans); font-size: 16px; line-height: 1.5; }
.form-field select { padding-right: 30px; }
.form-field textarea { min-height: 134px; resize: vertical; max-height: 300px; }
.form-field input:hover, .form-field select:hover, .form-field textarea:hover { border-color: var(--green); }
.form-field :focus-visible { outline-offset: 2px; }
.form-field [aria-invalid="true"] { border-color: #914027; }
.form-field textarea::placeholder { color: #70766e; opacity: 1; }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-error { font-size: 14px; line-height: 1.5; color: #914027; padding-bottom: 18px; }
.message-preview { padding-top: 5px; }
.preview-heading { display: flex; align-items: flex-start; gap: 15px; }
.confirmation-icon { width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; background: var(--sage); border-radius: 50%; flex: 0 0 auto; }
.confirmation-icon .icon { width: 21px; height: 21px; }
.preview-heading h2 { font-family: var(--serif); font-size: 31px; line-height: 1.25; font-weight: 400; letter-spacing: -.7px; }
.preview-explanation { margin-top: 22px; font-size: 16px; line-height: 1.6; }
.preview-explanation a { text-decoration: underline; text-underline-offset: 3px; }
.message-details { margin: 30px 0 0; border-top: 1px solid var(--line); padding-top: 17px; }
.message-details > div { display: grid; grid-template-columns: 78px 1fr; gap: 10px; font-size: 14px; line-height: 1.6; margin-bottom: 7px; }
.message-details dt { color: var(--muted); }
.message-details dd { margin: 0; overflow-wrap: anywhere; }
.preview-message { white-space: pre-wrap; overflow-wrap: anywhere; padding: 19px 0 25px; border-bottom: 1px solid var(--line); font-size: 17px; line-height: 1.65; max-height: 260px; overflow-y: auto; }
.preview-actions { display: flex; align-items: center; gap: 25px; margin-top: 26px; }
.preview-actions .text-link { font-size: 15px; }

@keyframes sculpture-drift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-2.2deg); }
  50% { transform: translate3d(-9px, -17px, 0) rotate(2deg); }
}
@keyframes page-arrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
body.motion-paused *, body.motion-paused *::before, body.motion-paused *::after { animation-play-state: paused !important; }
body.motion-paused .page:not([hidden]) { animation: none; }
body.motion-paused *, body.motion-paused *::before, body.motion-paused *::after { transition: none !important; }
body.motion-paused { scroll-behavior: auto; }

@media (min-width: 1560px) {
  .home-hero { min-height: 586px; }
  .motion-toggle { top: 538px; }
  .hero-art { width: 55%; }
  .desk-notes { min-height: 110px; }
  .opening-band { min-height: 137px; }
}
@media (max-width: 1190px) {
  .site-nav { padding-left: 2vw; gap: 28px; }
  .brand img { width: 205px; }
  .site-nav a { font-size: 15px; gap: 8px; }
  .home-hero { min-height: 488px; padding-top: 52px; padding-bottom: 42px; grid-template-columns: 55% 45%; }
  h1 { font-size: 5.5vw; letter-spacing: -3px; }
  .hero-description { font-size: 16px; }
  .hero-art { width: 52%; }
  .motion-toggle { top: 443px; }
  .desk-notes > div + div { padding-left: 25px; }
  .desk-notes h2 { font-size: 16px; }
  .desk-notes p { font-size: 14px; }
  .opening-band { gap: 24px; grid-template-columns: 1.15fr 1.25fr auto; }
  .opening-band h2 { white-space: normal; font-size: 25px; }
  .opening-band > p { font-size: 15px; }
  .underlined-link { font-size: 16px; gap: 12px; }
  .inner-page { grid-template-columns: 44% 56%; }
  .page-intro h1, .work-heading h1, .assistant-heading h1 { font-size: 5.15vw; }
  .desk-detail h2 { font-size: 25px; }
  .desk-detail article p { font-size: 16px; }
  .assistant-heading, .assistant-body { grid-template-columns: 54% 1fr; gap: 30px; }
  .role-lead { font-size: 21px; }
  .role-invitation { padding: 25px; }
}
@media (max-width: 900px) {
  .site-header { min-height: 78px; padding: 17px var(--gutter); }
  .brand img { width: 208px; }
  .menu-toggle { display: inline-flex; margin-left: auto; align-items: center; justify-content: center; width: 42px; height: 42px; background: transparent; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 15px var(--gutter) 25px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 15px 22px #2029230a; }
  .site-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 4px; }
  .site-nav a { min-height: 48px; font-size: 17px; padding: 9px 0; }
  .site-nav .trader-login { margin-left: 0; }
  .site-nav a::after { right: auto; width: 36px; }
  .hero-description br { display: none; }
  .home-hero { grid-template-columns: 56% 44%; padding-top: 43px; padding-bottom: 59px; min-height: 480px; }
  h1 { font-size: 5.7vw; letter-spacing: -2.5px; }
  .hero-description { max-width: 370px; }
  .hero-actions { margin-top: 25px; gap: 17px; }
  .button { font-size: 16px; padding: 12px 18px; gap: 17px; }
  .text-link { font-size: 16px; }
  .hero-art { width: 51%; }
  .motion-toggle { top: 433px; }
  .desk-notes { min-height: 106px; }
  .desk-notes > div { padding-right: 15px; }
  .desk-notes > div + div { padding-left: 22px; }
  .opening-band { grid-template-columns: 1.1fr 1fr; row-gap: 12px; padding-top: 25px; padding-bottom: 26px; }
  .opening-band .underlined-link { grid-column: 2; justify-self: start; }
  .opening-band > p { padding-top: 0; }
  .site-footer { font-size: 12px; }
  .inner-page { grid-template-columns: 1fr; padding-top: 45px; padding-bottom: 92px; min-height: 0; }
  .page-intro h1, .work-heading h1, .assistant-heading h1 { font-size: clamp(45px, 7.3vw, 66px); letter-spacing: -2.7px; }
  .intro-copy { font-size: 18px; }
  .desk-detail { padding-left: 0; margin-top: 45px; }
  .desk-detail article { padding: 25px 0; }
  .desk-detail article p { max-width: none; }
  .work-page, .assistant-page { padding-top: 45px; }
  .work-heading { gap: 40px; }
  .work-heading > p { font-size: 17px; }
  .work-row { grid-template-columns: 21% 1fr auto; gap: 18px; }
  .work-row h2 { font-size: 28px; }
  .work-row p { font-size: 14px; }
  .work-visit { font-size: 14px; gap: 8px; }
  .work-type { font-size: 13px; }
  .assistant-heading { grid-template-columns: 1fr; gap: 26px; padding-bottom: 31px; }
  .role-lead { max-width: 580px; }
  .assistant-body { grid-template-columns: 1fr 1fr; gap: 30px; }
  .assistant-body h2 { font-size: 26px; }
  .assistant-body p { font-size: 16px; }
  .role-invitation { padding: 23px; }
  .role-invitation .button { font-size: 14px; padding: 12px 15px; gap: 7px; }
  .contact-composer { padding-left: 0; margin-top: 42px; }
  .direct-contact { margin-top: 28px; }
  .direct-contact p:last-child { display: none; }
}
@media (max-width: 600px) {
  :root { --gutter: 24px; }
  .site-header { min-height: 78px; }
  .brand img { width: 202px; }
  .menu-toggle { margin-right: -6px; }
  .home-hero { display: flex; flex-direction: column; align-items: stretch; padding-top: 36px; padding-bottom: 46px; min-height: 0; }
  .hero-copy { padding: 0; }
  h1 { font-size: clamp(35px, 9.75vw, 56px); line-height: 1.105; letter-spacing: -1.85px; }
  .hero-copy h1 span:first-child { white-space: normal; }
  .hero-description { font-size: 16px; line-height: 1.6; max-width: 420px; margin-top: 22px; letter-spacing: -.15px; }
  .hero-actions { margin-top: 25px; gap: 15px; }
  .hero-actions .button { min-height: 49px; font-size: 16px; gap: 22px; padding: 12px 19px; }
  .hero-actions .text-link { font-size: 15px; }
  .hero-art { width: 114%; margin-top: 22px; align-self: center; position: relative; top: auto; bottom: auto; right: auto; }
  .sculpture-motion { animation-duration: 9s; }
  .motion-toggle { top: auto; bottom: auto; right: var(--gutter); font-size: 12px; gap: 8px; }
  body[data-view="home"] .motion-toggle { top: var(--mobile-motion-top, 657px); }
  .motion-icon { width: 31px; height: 31px; }
  .motion-icon .icon { width: 17px; height: 17px; }
  .desk-notes { display: block; margin: 0 var(--gutter); }
  .desk-notes > div { padding: 18px 0; display: grid; grid-template-columns: 45% 55%; align-items: baseline; gap: 9px; }
  .desk-notes > div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .desk-notes h2 { font-size: 15px; line-height: 1.45; }
  .desk-notes p { margin: 0; font-size: 14px; line-height: 1.5; letter-spacing: -.2px; padding-right: 9px; }
  .opening-band { display: block; padding-top: 27px; padding-bottom: 29px; margin-top: 10px; }
  .opening-kicker { font-size: 12px; margin-bottom: 10px; }
  .opening-band h2 { font-size: 28px; letter-spacing: -.8px; line-height: 1.2; }
  .opening-band > p { margin-top: 17px; font-size: 15px; line-height: 1.6; max-width: 430px; }
  .opening-band .underlined-link { display: inline-flex; margin-top: 20px; font-size: 16px; gap: 21px; }
  .desktop-break { display: none; }
  .site-footer { display: block; padding-top: 22px; padding-bottom: 25px; font-size: 12px; line-height: 1.55; }
  .site-footer p + p { margin-top: 9px; color: var(--muted); }
  .inner-page, .work-page, .assistant-page { padding-top: 37px; padding-bottom: 81px; min-height: 0; }
  .page-intro h1, .work-heading h1, .assistant-heading h1 { font-size: clamp(39px, 11vw, 57px); line-height: 1.1; letter-spacing: -2px; }
  .intro-copy { font-size: 17px; line-height: 1.55; margin-top: 22px; }
  .page-intro > .button { margin-top: 26px; font-size: 15px; gap: 16px; }
  .desk-detail { margin-top: 35px; }
  .desk-detail article { grid-template-columns: 24px 1fr; gap: 12px; }
  .row-index { font-size: 12px; }
  .desk-detail h2 { font-size: 25px; line-height: 1.25; }
  .desk-detail article p { font-size: 15px; line-height: 1.65; }
  .desk-invitation { font-size: 15px; }
  body[data-view]:not([data-view="home"]) .motion-toggle { bottom: 22px; }
  .work-heading { display: block; margin-bottom: 31px; }
  .work-heading > p { width: 100%; font-size: 17px; margin-top: 25px; padding-bottom: 0; }
  .work-row { grid-template-columns: 1fr auto; gap: 11px; padding: 22px 0; }
  .work-type { grid-column: 1 / -1; font-size: 12px; }
  .work-row h2 { font-size: 28px; }
  .work-row p { margin-top: 7px; font-size: 14px; max-width: 245px; }
  .work-visit { font-size: 0; gap: 0; }
  .work-visit .icon { width: 25px; height: 25px; }
  .work-row:hover { padding-left: 8px; padding-right: 8px; }
  .work-footer { display: block; margin-top: 24px; font-size: 15px; }
  .work-footer .text-link { margin-top: 10px; font-size: 15px; }
  .assistant-heading { gap: 23px; padding-bottom: 28px; }
  .assistant-heading h1 { font-size: clamp(38px, 10.1vw, 53px); }
  .role-lead { font-size: 20px; line-height: 1.5; }
  .assistant-body { display: block; padding-top: 29px; }
  .assistant-body h2 { font-size: 28px; }
  .assistant-body p { font-size: 16px; }
  .role-detail .text-link { font-size: 15px; }
  .role-invitation { padding: 24px; margin-top: 31px; }
  .role-invitation h2 { font-size: 26px; }
  .role-invitation .button { font-size: 15px; padding: 12px 15px; gap: 12px; }
  .small-link { font-size: 13px; margin-top: 19px; }
  .contact-intro h1 { font-size: clamp(38px, 10.5vw, 56px); }
  .direct-contact { margin-top: 26px; }
  .direct-contact p { font-size: 13px; }
  .contact-address { font-size: 17px; gap: 12px; }
  .contact-composer { margin-top: 33px; }
  .preview-notice { font-size: 13px; padding: 12px 14px; margin-bottom: 25px; }
  .form-two { grid-template-columns: 1fr; gap: 0; }
  .form-field { margin-bottom: 21px; }
  .form-field label { font-size: 14px; }
  .form-field textarea { min-height: 145px; }
  .preview-heading h2 { font-size: 29px; }
  .preview-heading { gap: 12px; }
  .preview-explanation { font-size: 15px; }
  .preview-message { font-size: 16px; }
  .preview-actions { gap: 20px; }
  .preview-actions .button { font-size: 15px; padding: 12px 17px; gap: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .page:not([hidden]) { animation: none; }
  body:not(.motion-enabled) .sculpture-motion { animation: none; }
}

/* Email review actions remain reachable on narrow screens. */
.preview-actions { flex-wrap: wrap; }
