:root {
  --ink: #2f221d;
  --paper: #fffdf9;
  --gold: #e7c19a;
  --tan: #d7a47c;
  --muted: #736259;
  --line: #e5dbcf;
  --soft: #f6f0e7;
  --sans: 'Manrope', sans-serif;
  --serif: 'Playfair Display', Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 5px; }
button, input, textarea, select { font: inherit; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid #8e5736; outline-offset: 5px; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 500; }
em { font-family: var(--serif); font-weight: 500; }
h2 { font-size: clamp(36px, 4.3vw, 62px); line-height: 1.12; letter-spacing: -.055em; text-wrap: balance; }
.section-shell { width: min(1280px, calc(100% - 104px)); margin-inline: auto; }
.eyebrow { font-size: 12px; line-height: 1.6; letter-spacing: .12em; font-weight: 700; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; padding: 14px 23px; background: var(--gold); color: var(--ink); border: 1px solid transparent; border-radius: 5px; font-size: 14px; font-weight: 700; line-height: 1.5; text-decoration: none; cursor: pointer; transition: background .18s, transform .18s; }
.button:hover { background: #efcdaa; transform: translateY(-2px); }
.button span { font-size: 21px; font-weight: 400; line-height: 1; }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { background: #513a2d; }
.button:disabled { opacity: .6; cursor: wait; transform: none; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 10px 0; font-size: 14px; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; }
.text-link span { font-size: 22px; line-height: 1; font-weight: 400; transition: transform .18s; }
.text-link:hover span { transform: translate(2px, -2px); }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 12px 20px; color: white; background: var(--ink); }
.skip-link:focus { top: 8px; }

/* The header stays quiet so the work and typography lead. */
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,253,249,.97); border-bottom: 1px solid var(--line); }
.header-inner { width: min(1400px, calc(100% - 72px)); min-height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; position: relative; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; gap: 9px; text-decoration: none; }
.brand > span { font-size: 25px; font-weight: 800; letter-spacing: -1.2px; line-height: 1.1; }
.brand small { display: block; margin-top: 7px; font-size: 9px; font-weight: 600; letter-spacing: .14em; }
.desktop-nav, .header-actions { display: flex; align-items: center; gap: 30px; }
.desktop-nav a, .header-login { padding-block: 13px; font-size: 14px; font-weight: 600; text-decoration: none; }
.desktop-nav a:hover, .header-login:hover { text-decoration: underline; }
.header-actions { gap: 25px; }
.header-trial { min-height: 46px; padding: 11px 18px; }
.mobile-menu { display: none; }

/* A centered editorial opening above a wide, linked example of our work. */
.hero { padding-top: 68px; }
.hero-copy { max-width: 1100px; margin: 0 auto 52px; text-align: center; }
.hero .eyebrow { color: var(--muted); margin-bottom: 25px; }
.hero h1 { font-size: clamp(54px, 7.2vw, 104px); font-weight: 500; line-height: 1.05; letter-spacing: -.067em; text-wrap: balance; }
.hero h1 em { letter-spacing: -.055em; }
.hero-description { max-width: 545px; margin: 25px auto 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 28px; }
.hero-actions .text-link { border-bottom: 0; }
.website-window { display: block; overflow: hidden; border: 1px solid #dbcebf; border-radius: 9px; text-decoration: none; box-shadow: 0 22px 45px -35px #684630; }
.window-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 43px; padding: 9px 20px; background: #f2eade; font-size: 12px; color: var(--muted); }
.window-bar > span:last-child { font-weight: 600; }
.window-dots { display: flex; gap: 5px; min-width: 94px; }
.window-dots i { width: 6px; height: 6px; background: #c3b19e; border-radius: 50%; }
.website-cover { position: relative; height: clamp(310px, 35vw, 475px); overflow: hidden; }
.website-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; transition: transform .6s; }
.website-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(47,34,29,.05) 15%, rgba(47,34,29,.09) 40%, rgba(47,34,29,.5) 100%); pointer-events: none; }
.website-window:hover .website-photo { transform: scale(1.015); }
.website-cover-brand { position: absolute; z-index: 1; left: 38px; bottom: 36px; color: white; }
.website-cover-brand img { width: 190px; height: 125px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.website-cover-brand > span { font-size: 12px; letter-spacing: .18em; }
.website-cover-link { position: absolute; bottom: 38px; right: 35px; z-index: 1; color: white; font-size: 14px; display: inline-flex; align-items: center; gap: 22px; border-bottom: 1px solid rgba(255,255,255,.65); padding-bottom: 9px; }
.website-cover-link > span { font-size: 24px; }
.hero-work figcaption { display: flex; justify-content: space-between; gap: 24px; padding-top: 16px; color: var(--muted); font-size: 12px; }
.hero-work figcaption > span:last-child { color: var(--ink); }
.hero-work figcaption > span:last-child > span { margin-left: 15px; }
.client-line { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 36px; border-bottom: 1px solid var(--line); }
.client-line > span { color: var(--muted); font-size: 14px; }
.client-line > div { display: flex; align-items: center; gap: 25px; }
.client-line strong { font: 500 23px/1.4 var(--serif); }
.client-line > div > span { color: #b5a28f; }
.client-line > a { display: grid; place-items: center; flex: 0 0 45px; height: 45px; border: 1px solid #cdbba7; border-radius: 50%; text-decoration: none; font-size: 22px; }

/* Numbered sections and thin rules replace repeated cards. */
.section-topline { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 48px; }
.section-topline > span { color: var(--muted); font-size: 13px; }
.website-section { padding-block: 112px 105px; }
.website-intro { display: grid; grid-template-columns: 1.25fr 1fr; gap: 100px; align-items: start; }
.website-intro > div > p { max-width: 450px; color: var(--muted); }
.website-intro > div > p + p { margin-top: 18px; }
.website-intro .text-link { margin-top: 21px; }
.design-details { margin-top: 60px; border-top: 1px solid var(--line); }
.design-details article { display: grid; grid-template-columns: 1.25fr 1fr; gap: 100px; padding-block: 22px; border-bottom: 1px solid var(--line); }
.design-details h3 { font-size: 18px; letter-spacing: -.03em; font-weight: 600; }
.design-details p { color: var(--muted); font-size: 14px; }

/* Asymmetric project spreads keep the restaurant photography prominent. */
.work-section { padding-block: 80px 110px; background: var(--soft); }
.work-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 60px; }
.work-heading > p { max-width: 310px; color: var(--muted); padding-bottom: 5px; }
.project { display: grid; grid-template-columns: 1.7fr 1fr; align-items: center; gap: 64px; }
.project + .project { margin-top: 100px; }
.project-visual { display: block; position: relative; overflow: hidden; min-width: 0; background: #e8d9c6; border-radius: 4px; aspect-ratio: 1.24; }
.project-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.project-visual:hover img { transform: scale(1.025); }
.project-open { position: absolute; bottom: 20px; right: 20px; background: var(--paper); padding: 10px 16px; font-size: 13px; font-weight: 600; border-radius: 3px; }
.project-copy { padding-block: 12px; }
.project-number { display: block; font-size: 13px; color: #8b705b; border-bottom: 1px solid #dbcdbd; padding-bottom: 16px; margin-bottom: 26px; }
.project-copy .eyebrow { color: var(--muted); font-size: 11px; letter-spacing: .1em; }
.project-copy h3 { font: 500 clamp(40px, 4.8vw, 66px)/1.2 var(--serif); letter-spacing: -.04em; margin-top: 12px; }
.project-copy > p:not(.eyebrow) { color: var(--muted); margin-top: 21px; max-width: 335px; }
.project-tags { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-top: 24px; color: var(--muted); font-size: 12px; }
.project-tags span + span { border-left: 1px solid #bba58d; padding-left: 16px; }
.project-copy .text-link { margin-top: 23px; }
.project-harem { grid-template-columns: 1fr 1.4fr; padding-left: 8%; }
.project-harem .project-visual { order: 2; aspect-ratio: 1.1; }
.project-harem .project-copy { order: 1; }
.project-harem .project-visual img { object-position: 60% center; }

/* The optional software offer has its own compact, clearly priced section. */
.booking-section { padding-block: 105px 85px; }
.booking-layout { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 70px; }
.booking-copy h2 { font-size: clamp(36px, 3.7vw, 54px); }
.booking-copy > p { margin-top: 24px; color: var(--muted); max-width: 450px; }
.booking-benefits { margin: 26px 0 12px; padding: 0; list-style: none; }
.booking-benefits li { padding: 13px 0 13px 23px; position: relative; font-size: 14px; color: var(--muted); border-top: 1px solid var(--line); }
.booking-benefits li::before { content: '✓'; position: absolute; left: 0; color: #865b38; }
.booking-benefits strong { color: var(--ink); font-weight: 600; }
.availability-preview { min-width: 0; padding: 28px; border: 1px solid #e3d6c7; border-radius: 9px; background: #fbf6ee; box-shadow: 0 24px 50px -40px #987553; }
.availability-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.availability-title .eyebrow { font-size: 10px; color: var(--muted); letter-spacing: .06em; }
.availability-title h3 { font-size: 25px; font-weight: 600; letter-spacing: -.045em; margin-top: 5px; }
.example-label { font-size: 11px; color: var(--muted); padding: 5px 8px; border: 1px solid var(--line); border-radius: 4px; white-space: nowrap; }
.preview-metrics { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; padding-block: 22px; margin-block: 20px 24px; border-block: 1px solid var(--line); }
.preview-metrics strong { display: block; font-size: 36px; font-weight: 500; letter-spacing: -.06em; line-height: 1.2; }
.preview-metrics span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }
.area-label { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 24px; font-size: 13px; }
.area-label strong { font-weight: 600; }
.area-label > span { color: var(--muted); font-size: 11px; }
.timeline-times { display: grid; grid-template-columns: 60px repeat(4, 1fr); font-size: 11px; color: var(--muted); margin-bottom: 9px; }
.timeline-row { display: flex; align-items: center; gap: 12px; padding-block: 12px; border-bottom: 1px solid var(--line); }
.timeline-row > strong { flex: 0 0 48px; font-size: 12px; font-weight: 600; }
.timeline-row small { display: block; font-size: 10px; color: var(--muted); font-weight: 400; }
.timeline-track { position: relative; flex: 1; height: 34px; background: #f0e7da; border-radius: 4px; min-width: 0; }
.timeline-slot { position: absolute; inset-block: 0; display: flex; align-items: center; padding-left: 9px; background: var(--gold); border: 1px solid #d3a779; border-radius: 4px; font-size: 11px; font-weight: 600; white-space: nowrap; }
.slot-one { left: 5%; width: 44%; }
.slot-two { left: 49%; width: 45%; }
.slot-three { left: 25%; width: 58%; }
.timeline-legend { display: flex; align-items: center; gap: 7px; margin-top: 24px; color: var(--muted); font-size: 11px; }
.timeline-legend span, .timeline-legend i { width: 9px; height: 9px; border: 1px solid #d3a779; border-radius: 2px; background: var(--gold); }
.timeline-legend i { margin-left: 12px; background: #f0e7da; border-color: #dac9b5; }
.booking-plan { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 24px 40px; align-items: center; margin-top: 65px; padding: 32px; background: #f2e5d4; border-radius: 6px; scroll-margin-top: 20px; }
.plan-intro .eyebrow { font-size: 10px; margin-bottom: 11px; }
.plan-intro h3 { font-size: 25px; letter-spacing: -.04em; }
.plan-intro > p:last-child { font-size: 12px; color: var(--muted); margin-top: 10px; max-width: 340px; }
.plan-cost > p { display: flex; align-items: baseline; gap: 10px; }
.plan-cost strong { font-size: 57px; line-height: 1.2; letter-spacing: -.07em; font-weight: 500; }
.plan-cost p > span { font-size: 13px; }
.plan-cost > span { display: block; color: var(--muted); font-size: 11px; line-height: 1.8; margin-top: 5px; }
.plan-action .button { width: 100%; gap: 18px; white-space: nowrap; }
.plan-action > p { color: var(--muted); font-size: 11px; margin-top: 12px; text-align: center; }
.plan-choice { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid #d9c6ad; color: var(--muted); font-size: 12px; }

.home-faq { padding-block: 38px 100px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.home-faq .eyebrow { margin-bottom: 23px; }
.home-faq h2 { font-size: clamp(36px, 3.7vw, 52px); }
.home-faq > div > p:not(.eyebrow) { color: var(--muted); margin-top: 25px; font-size: 14px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; position: relative; padding: 20px 32px 20px 0; font-size: 15px; font-weight: 600; line-height: 1.6; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 1px; top: 17px; font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { padding: 0 24px 22px 0; color: var(--muted); font-size: 14px; line-height: 1.85; }

.contact-section { background: var(--soft); border-block: 1px solid var(--line); }
.demo { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-block: 95px; }
.contact-copy .eyebrow { margin-bottom: 25px; }
.contact-copy h2 { font-size: clamp(38px, 4vw, 58px); }
.contact-copy > p:not(.eyebrow) { color: var(--muted); max-width: 380px; margin-top: 25px; }
.contact-email { display: inline-flex; align-items: center; gap: 26px; margin-top: 27px; border-bottom: 1px solid #b5997c; padding-bottom: 7px; text-decoration: none; font-size: clamp(17px, 1.8vw, 24px); letter-spacing: -.03em; }
.contact-copy > .contact-note { font-size: 13px; margin-top: 35px; }
.demo form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; align-content: start; }
.demo label { display: flex; align-content: start; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 13px; font-weight: 600; }
.demo input, .demo textarea { width: 100%; min-width: 0; border: 1px solid #d6c7b5; border-radius: 4px; background: var(--paper); color: var(--ink); padding: 12px; font-size: 16px; font-weight: 400; }
.demo input::placeholder, .demo textarea::placeholder { color: #867468; }
.demo textarea { resize: vertical; min-height: 110px; }
.optional { color: var(--muted); font-size: 12px; font-weight: 400; }
.demo-message-field, .consent-field, .demo .form-message { grid-column: 1 / -1; }
.demo .consent-field { flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start; gap: 10px; font-size: 12px; font-weight: 400; color: var(--muted); }
.demo .consent-field input { flex: 0 0 17px; width: 17px; height: 17px; margin: 3px 0 0; accent-color: var(--ink); }
.demo form .button { grid-column: 1 / -1; justify-self: start; margin-top: 2px; background: var(--ink); color: var(--paper); }
.demo form .button:hover { background: #513a2d; }
.form-message { min-height: 20px; font-size: 14px; }
.form-message[data-state='error'] { color: #9b352e; }
.form-message[data-state='success'] { color: #45603a; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip-path: inset(50%) !important; white-space: nowrap !important; }

.site-footer { display: flex; flex-direction: column; padding-top: 64px; }
.footer-top { display: grid; grid-template-columns: 1.3fr .8fr 1.1fr 1fr; gap: 40px; }
.footer-top > div > p { color: var(--muted); font-size: 14px; margin-top: 22px; }
.footer-column { display: flex; align-items: flex-start; flex-direction: column; gap: 12px; }
.footer-column h2 { font: 700 13px/1.5 var(--sans); letter-spacing: 0; margin-bottom: 7px; }
.footer-column a { font-size: 13px; color: var(--muted); text-decoration: none; }
.footer-column a:hover { text-decoration: underline; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); margin-top: 40px; padding-block: 23px; order: 3; color: var(--muted); }
.footer-bottom small, .footer-bottom a { font-size: 12px; }
.footer-bottom > div { display: flex; gap: 24px; }
.site-footer > .language-picker { align-self: flex-start; margin: 30px 0 0; order: 1; }
.footer-wordmark { font-size: clamp(48px, 15.2vw, 210px); font-weight: 600; letter-spacing: -.085em; line-height: 1.08; margin: 45px 0 0; color: #dac7b1; order: 2; user-select: none; }

@media (max-width: 1150px) {
  .section-shell { width: calc(100% - 72px); }
  .header-inner { width: calc(100% - 48px); gap: 18px; }
  .desktop-nav { gap: 20px; }
  .header-actions { gap: 18px; }
  .desktop-nav a, .header-login { font-size: 13px; }
  .hero { padding-top: 57px; }
  .website-intro, .design-details article { gap: 55px; }
  .project, .booking-layout { gap: 40px; }
  .booking-plan { gap: 24px; padding: 27px; }
  .plan-action .button { gap: 10px; padding-inline: 14px; font-size: 12px; }
  .demo, .home-faq { gap: 55px; }
  .footer-top { gap: 24px; }
}
@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .header-inner { min-height: 76px; }
  .header-actions { margin-left: auto; }
  .mobile-menu { display: block; }
  .mobile-menu summary { display: flex; align-items: center; gap: 8px; list-style: none; padding: 10px 5px; min-height: 44px; font-size: 12px; font-weight: 600; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .menu-lines { width: 18px; height: 12px; border-block: 1px solid var(--ink); position: relative; }
  .menu-lines::after { content: ''; position: absolute; top: 5px; left: 0; width: 18px; border-top: 1px solid var(--ink); }
  .mobile-menu nav { position: absolute; top: calc(100% + 1px); left: -24px; right: -24px; max-height: calc(100dvh - 76px); overflow-y: auto; padding: 17px 28px 25px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 15px 20px -20px #5c3d27; }
  .mobile-menu nav > a { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 15px; text-decoration: none; }
  .mobile-menu nav > a.button { margin-top: 17px; padding: 14px 18px; }
  .hero-description { font-size: 16px; }
  .website-section { padding-block: 85px; }
  .website-intro { gap: 40px; }
  .design-details article { gap: 40px; }
  .work-section { padding-block: 70px 85px; }
  .project { grid-template-columns: 1.2fr 1fr; gap: 34px; }
  .project-copy > p:not(.eyebrow) { font-size: 14px; }
  .project-copy .eyebrow { font-size: 10px; }
  .project-harem { grid-template-columns: 1fr 1.3fr; padding-left: 0; }
  .booking-section { padding-block: 85px 65px; }
  .booking-layout { grid-template-columns: 1fr; gap: 40px; }
  .booking-copy { max-width: 630px; }
  .booking-copy h2 { font-size: 48px; }
  .booking-copy > p { max-width: 570px; }
  .availability-preview { width: 100%; max-width: 650px; margin: 0 auto; padding: 32px; }
  .booking-plan { grid-template-columns: 1fr 1fr; margin-top: 40px; }
  .plan-intro { grid-column: 1 / -1; }
  .plan-intro > p:last-child { max-width: 100%; }
  .plan-action .button { font-size: 14px; }
  .home-faq { gap: 35px; padding-bottom: 85px; }
  .home-faq h2 { font-size: 36px; }
  .demo { gap: 35px; }
  .contact-copy h2 { font-size: 40px; }
  .footer-top { grid-template-columns: 1fr 1fr 1fr; gap: 35px; }
  .footer-top > div:first-child { grid-column: 1 / -1; display: flex; align-items: center; gap: 45px; }
  .footer-top > div:first-child > p { margin-top: 0; }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 92px; }
  .section-shell { width: calc(100% - 40px); }
  .header-inner { width: calc(100% - 32px); min-height: 72px; gap: 13px; }
  .brand { gap: 6px; }
  .brand img { width: 31px; height: 31px; }
  .brand > span { font-size: 22px; }
  .brand small { font-size: 8px; margin-top: 6px; }
  .header-login { display: none; }
  .header-trial { min-height: 42px; padding: 9px 12px; font-size: 12px; gap: 9px; }
  .header-trial > span { font-size: 17px; }
  .mobile-menu summary > span:last-child { display: none; }
  .mobile-menu summary { padding-inline: 4px; }
  .mobile-menu nav { left: -16px; right: -16px; max-height: calc(100dvh - 72px); padding-inline: 22px; }
  .hero { width: calc(100% - 32px); padding-top: 45px; }
  .hero-copy { margin-bottom: 35px; }
  .hero .eyebrow { font-size: 10px; letter-spacing: .08em; margin-bottom: 20px; }
  .hero h1 { font-size: clamp(39px, 9.4vw, 64px); line-height: 1.09; letter-spacing: -.055em; }
  .hero h1 em { letter-spacing: -.055em; }
  .hero-description { max-width: 390px; padding-inline: 6px; margin-top: 20px; font-size: 15px; line-height: 1.8; }
  .hero-actions { gap: 14px 22px; margin-top: 23px; }
  .hero-actions .button { font-size: 13px; padding: 13px 17px; gap: 18px; min-height: 49px; }
  .hero-actions .text-link { font-size: 12px; gap: 13px; }
  .window-bar { padding: 9px 12px; min-height: 36px; font-size: 10px; gap: 10px; }
  .window-dots { min-width: 31px; gap: 4px; }
  .window-dots i { width: 5px; height: 5px; }
  .website-cover { height: 300px; }
  .website-photo { object-position: 54% center; }
  .website-cover-brand { left: 20px; bottom: 25px; }
  .website-cover-brand img { width: 155px; height: 105px; }
  .website-cover-brand > span { font-size: 9px; letter-spacing: .1em; }
  .website-cover-link { right: 20px; bottom: 22px; font-size: 0; border-bottom: 0; }
  .website-cover-link > span { font-size: 28px; }
  .hero-work figcaption { font-size: 11px; gap: 15px; padding-top: 12px; }
  .hero-work figcaption > span { max-width: 52%; }
  .hero-work figcaption > span:last-child { text-align: right; }
  .hero-work figcaption > span:last-child > span { margin-left: 3px; }
  .client-line { flex-wrap: wrap; gap: 12px; padding-block: 25px; }
  .client-line > span { flex: 0 0 100%; font-size: 12px; }
  .client-line > div { gap: 17px; }
  .client-line strong { font-size: 20px; }
  .client-line > a { flex-basis: 36px; height: 36px; font-size: 19px; }
  h2 { font-size: clamp(35px, 8.4vw, 48px); }
  .section-topline { margin-bottom: 30px; align-items: flex-start; }
  .section-topline > span { display: none; }
  .eyebrow { font-size: 11px; }
  .website-section { padding-block: 65px; }
  .website-intro { grid-template-columns: 1fr; gap: 24px; }
  .website-intro > div > p { max-width: 100%; font-size: 15px; }
  .website-intro .text-link { margin-top: 16px; }
  .design-details { margin-top: 34px; }
  .design-details article { grid-template-columns: 1fr; gap: 7px; padding-block: 20px; }
  .design-details h3 { font-size: 17px; }
  .work-section { padding-block: 55px 65px; }
  .work-heading { display: block; margin-bottom: 32px; }
  .work-heading > p { margin-top: 20px; font-size: 15px; }
  .project { grid-template-columns: 1fr; gap: 22px; }
  .project + .project { margin-top: 52px; }
  .project-visual { aspect-ratio: 1.2; }
  .project-copy { padding-block: 0; }
  .project-number { display: none; }
  .project-copy .eyebrow { font-size: 11px; }
  .project-copy h3 { font-size: 44px; margin-top: 7px; }
  .project-copy > p:not(.eyebrow) { margin-top: 14px; max-width: 100%; font-size: 15px; }
  .project-tags { margin-top: 17px; }
  .project-copy .text-link { margin-top: 15px; }
  .project-harem .project-visual { order: 0; aspect-ratio: 1.2; }
  .project-harem .project-copy { order: 0; }
  .booking-section { padding-block: 65px 45px; }
  .booking-copy h2 { font-size: clamp(35px, 8.4vw, 48px); }
  .booking-copy > p { margin-top: 21px; font-size: 15px; }
  .booking-layout { gap: 30px; }
  .availability-preview { padding: 20px 16px; }
  .availability-title h3 { font-size: 22px; }
  .availability-title .eyebrow { font-size: 9px; }
  .example-label { font-size: 10px; padding-inline: 6px; }
  .preview-metrics { padding-block: 18px; gap: 8px; }
  .preview-metrics strong { font-size: 32px; }
  .preview-metrics span { font-size: 11px; }
  .timeline-times { font-size: 10px; grid-template-columns: 52px repeat(4, 1fr); }
  .timeline-row { gap: 9px; }
  .timeline-row > strong { flex-basis: 43px; }
  .timeline-slot { font-size: 10px; padding-left: 5px; }
  .area-label { font-size: 12px; gap: 8px; }
  .area-label > span { font-size: 10px; }
  .timeline-legend { font-size: 10px; gap: 6px; }
  .booking-plan { grid-template-columns: 1fr; padding: 25px 20px; gap: 24px; }
  .plan-intro { grid-column: auto; }
  .plan-intro h3 { font-size: 26px; }
  .plan-intro > p:last-child, .plan-cost > span, .plan-action > p, .plan-choice { font-size: 12px; }
  .plan-cost { display: flex; align-items: center; gap: 24px; justify-content: space-between; }
  .plan-cost strong { font-size: 53px; }
  .plan-cost > span { margin-top: 0; }
  .plan-action .button { width: 100%; font-size: 14px; }
  .home-faq { grid-template-columns: 1fr; gap: 30px; padding-block: 20px 65px; }
  .home-faq h2 { font-size: 38px; }
  .home-faq .eyebrow { margin-bottom: 16px; }
  .home-faq > div > p:not(.eyebrow) { margin-top: 18px; }
  .faq-list summary { font-size: 14px; }
  .demo { grid-template-columns: 1fr; gap: 38px; padding-block: 62px; }
  .contact-copy h2 { font-size: clamp(37px, 8.7vw, 48px); }
  .contact-copy > p:not(.eyebrow) { font-size: 15px; margin-top: 21px; }
  .contact-copy > .contact-note { font-size: 12px; }
  .contact-email { font-size: 22px; }
  .demo form { gap: 20px 14px; }
  .site-footer { padding-top: 43px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px 25px; }
  .footer-top > div:first-child { display: block; }
  .footer-top > div:first-child > p { margin-top: 18px; }
  .footer-top > div:last-child { grid-column: 1 / -1; }
  .footer-column { gap: 10px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; margin-top: 22px; padding-block: 20px; }
  .footer-wordmark { font-size: 15.3vw; margin-top: 33px; }
}
@media (max-width: 370px) {
  .header-inner { gap: 9px; }
  .brand > span { font-size: 20px; }
  .brand img { width: 28px; height: 28px; }
  .header-trial { padding-inline: 10px; font-size: 11px; }
  .header-trial > span { display: none; }
  .hero h1 { font-size: 35px; }
  .hero .eyebrow { font-size: 9px; }
  .client-line strong { font-size: 18px; }
  .client-line > div { gap: 11px; }
  .plan-cost { flex-wrap: wrap; gap: 12px; }
  .demo form { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
