@font-face { font-family: Akkurat; src: url('/assets/fonts/akkurat-regular.woff2') format('woff2'); font-display: swap; }
@font-face { font-family: Akkurat; src: url('/assets/fonts/akkurat-bold.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: Questa; src: url('/assets/fonts/questa-grande-regular.woff2') format('woff2'); font-display: swap; }
:root { --line: #e6e6e6; --muted: #8c8c8c; --blue: #284ADF; color: #000; background: #fff; font: 15px/1.55 Akkurat, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 25px; }
body { margin: 0; }
[hidden] { display: none !important; }
button, input, textarea, select { font: inherit; color: inherit; border-radius: 0; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; border: 1px solid var(--line); background: #fff; padding: 10px 16px; }
button:disabled { cursor: default; opacity: .4; }
button:hover:enabled { border-color: #000; }
button[aria-pressed="true"] { border-color: var(--blue); color: var(--blue); }
a { color: inherit; text-underline-offset: 5px; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Questa, Georgia, serif; font-weight: 400; line-height: 1.1; }
h1 { font-size: clamp(42px, 4.4vw, 64px); margin-bottom: 18px; }
h2 { font-size: clamp(34px, 3.1vw, 44px); margin-bottom: 28px; }
h3 { font-size: 29px; margin-bottom: 16px; }
p { margin-bottom: 15px; }
.section-wrap { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.site-header { height: 90px; padding-inline: 56px; display: flex; align-items: center; gap: 32px; border-bottom: 1px solid var(--line); }
.wordmark img { display: block; width: 180px; height: auto; }
.wordmark { display: flex; align-items: center; flex-shrink: 0; }
.wordmark, .footer-wordmark { font: 700 25px Questa, Georgia, serif; letter-spacing: .4em; text-transform: uppercase; }
.header-label { border-left: 1px solid var(--line); padding-left: 28px; }
.site-header nav { display: flex; gap: 30px; margin-left: auto; }
.site-header a { text-decoration: none; }
.language { display: flex; gap: 7px; align-items: center; margin-left: 16px; }
.language button { padding: 8px 0; border: 0; font-size: 12px; }
.language button[aria-pressed="true"] { text-decoration: underline; text-underline-offset: 5px; }
.language span { color: var(--line); }
.hero { padding-block: 55px 28px; }
.hero p:last-child { font-size: 17px; }
.eyebrow { font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.hero .eyebrow { margin-bottom: 22px; }
.studio { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(340px, 1fr); gap: 44px; align-items: start; padding-bottom: 60px; }
.scene-column { min-width: 0; align-self: stretch; }
.scene-sticky { position: sticky; top: 22px; }
.scene-heading { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 15px; }
.scene { position: relative; width: 100%; aspect-ratio: 1024 / 1080; max-height: 80vh; overflow: hidden; background: #fff; }
.photo-stage { position: absolute; width: min(100%, calc(80vh * 1024 / 1080)); aspect-ratio: 1024 / 1364; }
.photo-stage { left: 50%; top: 50%; transform: translate(-50%, -50%); }
.photo-stage > img, .photo-stage > canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
#zone-points { position: absolute; inset: 0; pointer-events: none; }
.zone-point { position: absolute; width: 30px; height: 30px; padding: 0; border: 0; background: transparent; }
.zone-point { transform: translate(-50%, -50%); pointer-events: auto; opacity: 1; }
.zone-point::after { content: ''; position: absolute; inset: 0; border: 2px solid #284ADF; border-radius: 50%; }
.scene:hover .zone-point, .zone-point:focus-visible, .studio:has(#placement-step:hover) .zone-point { opacity: 1; }
.studio:has(#placement-step:focus-within) .zone-point { opacity: 1; }
.logo-detail { margin: 0 0 14px; border-top: 1px solid var(--line); padding-top: 12px; }
.logo-detail { padding-bottom: 12px; background: #fff; }
.logo-detail figcaption { margin-bottom: 8px; }
#detail-canvas { display: block; width: 100%; height: clamp(125px, 16vh, 180px); background: #fff; }
.logo-detail[aria-busy="true"] canvas { opacity: .4; }
.scene-tools { display: flex; justify-content: space-between; border-top: 1px solid var(--line); }
.scene-tools button { border: 0; padding: 12px 0; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.preview-note { font-size: 11px; max-width: 440px; margin-top: 5px; }
.muted { color: var(--muted); font-size: 13px; }
.controls fieldset { padding: 23px 0; margin: 0; border: 0; border-top: 1px solid var(--line); min-width: 0; }
.controls legend { float: left; width: 100%; padding: 0; margin-bottom: 16px; font-size: 15px; }
.controls legend + * { clear: both; }
.step-no { font: 11px Akkurat, sans-serif; letter-spacing: .1em; color: var(--muted); margin-right: 18px; }
.controls p { margin: 12px 0 0; }
.controls [data-key], .controls input { scroll-margin-top: calc(16vh + 85px); }
.choices { display: flex; flex-wrap: wrap; gap: 8px; }
.choices button { font-size: 13px; }
#models button { flex: 1; font: 25px Questa, Georgia, serif; padding: 12px; }
.swatches { display: flex; gap: 10px; flex-wrap: wrap; padding: 13px 0 0; }
.swatch { position: relative; width: 34px; height: 34px; padding: 4px; border-color: transparent; border-radius: 0; }
.swatch::after { content: ''; display: block; width: 24px; height: 24px; border-radius: 0; background: var(--swatch); border: 1px solid var(--line); }
.swatch[aria-pressed="true"] { border-color: var(--blue); }
.swatch:hover { border-color: #000; }
.swatch:focus-visible::before { content: attr(aria-label); position: absolute; bottom: 38px; left: 0; background: white; padding: 4px; min-width: 120px; z-index: 2; }
.dropzone { position: relative; border: 1px dashed var(--line); padding: 24px 12px; display: flex; align-items: center; flex-direction: column; gap: 5px; cursor: pointer; }
.dropzone input { position: absolute; width: 100%; height: 100%; inset: 0; opacity: 0; cursor: pointer; }
.dropzone:focus-within, .dropzone.dragover { outline: 2px solid var(--blue); outline-offset: 3px; }
.upload-mark { font: 28px Questa, serif; }
.dropzone strong { font-weight: 400; }
.text-link { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; font-size: 13px; }
.upload-state { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; font-size: 12px; overflow-wrap: anywhere; }
.upload-state button { padding: 0; border: 0; }
.color-row { margin-bottom: 18px; }
.color-row label { display: flex; align-items: center; justify-content: space-between; font-size: 13px; gap: 10px; }
input[type="color"] { width: 36px; height: 30px; padding: 2px; background: white; border: 1px solid var(--line); cursor: pointer; }
.color-options { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 8px; }
.sub-label { display: block; margin-bottom: 10px; font-size: 13px; }
.size-heading { display: flex; align-items: center; justify-content: space-between; font-size: 13px; }
input[type="range"] { width: 100%; accent-color: #000; margin: 22px 0 5px; }
.warnings { margin-top: 14px; font-size: 12px; }
.warnings p { border-left: 2px solid var(--line); padding-left: 12px; }
.primary { background: #000; border-color: #000; color: #fff; padding: 16px 24px; }
.primary:hover:enabled { background: var(--blue); }
.controls > .primary { width: 100%; }
.inquiry-link { display: block; text-align: center; margin-top: 18px; font-size: 13px; }
.saved { padding-block: 40px 65px; border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.section-heading h2 { margin-bottom: 16px; }
.saved-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.combination { min-width: 0; border-top: 1px solid var(--line); }
.combination > button { border: 0; width: 100%; padding: 0; text-align: left; }
.combination img { display: block; width: 100%; aspect-ratio: 1024 / 1364; object-fit: contain; background: white; }
.combination .combination-label { display: block; font-size: 12px; padding-block: 9px; overflow-wrap: anywhere; }
.combination .remove { font-size: 11px; color: var(--muted); text-decoration: underline; width: auto; padding: 8px 0; }
.how { border-top: 1px solid var(--line); padding-block: 70px; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 64px; }
.steps { margin-top: 45px; }
.steps .step-no { display: block; margin-bottom: 23px; }
.steps p { font-size: 14px; max-width: 310px; }
.inquiry { display: grid; grid-template-columns: 1fr 1.2fr; gap: 100px; border-top: 1px solid var(--line); padding-block: 70px 90px; }
.inquiry > div p { max-width: 350px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-grid label { display: flex; flex-direction: column; gap: 8px; font-size: 13px; min-width: 0; }
.wide { grid-column: 1 / -1; }
input:not([type="range"], [type="checkbox"], [type="file"], [type="color"]), select, textarea { width: 100%; min-width: 0; background: white; border: 1px solid var(--line); padding: 12px; }
textarea { resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 25px; font-size: 12px; }
.consent input { flex-shrink: 0; margin-top: 4px; accent-color: #000; width: 16px; height: 16px; }
form > .muted { font-size: 11px; margin-top: 10px; }
form .primary { width: 100%; margin-top: 12px; }
#form-status { margin-top: 18px; }
.site-footer { border-top: 1px solid var(--line); padding-block: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 30px; font-size: 12px; }

.site-footer a { text-align: right; grid-column: 2; grid-row: 1; }
.site-footer .muted { text-align: right; }
.site-footer p { margin: 0; }
.offer { padding-block: 45px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.offer-grid .combination img { height: 260px; }
.offer-grid .combination-label { text-align: center; }
.status:empty { display: none; }
.status { padding-block: 10px; font-size: 13px; }
.sr-only, .skip { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip:focus { width: auto; height: auto; clip-path: none; padding: 12px; background: white; z-index: 4; }

@media (max-width: 1050px) {
  .section-wrap { width: calc(100% - 64px); }
  .site-header { padding-inline: 32px; gap: 20px; }
  .site-header nav { gap: 20px; font-size: 13px; }
  .header-label { display: none; }
  .studio { gap: 36px; grid-template-columns: minmax(0, 1.1fr) minmax(310px, 1fr); }
  .inquiry { gap: 50px; }
  .steps { gap: 30px; }
  .saved-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .section-wrap { width: calc(100% - 40px); }
  .site-header { padding-inline: 20px; height: 74px; gap: 12px; }
  .wordmark { font-size: 22px; }
  .site-header nav { display: none; }
  .language { margin-left: auto; }
  .hero { padding-block: 35px 22px; }
  .hero .eyebrow { font-size: 9px; margin-bottom: 17px; }
  .hero p:last-child { font-size: 14px; max-width: 340px; }
  .studio { display: block; padding-bottom: 40px; }
  .scene-sticky { position: static; }
  .scene { width: 100%; max-height: none; }
  .photo-stage { width: 100%; }
  #detail-canvas { height: 150px; }
  .scene-heading { font-size: 12px; }
  .scene-heading .eyebrow { font-size: 9px; }
  .controls { margin-top: 30px; }
  .logo-detail { position: static; }
  .controls [data-key], .controls input { scroll-margin-top: 24px; }
  .controls fieldset { padding-block: 24px; }
  .controls legend { margin-bottom: 17px; }
  .choices button { min-height: 44px; }
  .swatch { width: 38px; height: 38px; padding: 6px; }
  .saved { padding-block: 35px; }
  .saved-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 16px; }
  .section-heading h2 { font-size: 32px; }
  .section-heading .muted { white-space: nowrap; }
  .how { padding-block: 40px; }
  .steps { grid-template-columns: 1fr; gap: 24px; }
  .steps { margin-top: 30px; }
  .steps .step-no { margin-bottom: 14px; }
  .steps h3 { font-size: 27px; }
  .steps p { max-width: none; }
  .inquiry { grid-template-columns: 1fr; gap: 25px; padding-block: 40px 50px; }
  .form-grid { grid-template-columns: 1fr; gap: 20px; }
  input, select, textarea { font-size: 16px; }
  .site-footer { grid-template-columns: 1fr; gap: 16px; padding-block: 30px; }
  .site-footer a { grid-column: auto; grid-row: auto; text-align: left; }
  .site-footer .muted { text-align: left; }
  .offer { padding-block: 35px; }
  .offer h1 { font-size: 36px; }
  .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .offer-grid .combination img { height: 185px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.zone-point::before { content: ''; position: absolute; inset: 11px; background: var(--blue); border-radius: 50%; }
.zone-point:hover::after, .zone-point:focus-visible::after { animation: zone-pulse 1.4s ease-in-out infinite; }
.zone-point:hover { border-color: transparent; }
.zone-point span { display: none; position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); }
.zone-point span { white-space: nowrap; padding: 4px 8px; background: #fff; color: #000; border: 1px solid var(--line); font-size: 12px; }
.zone-point:hover span, .zone-point:focus-visible span { display: block; }
#zone-points { z-index: 4; }
#magnifier { position: absolute; width: 180px; height: 180px; border-radius: 50%; border: 1px solid var(--line); }
#magnifier { pointer-events: none; z-index: 3; background: #fff; }
#magnifier { inset: auto; object-fit: initial; }
.zone-point { cursor: pointer; }
.techniques small { display: block; font-size: 10px; color: var(--muted); }
#render-progress { position: absolute; inset: 0 0 auto; height: 2px; z-index: 5; background: var(--line); }
#render-progress::after { content: ''; display: block; width: 35%; height: 100%; background: var(--blue); }
#render-progress::after { animation: render-progress 1.1s ease-in-out infinite alternate; }
@keyframes render-progress { to { transform: translateX(185%); } }
@media (prefers-reduced-motion: reduce) { #render-progress::after { animation: none; } }
.photo-stage { touch-action: pan-y; }
.photo-stage.magnifying { touch-action: none; }
.share-note { margin-top: 4px; }
#contrast-note button { border: 0; padding: 0; text-decoration: underline; color: var(--blue); text-align: left; }
@keyframes zone-pulse { 50% { transform: scale(1.12); opacity: .6; } }
@media (prefers-reduced-motion: reduce) { .zone-point:hover::after, .zone-point:focus-visible::after { animation: none; } }
