@font-face {
  font-family:Barlow;
  src:url('assets/fonts/barlow-condensed-bold.ttf') format('truetype');
  font-weight:700;
  font-display:swap
}

@font-face {
  font-family:Barlow;
  src:url('assets/fonts/barlow-condensed-extrabold.ttf') format('truetype');
  font-weight:800;
  font-display:swap
}

@font-face {
  font-family:DM;
  src:url('assets/fonts/dm-sans-regular.ttf') format('truetype');
  font-weight:400;
  font-display:swap
}

@font-face {
  font-family:DM;
  src:url('assets/fonts/dm-sans-medium.ttf') format('truetype');
  font-weight:500 800;
  font-display:swap
}

:root {
  --paper:#f3f0e8;
  --ink:#24251f;
  --orange:#ff572e;
  --muted:#68685e;
  --line:#ccccc1;
  --pad:clamp(24px,3.5vw,64px);
  --display:Barlow,'Arial Narrow',Impact,sans-serif;
  --body:DM,Arial,sans-serif
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:24px
}

body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--body);
  font-size:15px;
  -webkit-font-smoothing:antialiased
}

body:has(dialog[open]) {
  overflow:hidden
}

button,input,textarea,select {
  font:inherit
}

button,a,input,summary,select,textarea {
  -webkit-tap-highlight-color:transparent
}

button,a {
  touch-action:manipulation
}

button {
  cursor:pointer
}

button,select,input,textarea {
  color:inherit
}

a {
  color:inherit;
  text-decoration:none
}

button {
  border:0
}

svg {
  display:block;
  fill:currentColor
}

::selection {
  color:var(--paper);
  background:var(--ink)
}

:focus-visible {
  outline:2px solid var(--orange);
  outline-offset:5px
}

button.button:focus-visible {
  outline-color:var(--ink)
}

.svg-defs {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}

.skip-link {
  position:fixed;
  top:-100px;
  left:10px;
  background:var(--ink);
  color:var(--paper);
  padding:12px;
  z-index:100;
  transform:none;
  opacity:0;
  pointer-events:none
}

.skip-link:focus {
  top:10px;
  opacity:1;
  pointer-events:auto
}

.site-header {
  height:88px;
  padding:0 var(--pad);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-bottom:1px solid var(--line);
  position:relative;
  z-index:15
}

.brand {
  display:flex;
  align-items:center;
  gap:11px;
  font-weight:700;
  font-size:13px;
  letter-spacing:-.02em;
  line-height:1.3
}

.brand-sun {
  width:34px;
  height:34px
}

.brand small {
  display:block;
  font-size:8px;
  font-weight:400;
  letter-spacing:.13em;
  margin-top:3px
}

.desktop-nav {
  display:flex;
  gap:31px;
  margin-left:65px;
  font-size:12px
}

.desktop-nav a {
  position:relative;
  padding:12px 0
}

.desktop-nav a:after {
  content:'';
  height:1px;
  background:var(--orange);
  position:absolute;
  bottom:5px;
  left:0;
  width:0;
  transition:width .25s
}

.desktop-nav a:hover:after {
  width:100%
}

.header-right {
  display:flex;
  align-items:center;
  gap:24px
}

.location {
  font-size:9px;
  letter-spacing:.035em;
  display:flex;
  align-items:center;
  gap:7px
}

.location i,.orange-dot {
  display:inline-block;
  width:6px;
  height:6px;
  background:var(--orange);
  border-radius:50%
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
  min-height:58px;
  padding:17px 24px;
  background:var(--orange);
  color:var(--ink);
  font-size:13px;
  font-weight:500;
  position:relative;
  transition:background .2s,color .2s,transform .2s
}

.button svg {
  width:20px;
  height:20px;
  transition:transform .2s
}

.button:hover {
  background:var(--ink);
  color:var(--paper)
}

.button:hover svg {
  transform:translate(2px,-2px)
}

.button:active {
  transform:scale(.98)
}

.button-small {
  min-height:43px;
  padding:12px 17px;
  font-size:11px;
  gap:28px
}

.button-small svg {
  width:16px;
  height:16px
}

.menu-toggle,.mobile-nav {
  display:none
}

.hero {
  padding:25px var(--pad) 0;
  overflow:hidden
}

.hero-eyebrow,.eyebrow,.section-label,.hero-foot,.hero-note,.art-coordinate,.art-label,.art-controls,.small-note,.service-meta,.portrait-overline,.portrait-slot figcaption,.about-facts span,.education-note,.diagram-label,.diagram-foot,.closing-bottom,.footer-top>span,.back-top,.footer-bottom,.mobile-bookbar>span {
  font-size:10px;
  font-weight:500;
  letter-spacing:.065em;
  line-height:1.6
}

.hero-eyebrow {
  display:flex;
  justify-content:space-between;
  margin-bottom:20px;
  font-size:9px
}

.hero-wordmark {
  font-family:var(--display);
  font-weight:800;
  line-height:.77;
  font-size:20.0vw;
  letter-spacing:-.037em;
  display:flex;
  justify-content:space-between;
  gap:16px;
  margin:0 -4px;
  position:relative;
  z-index:2;
  white-space:nowrap
}

.wordmark-period {
  color:var(--orange);
  margin-left:-.015em
}

.hero-bottom {
  display:grid;
  grid-template-columns:43% 57%;
  position:relative;
  margin-top:25px;
  min-height:387px
}

.hero-copy {
  padding-top:15px;
  position:relative;
  z-index:2;
  pointer-events:none
}

.hero-copy>* {
  pointer-events:auto
}

.eyebrow {
  display:flex;
  align-items:center;
  gap:8px
}

.hero-copy h2 {
  font-family:var(--display);
  font-size:clamp(38px,3.7vw,59px);
  font-weight:700;
  letter-spacing:-.016em;
  line-height:.98;
  margin:19px 0 22px
}

.hero-copy h2 em {
  font-style:normal;
  color:var(--orange)
}

.hero-copy p {
  font-size:13px;
  line-height:1.65;
  color:#55564e;
  margin:0 0 27px
}

.hero-actions {
  display:flex;
  gap:25px;
  align-items:center
}

.text-link {
  display:inline-flex;
  gap:15px;
  align-items:center;
  font-size:11px;
  background:none;
  padding:10px 0;
  border-bottom:1px solid var(--ink)
}

.text-link span {
  font-size:18px;
  line-height:1
}

.text-link:hover {
  color:var(--orange);
  border-color:var(--orange)
}

.hero-note {
  display:block;
  font-size:8px;
  letter-spacing:.09em;
  margin-top:23px
}

.form-study {
  position:relative;
  height:387px;
  min-width:0;
  isolation:isolate
}

.art-coordinate {
  display:flex;
  justify-content:space-between;
  font-size:8px;
  position:absolute;
  top:7px;
  left:0;
  right:0;
  color:var(--muted);
  z-index:2;
  pointer-events:none
}

.art-coordinate:before {
  content:'+';
  font-size:18px;
  position:absolute;
  left:-22px;
  top:-8px
}

.form-study canvas {
  width:100%;
  height:100%;
  display:block;
  cursor:grab;
  touch-action:pan-y
}

.form-study canvas:active {
  cursor:grabbing
}

.art-label {
  position:absolute;
  right:7px;
  top:50%;
  display:flex;
  align-items:center;
  font-size:8px;
  line-height:1.5;
  gap:14px;
  pointer-events:none
}

.art-label-line {
  width:37px;
  height:1px;
  background:var(--orange);
  order:-1;
  position:relative
}

.art-label-line:before {
  content:'';
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--orange);
  position:absolute;
  top:-1.5px
}

.art-controls {
  position:absolute;
  bottom:8px;
  left:0;
  right:0;
  display:flex;
  align-items:center;
  gap:35px;
  font-size:8px;
  letter-spacing:.055em
}

.art-instruction {
  line-height:1.6
}

.shape-slider {
  width:184px;
  margin-left:auto
}

.shape-slider label {
  display:flex;
  justify-content:space-between;
  align-items:center
}

.shape-slider label>span {
  font-size:17px;
  line-height:1
}

.shape-slider input {
  appearance:none;
  -webkit-appearance:none;
  width:100%;
  background:transparent;
  cursor:ew-resize;
  margin:7px 0 0;
  display:block;
  height:19px
}

.shape-slider input::-webkit-slider-runnable-track {
  height:1px;
  background:#a6a89b
}

.shape-slider input::-moz-range-track {
  height:1px;
  background:#a6a89b
}

.shape-slider input::-webkit-slider-thumb {
  appearance:none;
  width:19px;
  height:19px;
  background:var(--orange);
  border-radius:50%;
  margin-top:-9px;
  border:5px solid var(--paper);
  box-shadow:0 0 0 1px var(--orange)
}

.shape-slider input::-moz-range-thumb {
  width:10px;
  height:10px;
  background:var(--orange);
  border:4px solid var(--paper);
  border-radius:50%;
  box-shadow:0 0 0 1px var(--orange)
}

.slider-ends {
  display:flex;
  justify-content:space-between;
  font-size:7px;
  color:var(--muted);
  margin-top:6px
}

.motion-toggle {
  background:none;
  width:30px;
  height:32px;
  border:1px solid var(--line);
  font-size:13px;
  display:grid;
  place-items:center
}

.hero-foot {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid var(--line);
  padding:16px 0;
  margin-top:18px;
  font-size:8px
}

.hero-foot a {
  display:flex;
  gap:25px;
  align-items:center
}

.hero-foot a span {
  font-size:15px
}

.statement-strip {
  background:var(--orange);
  overflow:hidden;
  padding:17px 0
}

.strip-track {
  display:flex;
  align-items:center;
  gap:43px;
  width:max-content;
  animation:marquee 32s linear infinite
}

.strip-track span {
  font-family:var(--display);
  font-size:39px;
  font-weight:700;
  white-space:nowrap;
  line-height:1
}

.strip-track svg {
  width:25px;
  height:25px;
  flex-shrink:0
}

@keyframes marquee {
  to {
    transform:translateX(-50%)
  }
}

.section-pad {
  padding:77px var(--pad) 90px
}

.section-label {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:22px;
  border-bottom:1px solid var(--line);
  font-size:9px
}

.formats-layout {
  display:grid;
  grid-template-columns:44% 56%;
  gap:0;
  margin-top:56px
}

.display {
  font-family:var(--display);
  font-size:clamp(60px,6.8vw,112px);
  font-weight:700;
  line-height:.92;
  letter-spacing:-.02em;
  margin:0
}

.serif-accent {
  font-family:Georgia,'Times New Roman',serif;
  font-style:italic;
  font-weight:400;
  letter-spacing:-.075em;
  line-height:1.1;
  text-transform:none
}

.formats-intro .serif-accent {
  font-size:.86em
}

.formats-intro>p {
  font-size:14px;
  color:var(--muted);
  line-height:1.75;
  margin:30px 0
}

.small-note {
  display:flex;
  align-items:center;
  gap:14px;
  font-size:9px;
  margin-top:40px
}

.small-note>span {
  font-size:45px;
  color:var(--orange);
  font-weight:400;
  line-height:1
}

.small-note p {
  margin:0
}

.service {
  border-bottom:1px solid var(--line)
}

.service:first-child {
  border-top:1px solid var(--line)
}

.service summary {
  display:flex;
  align-items:flex-start;
  gap:25px;
  list-style:none;
  cursor:pointer;
  padding:26px 0 27px;
  transition:color .2s
}

.service summary::-webkit-details-marker {
  display:none
}

.service summary:hover {
  color:var(--orange)
}

.service-number {
  font-size:9px;
  line-height:2;
  margin-top:5px
}

.service-heading {
  font-family:var(--display);
  font-size:40px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.015em
}

.service-heading small {
  display:block;
  font-family:var(--body);
  font-size:12px;
  line-height:1.5;
  font-weight:400;
  letter-spacing:0;
  margin-top:8px
}

.expand-icon {
  width:26px;
  height:26px;
  position:relative;
  margin-left:auto;
  margin-top:5px
}

.expand-icon:before,.expand-icon:after {
  content:'';
  width:16px;
  height:1px;
  background:currentColor;
  position:absolute;
  left:5px;
  top:12px;
  transition:transform .25s
}

.expand-icon:after {
  transform:rotate(90deg)
}

.service[open] .expand-icon:after {
  transform:rotate(0)
}

.service[open] .service-heading {
  color:var(--orange)
}

.service-content {
  padding:0 49px 29px 39px;
  animation:content-in .3s ease
}

.service-content>p {
  font-size:13px;
  line-height:1.85;
  color:var(--muted);
  max-width:440px;
  margin:0 0 21px
}

.service-meta {
  display:flex;
  gap:24px;
  font-size:8px;
  color:var(--muted);
  flex-wrap:wrap
}

.service-link {
  padding:0 0 9px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  width:100%;
  border-bottom:1px solid var(--ink);
  background:none;
  text-align:left;
  font-size:12px;
  margin-top:24px
}

.service-link svg {
  width:20px;
  height:20px
}

.service-link:hover {
  color:var(--orange);
  border-color:var(--orange)
}

.service-footnote {
  font-size:10px;
  line-height:1.7;
  color:var(--muted);
  max-width:440px;
  padding-left:39px;
  margin:20px 0 0
}

.about {
  border-top:1px solid var(--line);
  padding-top:35px
}

.about-layout {
  display:grid;
  grid-template-columns:41% 1fr;
  gap:9%;
  padding-top:56px
}

.portrait-slot {
  background:#e2e1d6;
  margin:0;
  position:relative;
  min-height:530px;
  padding:35px 34px;
  display:flex;
  flex-direction:column;
  overflow:hidden
}

.crop-mark {
  position:absolute;
  width:13px;
  height:13px;
  border-color:var(--ink);
  border-style:solid;
  z-index:2
}

.top-left {
  left:17px;
  top:17px;
  border-width:1px 0 0 1px
}

.top-right {
  right:17px;
  top:17px;
  border-width:1px 1px 0 0
}

.bottom-left {
  left:17px;
  bottom:17px;
  border-width:0 0 1px 1px
}

.bottom-right {
  right:17px;
  bottom:17px;
  border-width:0 1px 1px 0
}

.portrait-overline {
  font-size:8px;
  position:relative;
  z-index:2
}

.portrait-type {
  font-family:var(--display);
  font-size:clamp(60px,6.8vw,110px);
  font-weight:700;
  line-height:.88;
  letter-spacing:-.03em;
  position:relative;
  z-index:2;
  margin-top:40px
}

.portrait-type>span {
  color:var(--orange)
}

.portrait-sun {
  width:245px;
  height:245px;
  color:var(--orange);
  position:absolute;
  bottom:63px;
  right:-3px;
  transform:rotate(10deg)
}

.portrait-slot figcaption {
  font-size:8px;
  display:flex;
  justify-content:space-between;
  align-items:end;
  line-height:1.5;
  margin-top:auto;
  position:relative;
  z-index:2
}

.portrait-slot figcaption>span:last-child {
  text-align:right
}

.about-copy {
  padding:20px 0;
  display:flex;
  flex-direction:column;
  justify-content:center
}

.about-copy>.eyebrow {
  font-size:8px
}

.about-copy h2 {
  font-family:var(--display);
  font-size:clamp(40px,4.05vw,68px);
  line-height:.97;
  letter-spacing:-.015em;
  margin:25px 0 30px;
  font-weight:700
}

.about-copy h2 .serif-accent {
  font-size:.87em;
  display:inline-block;
  margin-top:6px
}

.about-copy>p {
  font-size:13px;
  line-height:1.85;
  max-width:420px;
  margin:0 0 18px;
  color:var(--muted)
}

.about-copy>.about-belief {
  color:var(--ink);
  font-weight:500;
  margin-top:8px
}

.about-facts {
  border-top:1px solid var(--line);
  padding-top:22px;
  display:flex;
  justify-content:space-between;
  gap:10px;
  margin-top:25px
}

.about-facts div {
  display:flex;
  flex-direction:column;
  gap:7px
}

.about-facts span {
  font-size:8px;
  color:var(--muted)
}

.about-facts strong {
  font-weight:400;
  font-size:11px
}

.education {
  background:var(--ink);
  color:var(--paper);
  padding-top:39px;
  overflow:hidden
}

.education .section-label {
  border-color:#55564b
}

.education-layout {
  display:grid;
  grid-template-columns:48% 52%;
  padding-top:70px;
  align-items:center
}

.education .eyebrow {
  font-size:8px;
  color:#c4c4b8
}

.education-copy .display {
  font-size:clamp(60px,6.35vw,102px);
  margin:23px 0 25px
}

.education-copy .serif-accent {
  color:var(--orange);
  font-size:1.06em
}

.education-copy>p {
  font-size:13px;
  line-height:1.85;
  max-width:340px;
  color:#bbbdb0
}

.education-copy>p:first-of-type {
  font-size:16px;
  color:var(--paper);
  line-height:1.55
}

.education-copy .button {
  margin-top:20px
}

.education-copy .button:hover {
  color:var(--ink);
  background:var(--paper)
}

.education-note {
  display:block;
  font-size:7px;
  color:#a6a89b;
  margin-top:18px
}

.education-art {
  position:relative;
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center
}

.diagram-label {
  font-size:8px;
  display:flex;
  justify-content:space-between;
  padding:0 15px;
  color:#b2b4a6
}

.diagram-label span {
  color:var(--orange);
  font-size:22px;
  line-height:1
}

.technical-art {
  width:100%;
  max-height:550px;
  overflow:visible
}

.diagram-foot {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 15px;
  color:#a6a89b;
  font-size:8px;
  line-height:1.8
}

.diagram-foot>svg {
  color:var(--orange);
  width:43px;
  height:43px
}

.on-the-road {
  background:var(--orange);
  padding-top:36px;
  padding-bottom:73px
}

.on-the-road .section-label {
  border-color:#c54324
}

.road-layout {
  display:grid;
  grid-template-columns:62% 1fr;
  gap:4%;
  padding-top:61px;
  align-items:center
}

.road-layout .display {
  font-size:clamp(67px,7.55vw,124px)
}

.road-last {
  display:flex;
  align-items:center;
  gap:26px;
  white-space:nowrap
}

.road-last svg {
  width:66px;
  height:66px
}

.road-copy .eyebrow {
  font-size:8px
}

.road-copy>p {
  font-size:12px;
  line-height:1.8;
  max-width:340px
}

.road-copy>p:first-of-type {
  font-size:17px;
  line-height:1.5;
  margin:20px 0 15px
}

.button-dark {
  background:var(--ink);
  color:var(--paper)
}

.button-dark:hover {
  background:var(--paper);
  color:var(--ink)
}

.road-copy .button {
  margin-top:14px
}

.closing {
  padding-top:53px;
  padding-bottom:36px
}

.closing-top {
  display:flex;
  justify-content:space-between
}

.closing-top .eyebrow {
  font-size:8px
}

.closing-main {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px;
  margin-top:33px
}

.closing-main h2 {
  font-family:var(--display);
  font-size:clamp(86px,11.5vw,184px);
  line-height:.9;
  font-weight:700;
  letter-spacing:-.02em;
  margin:0
}

.closing-main h2 .serif-accent {
  font-size:.9em
}

.round-book {
  border-radius:50%;
  background:var(--orange);
  width:190px;
  height:190px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:16px;
  flex-shrink:0;
  transition:transform .3s,background .3s,color .3s
}

.round-book svg {
  height:53px;
  width:53px;
  transition:transform .3s
}

.round-book span {
  font-size:10px;
  letter-spacing:.08em
}

.round-book:hover {
  background:var(--ink);
  color:var(--paper);
  transform:rotate(-7deg)
}

.round-book:hover svg {
  transform:translate(3px,-3px)
}

.closing-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:39px;
  font-size:8px
}

.site-footer {
  padding:0 var(--pad)
}

.footer-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid var(--line);
  padding:31px 0
}

.footer-top>span {
  font-size:8px
}

.back-top {
  font-size:8px
}

.footer-bottom {
  display:flex;
  gap:30px;
  align-items:start;
  justify-content:space-between;
  padding:17px 0 23px;
  border-top:1px solid var(--line);
  font-size:8px;
  color:var(--muted)
}

.footer-bottom>span:last-child {
  margin-left:auto
}

.contact-details {
  margin-left:auto
}

.contact-details summary {
  cursor:pointer;
  list-style:none;
  display:flex;
  gap:20px
}

.contact-details summary::-webkit-details-marker {
  display:none
}

.contact-details div {
  line-height:1.6
}

.contact-details p {
  margin:12px 0
}

.contact-details p span {
  font-size:8px
}

.privacy-link {
  padding:0;
  background:none;
  font-size:8px;
  color:inherit
}

.mobile-bookbar {
  display:none
}

.reveal {
  opacity:1;
  transform:none
}

.js-motion .reveal {
  transition:opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1)
}

.js-motion .reveal:not(.is-visible) {
  opacity:0;
  transform:translateY(28px)
}

.visually-hidden {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}

/* The request studio */
dialog {
  color:var(--ink);
  border:0;
  padding:0;
  background:var(--paper)
}

dialog::backdrop {
  background:rgb(25 26 21 / .65);
  backdrop-filter:blur(6px)
}

.booking-dialog {
  width:min(680px,calc(100% - 40px));
  max-height:calc(100dvh - 60px);
  margin:auto;
  box-shadow:0 30px 120px #0003;
  overscroll-behavior:contain
}

.booking-dialog[open] {
  animation:dialog-in .25s ease
}

.dialog-shell {
  padding:27px 37px 36px
}

.dialog-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  position:sticky;
  top:0;
  z-index:5;
  background:var(--paper);
  box-shadow:0 -30px 0 var(--paper)
}

.dialog-brand {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:11px;
  font-weight:500
}

.dialog-brand svg {
  width:25px;
  height:25px
}

.close-dialog {
  font:300 32px/1 var(--body);
  width:44px;
  height:44px;
  background:none;
  display:grid;
  place-items:center
}

.close-dialog:hover {
  color:var(--orange)
}

.booking-progress {
  display:flex;
  justify-content:space-between;
  border-bottom:1px solid var(--line);
  padding:25px 0 17px;
  margin-bottom:27px;
  gap:10px
}

.progress-step {
  font-size:8px;
  color:#7a7b71;
  letter-spacing:.04em
}

.progress-step.is-current {
  color:var(--ink)
}

.progress-step.is-current:before {
  content:'';
  display:inline-block;
  width:5px;
  height:5px;
  background:var(--orange);
  border-radius:50%;
  margin-right:6px
}

#booking-content h2 {
  font-family:var(--display);
  font-size:55px;
  line-height:.97;
  margin:0 0 12px;
  letter-spacing:-.02em
}

#booking-content>.intro {
  font-size:12px;
  line-height:1.7;
  max-width:460px;
  color:var(--muted);
  margin:0 0 25px
}

.format-options {
  display:grid;
  gap:7px;
  margin:22px 0
}

.format-option {
  display:flex;
  align-items:center;
  gap:14px;
  border:1px solid var(--line);
  padding:15px 16px;
  cursor:pointer;
  position:relative
}

.format-option:has(input:checked) {
  border-color:var(--ink);
  background:#e8e6dd
}

.format-option input {
  appearance:none;
  width:15px;
  height:15px;
  border:1px solid var(--muted);
  border-radius:50%;
  margin:0;
  flex-shrink:0
}

.format-option input:checked {
  border:4px solid var(--orange);
  background:var(--ink)
}

.format-option span {
  display:flex;
  flex-direction:column;
  gap:4px
}

.format-option strong {
  font-size:12px;
  font-weight:500
}

.format-option small {
  font-size:10px;
  color:var(--muted)
}

.format-option .option-arrow {
  margin-left:auto;
  font-size:18px
}

.booking-notice {
  font-size:10px;
  line-height:1.7;
  padding:13px 15px;
  background:#e6e5dc;
  color:#5e6055;
  margin:20px 0
}

.booking-notice strong {
  font-weight:500;
  color:var(--ink)
}

.form-actions {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  margin-top:23px
}

.form-actions>.button:only-child {
  margin-left:auto
}

.form-back {
  background:none;
  padding:13px 0;
  font-size:11px
}

.field-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px 16px;
  margin-top:23px
}

.form-field {
  display:flex;
  flex-direction:column;
  gap:7px;
  min-width:0
}

.form-field.full {
  grid-column:1/-1
}

.form-field>label {
  font-size:10px;
  font-weight:500
}

.form-field>label span {
  color:var(--muted);
  font-weight:400
}

.form-field input,.form-field select,.form-field textarea {
  width:100%;
  background:transparent;
  border:1px solid #babbaf;
  border-radius:0;
  min-height:46px;
  padding:12px;
  font-size:12px;
  outline-offset:2px
}

.form-field input::placeholder,.form-field textarea::placeholder {
  color:#828478;
  font-size:11px
}

.form-field textarea {
  resize:vertical;
  min-height:87px
}

.form-field input:focus,.form-field textarea:focus,.form-field select:focus {
  border-color:var(--ink);
  outline-color:var(--ink)
}

.form-field .field-help {
  font-size:9px;
  color:var(--muted);
  line-height:1.5;
  margin:0
}

.form-consent {
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:10px;
  line-height:1.7;
  margin-top:20px
}

.form-consent input {
  margin:3px 0 0;
  accent-color:var(--ink);
  width:14px;
  height:14px;
  flex-shrink:0
}

.review-list {
  margin:22px 0
}

.review-row {
  display:grid;
  grid-template-columns:120px 1fr;
  gap:20px;
  border-bottom:1px solid var(--line);
  padding:11px 0;
  font-size:11px;
  line-height:1.65
}

.review-row dt {
  color:var(--muted)
}

.review-row dd {
  margin:0;
  overflow-wrap:anywhere;
  white-space:pre-wrap
}

.success-symbol {
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  background:var(--orange);
  border-radius:50%;
  font-size:25px;
  margin-bottom:22px
}

.request-number {
  display:block;
  font-size:9px;
  letter-spacing:.08em;
  color:var(--muted);
  margin:18px 0
}

.request-tools {
  display:flex;
  gap:12px;
  flex-wrap:wrap
}

.request-tools .button {
  font-size:11px;
  min-height:48px;
  gap:18px;
  padding:13px 17px
}

.copy-button {
  background:transparent;
  border:1px solid var(--ink)
}

.booking-complete-note {
  font-size:11px;
  color:var(--muted);
  line-height:1.8;
  margin-top:19px
}

.privacy-dialog {
  width:min(550px,calc(100% - 40px));
  padding:35px;
  max-height:calc(100dvh - 60px)
}

.privacy-dialog>.close-dialog {
  position:absolute;
  right:12px;
  top:12px
}

.privacy-dialog>.eyebrow {
  font-size:8px;
  margin-top:17px
}

.privacy-dialog h2 {
  font-family:var(--display);
  font-size:47px;
  line-height:1;
  margin:22px 0
}

.privacy-dialog p {
  font-size:12px;
  line-height:1.8;
  color:var(--muted)
}

.privacy-dialog>.button {
  margin-top:13px;
  font-size:11px
}

.toast {
  position:fixed;
  bottom:25px;
  left:50%;
  transform:translate(-50%,20px);
  padding:14px 23px;
  color:var(--paper);
  background:var(--ink);
  font-size:12px;
  z-index:99;
  opacity:0;
  pointer-events:none;
  transition:.25s;
  max-width:calc(100% - 40px);
  text-align:center
}

.toast.is-visible {
  transform:translate(-50%,0);
  opacity:1
}

.noscript-note {
  padding:25px;
  text-align:center;
  background:var(--orange);
  font-size:14px
}

.empty-hidden,[hidden] {
  display:none!important
}

@keyframes dialog-in {
  from {
    opacity:0;
    transform:translateY(14px)
  }
  to {
    opacity:1;
    transform:none
  }
}

@keyframes content-in {
  from {
    opacity:0;
    transform:translateY(-5px)
  }
  to {
    opacity:1;
    transform:none
  }
}

@media(min-width:1650px) {
  .hero-wordmark {
    font-size:324px
  }
  .hero,.site-header,.section-pad,.site-footer {
    padding-left:max(var(--pad),calc((100vw - 1530px)/2));
    padding-right:max(var(--pad),calc((100vw - 1530px)/2))
  }
  .hero-bottom {
    min-height:505px
  }
  .form-study {
    height:505px
  }
  .hero-copy {
    padding-top:48px
  }
  .hero-copy h2 {
    font-size:67px
  }
}

@media(max-width:1100px) {
  .desktop-nav {
    margin-left:0;
    gap:22px
  }
  .location {
    display:none
  }
  .hero-actions {
    gap:17px
  }
  .hero-copy h2 {
    font-size:44px
  }
  .hero-actions .button {
    font-size:11px;
    padding:16px 18px;
    gap:22px
  }
  .hero-actions .text-link {
    font-size:10px;
    gap:10px
  }
  .art-label {
    right:0
  }
  .art-coordinate>span:last-child {
    display:none
  }
  .art-controls {
    gap:20px
  }
  .art-instruction {
    font-size:7px
  }
  .shape-slider {
    width:145px
  }
  .formats-layout {
    grid-template-columns:43% 57%
  }
  .road-layout {
    grid-template-columns:59% 1fr;
    gap:5%
  }
  .road-layout .display {
    font-size:7.2vw
  }
  .road-last {
    gap:15px
  }
  .road-last svg {
    width:42px;
    height:42px
  }
  .about-layout {
    gap:6%;
    grid-template-columns:43% 1fr
  }
  .portrait-slot {
    min-height:500px
  }
  .round-book {
    height:155px;
    width:155px
  }
}

@media(max-width:760px) {
  :root {
    --pad:22px
  }
  html {
    scroll-padding-top:15px
  }
  .site-header {
    height:78px;
    gap:10px
  }
  .brand {
    font-size:10px;
    gap:8px
  }
  .brand-sun {
    width:28px;
    height:28px
  }
  .brand small {
    font-size:6px
  }
  .desktop-nav {
    display:none
  }
  .header-right {
    gap:17px
  }
  .header-right>.button {
    min-height:36px;
    padding:10px 12px;
    font-size:10px;
    gap:15px
  }
  .header-right>.button svg {
    height:13px;
    width:13px
  }
  .menu-toggle {
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    width:26px;
    height:36px;
    padding:0;
    background:none
  }
  .menu-toggle span {
    width:22px;
    height:1px;
    background:var(--ink);
    transition:transform .2s
  }
  .menu-toggle[aria-expanded=true] span:first-child {
    transform:translateY(3px) rotate(45deg)
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform:translateY(-3px) rotate(-45deg)
  }
  .mobile-nav {
    display:block;
    position:absolute;
    top:77px;
    left:0;
    right:0;
    padding:20px var(--pad) 25px;
    background:var(--paper);
    box-shadow:0 18px 20px #24251f15;
    border-bottom:1px solid var(--ink)
  }
  .mobile-nav a {
    display:flex;
    align-items:center;
    font-family:var(--display);
    font-size:31px;
    padding:16px 0;
    border-bottom:1px solid var(--line);
    gap:20px
  }
  .mobile-nav a>span {
    font-family:var(--body);
    font-size:9px;
    margin-left:auto
  }
  .mobile-nav a>svg {
    width:20px;
    height:20px
  }
  .hero {
    padding-top:22px
  }
  .hero-eyebrow {
    font-size:7px;
    letter-spacing:.035em;
    margin-bottom:19px
  }
  .hero-eyebrow>span:last-child {
    display:none
  }
  .hero-wordmark {
    font-size:19.4vw;
    letter-spacing:-.04em;
    gap:7px;
    margin:0 -1px
  }
  .hero-bottom {
    display:flex;
    flex-direction:column;
    margin-top:22px;
    min-height:0
  }
  .hero-copy {
    padding-top:10px
  }
  .hero-copy>.eyebrow {
    font-size:7px;
    gap:6px
  }
  .hero-copy h2 {
    font-size:42px;
    line-height:.98;
    margin:14px 0 16px;
    letter-spacing:-.016em
  }
  .hero-copy p {
    font-size:12px;
    line-height:1.65;
    margin:0 0 19px
  }
  .hero-copy p br:nth-of-type(2) {
    display:none
  }
  .hero-actions {
    gap:22px
  }
  .hero-actions .button {
    min-height:48px;
    padding:14px 17px;
    gap:25px;
    font-size:11px
  }
  .hero-actions .button svg {
    width:17px;
    height:17px
  }
  .hero-actions .text-link {
    font-size:10px;
    gap:12px
  }
  .hero-note {
    display:none
  }
  .form-study {
    height:295px;
    margin-top:19px;
    margin-bottom:1px
  }
  .art-coordinate {
    top:2px;
    font-size:6px
  }
  .art-coordinate>span:last-child {
    display:inline;
    font-size:6px
  }
  .art-coordinate:before {
    display:none
  }
  .art-label {
    font-size:6px;
    right:0;
    top:43%;
    gap:7px
  }
  .art-label-line {
    width:24px
  }
  .art-controls {
    bottom:0;
    gap:17px;
    font-size:7px
  }
  .art-instruction {
    font-size:6px
  }
  .shape-slider {
    width:141px
  }
  .shape-slider label {
    font-size:7px
  }
  .slider-ends {
    font-size:6px;
    margin-top:3px
  }
  .motion-toggle {
    width:28px;
    height:28px;
    font-size:11px
  }
  .hero-foot {
    margin-top:17px;
    padding:14px 0;
    font-size:6px;
    letter-spacing:.02em
  }
  .hero-foot>span {
    max-width:171px;
    line-height:1.6
  }
  .hero-foot a {
    gap:12px;
    font-size:6px
  }
  .hero-foot a span {
    font-size:12px
  }
  .statement-strip {
    padding:13px 0
  }
  .strip-track {
    gap:24px
  }
  .strip-track span {
    font-size:28px
  }
  .strip-track svg {
    height:19px;
    width:19px
  }
  .section-pad {
    padding:43px var(--pad) 50px
  }
  .section-label {
    font-size:7px;
    gap:15px;
    line-height:1.5;
    padding-bottom:17px;
    align-items:start
  }
  .section-label>span:last-child {
    text-align:right;
    max-width:140px
  }
  .formats-layout {
    display:block;
    margin-top:31px
  }
  .formats-intro {
    position:relative
  }
  .formats-intro .display {
    font-size:70px;
    line-height:.92
  }
  .formats-intro>p {
    font-size:12px;
    line-height:1.75;
    margin:23px 0 29px
  }
  .small-note {
    position:absolute;
    right:0;
    top:127px;
    margin:0;
    gap:8px;
    flex-direction:column;
    align-items:start;
    font-size:7px
  }
  .small-note>span {
    font-size:35px
  }
  .service summary {
    padding:22px 0;
    gap:16px
  }
  .service-number {
    font-size:8px;
    margin-top:2px
  }
  .service-heading {
    font-size:34px
  }
  .service-heading small {
    font-size:11px;
    margin-top:6px
  }
  .expand-icon {
    margin-top:0
  }
  .service-content {
    padding:0 0 25px 27px
  }
  .service-content>p {
    font-size:12px;
    line-height:1.8;
    margin-bottom:18px
  }
  .service-meta {
    font-size:6px;
    gap:13px
  }
  .service-link {
    font-size:11px;
    margin-top:20px
  }
  .service-link svg {
    width:17px;
    height:17px
  }
  .service-footnote {
    font-size:9px;
    padding-left:27px;
    margin-top:17px
  }
  .about {
    padding-top:29px
  }
  .about-layout {
    display:flex;
    flex-direction:column;
    gap:30px;
    padding-top:28px
  }
  .portrait-slot {
    min-height:375px;
    padding:30px
  }
  .portrait-type {
    font-size:69px;
    max-width:none;
    margin-top:24px
  }
  .portrait-sun {
    width:140px;
    height:140px;
    bottom:52px;
    right:22px
  }
  .portrait-overline {
    font-size:7px
  }
  .portrait-slot figcaption {
    font-size:6px
  }
  .about-copy {
    padding:0
  }
  .about-copy>.eyebrow {
    font-size:7px
  }
  .about-copy h2 {
    font-size:40px;
    margin:21px 0 23px;
    line-height:.99
  }
  .about-copy>p {
    font-size:12px;
    line-height:1.85;
    margin-bottom:15px
  }
  .about-copy>.about-belief {
    margin-top:4px
  }
  .about-facts {
    margin-top:13px;
    padding-top:19px
  }
  .about-facts span {
    font-size:6px
  }
  .about-facts strong {
    font-size:10px
  }
  .education {
    padding-top:29px;
    padding-bottom:35px
  }
  .education-layout {
    display:flex;
    flex-direction:column;
    padding-top:35px;
    gap:37px
  }
  .education .eyebrow {
    font-size:7px
  }
  .education-copy .display {
    font-size:69px;
    margin:23px 0
  }
  .education-copy>p {
    font-size:12px;
    line-height:1.8
  }
  .education-copy>p:first-of-type {
    font-size:15px
  }
  .education-copy .button {
    min-height:51px;
    font-size:11px;
    margin-top:13px
  }
  .education-note {
    font-size:6px;
    margin-top:15px
  }
  .education-art {
    align-self:stretch
  }
  .diagram-label {
    font-size:7px;
    padding:0 5px
  }
  .technical-art {
    max-height:330px
  }
  .diagram-foot {
    font-size:7px;
    padding:0 5px
  }
  .diagram-foot>svg {
    width:30px;
    height:30px
  }
  .on-the-road {
    padding-top:28px;
    padding-bottom:40px
  }
  .road-layout {
    display:flex;
    flex-direction:column;
    gap:28px;
    padding-top:35px;
    align-items:stretch
  }
  .road-layout .display {
    font-size:clamp(56px,14.5vw,93px)
  }
  .road-last {
    justify-content:space-between;
    gap:10px
  }
  .road-last svg {
    width:32px;
    height:32px
  }
  .road-copy .eyebrow {
    font-size:7px
  }
  .road-copy>p {
    font-size:12px
  }
  .road-copy>p:first-of-type {
    font-size:17px;
    margin:16px 0 12px
  }
  .road-copy .button {
    font-size:11px;
    min-height:51px;
    margin-top:10px
  }
  .closing {
    padding-top:37px;
    padding-bottom:27px
  }
  .closing-top {
    gap:15px
  }
  .closing-top>.eyebrow {
    font-size:6px;
    gap:5px
  }
  .closing-top>.eyebrow:last-child {
    max-width:101px;
    text-align:right
  }
  .closing-top .orange-dot {
    width:4px;
    height:4px
  }
  .closing-main {
    margin-top:30px;
    gap:20px;
    position:relative;
    align-items:flex-start;
    flex-wrap:wrap
  }
  .closing-main h2 {
    font-size:20vw;
    line-height:.97
  }
  .round-book {
    width:86px;
    height:86px;
    position:static;
    margin-left:auto;
    gap:4px
  }
  .round-book svg {
    height:25px;
    width:25px
  }
  .round-book span {
    font-size:6px;
    letter-spacing:.05em
  }
  .closing-bottom {
    font-size:6px;
    margin-top:25px;
    flex-direction:column;
    align-items:flex-start;
    gap:12px
  }
  .closing-bottom .text-link {
    font-size:10px
  }
  .footer-top {
    flex-wrap:wrap;
    gap:23px;
    padding:25px 0 20px
  }
  .footer-top>.brand {
    order:1
  }
  .back-top {
    order:2;
    font-size:7px;
    margin-left:auto
  }
  .footer-top>span {
    order:3;
    flex-basis:100%;
    font-size:7px
  }
  .footer-bottom {
    flex-wrap:wrap;
    gap:19px 22px;
    font-size:7px;
    padding:17px 0 89px
  }
  .footer-bottom>span:last-child {
    flex-basis:100%;
    margin-left:0;
    font-size:6px
  }
  .contact-details {
    margin-left:auto
  }
  .privacy-link {
    font-size:7px
  }
  .mobile-bookbar {
    display:flex;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:20;
    background:var(--paper);
    border-top:1px solid var(--line);
    align-items:center;
    justify-content:space-between;
    padding:11px var(--pad) max(11px,env(safe-area-inset-bottom));
    transform:translateY(120%);
    transition:transform .3s;
    box-shadow:0 -4px 20px #24251f08
  }
  .mobile-bookbar.is-visible {
    transform:translateY(0)
  }
  .mobile-bookbar>span {
    font-size:7px
  }
  .mobile-bookbar .button {
    font-size:10px;
    min-height:37px;
    padding:9px 15px;
    gap:29px
  }
  body:has(dialog[open]) .mobile-bookbar {
    display:none
  }
  .booking-dialog {
    width:100%;
    max-width:none;
    max-height:100dvh;
    height:100dvh;
    margin:0;
    border-radius:0
  }
  .dialog-shell {
    padding:17px 22px 27px;
    min-height:100%;
    padding-bottom:max(27px,env(safe-area-inset-bottom))
  }
  .dialog-brand {
    font-size:10px
  }
  .dialog-brand svg {
    width:22px;
    height:22px
  }
  .booking-progress {
    padding:18px 0 15px;
    margin-bottom:23px;
    gap:6px
  }
  .progress-step {
    font-size:6px
  }
  .progress-step.is-current:before {
    width:4px;
    height:4px;
    margin-right:4px
  }
  #booking-content h2 {
    font-size:48px
  }
  #booking-content>.intro {
    font-size:12px;
    margin-bottom:21px
  }
  .format-options {
    gap:8px
  }
  .format-option {
    padding:15px 13px
  }
  .format-option strong {
    font-size:12px
  }
  .format-option small {
    font-size:9px
  }
  .booking-notice {
    font-size:10px;
    margin:19px 0;
    padding:12px
  }
  .form-actions .button {
    min-height:50px;
    font-size:11px;
    padding:14px 20px
  }
  .form-actions {
    margin-top:22px
  }
  .field-grid {
    gap:17px 12px;
    margin-top:21px
  }
  .form-field input,.form-field select,.form-field textarea {
    font-size:16px;
    padding:12px 10px
  }
  .form-field input::placeholder,.form-field textarea::placeholder {
    font-size:12px
  }
  .form-field>label {
    font-size:10px
  }
  .form-field textarea {
    min-height:85px
  }
  .form-field .field-help {
    font-size:9px
  }
  .form-consent {
    font-size:10px
  }
  .review-row {
    grid-template-columns:93px 1fr;
    gap:15px;
    font-size:11px
  }
  .request-tools .button {
    font-size:10px;
    gap:12px;
    padding:12px 14px
  }
  .privacy-dialog {
    padding:30px 24px
  }
  .privacy-dialog h2 {
    font-size:40px
  }
  .toast {
    bottom:83px;
    width:max-content;
    font-size:11px
  }
}

@media(max-width:359px) {
  :root {
    --pad:18px
  }
  .hero-actions {
    gap:13px
  }
  .hero-copy h2 {
    font-size:36px
  }
  .hero-copy p {
    font-size:11px
  }
  .hero-actions .button {
    gap:14px;
    padding:13px 14px;
    font-size:10px
  }
  .hero-actions .text-link {
    font-size:9px
  }
  .art-controls {
    gap:10px
  }
  .shape-slider {
    width:123px
  }
  .service-heading {
    font-size:31px
  }
  .small-note {
    top:130px
  }
  .about-copy h2 {
    font-size:36px
  }
  .education-copy .display {
    font-size:62px
  }
  .round-book {
    width:65px;
    height:65px
  }
  .footer-bottom {
    gap:16px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
  .js-motion .reveal:not(.is-visible) {
    opacity:1;
    transform:none
  }
}

.motion-paused .strip-track {
  animation-play-state:paused
}
