:root {
  --ink: #183b37;
  --paper: #f7f5ef;
  --surface: #edf1e9;
  --accent: #db6843;
  --line: #d4d9d0;
  --muted: #5c6d67;
  --white: #ffffff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link { position: absolute; left: -999px; top: 8px; z-index: 10; background: var(--ink); color: var(--white); padding: 12px 16px; }
.skip-link:focus { left: 8px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { min-height: 86px; padding: 0 5.5%; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { font: 600 20px/1 var(--serif); letter-spacing: .14em; text-decoration: none; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; }
.main-nav a { text-decoration: none; }
.main-nav a:not(.nav-contact):hover, .text-link:hover, .site-footer a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-contact { background: var(--ink); color: var(--white); padding: 11px 14px; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 5px; background: var(--ink); }

.hero { display: grid; grid-template-columns: 1.05fr .95fr; border-bottom: 1px solid var(--line); }
.hero-copy { padding: 110px 12% 96px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow { margin: 0 0 15px; color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; }
h1 { max-width: 630px; margin: 0; font-size: clamp(44px, 6vw, 78px); line-height: .98; letter-spacing: -.035em; }
h2 { margin: 0; font-size: clamp(32px, 4vw, 50px); line-height: 1.03; letter-spacing: -.025em; }
h3 { margin: 0; font-size: 22px; }
.hero-text { max-width: 470px; margin: 27px 0 31px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 12px 18px; border: 1px solid transparent; text-decoration: none; font-weight: 700; }
.button-primary { background: var(--accent); color: var(--white); }
.button-primary:hover { background: #bf5231; }
.text-link { color: var(--ink); font-weight: 700; text-underline-offset: 5px; }
.hero-art { min-height: 510px; position: relative; overflow: hidden; background: var(--surface); }
.hero-art p { position: absolute; right: 10%; bottom: 34px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; text-align: right; }
.hero-orbit { position: absolute; top: 48px; left: 11%; width: min(65vw, 430px); aspect-ratio: 1; border: 1px solid #bfc9bc; border-radius: 50%; }
.hero-object { position: absolute; }
.hero-object-main { top: 102px; right: 23%; width: 190px; height: 276px; background: var(--accent); border-radius: 43% 43% 18% 18%; transform: rotate(-19deg); box-shadow: 42px 34px 0 rgba(24, 59, 55, .12); }
.hero-object-main::after { content: ""; position: absolute; left: 55px; top: 38px; width: 79px; height: 79px; border-radius: 50%; background: var(--paper); }
.hero-object-small { right: 50%; bottom: 50px; width: 111px; height: 86px; border-radius: 48% 48% 20% 20%; background: var(--ink); transform: rotate(16deg); }

.section { padding: 86px 5.5%; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 36px; }
.section-intro { max-width: 415px; margin: 0; color: var(--muted); line-height: 1.55; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { background: var(--white); min-width: 0; }
.product-visual { height: 270px; position: relative; overflow: hidden; background: var(--surface); }
.product-visual span { position: absolute; background: var(--ink); }
.product-visual--desk span { width: 108px; height: 151px; top: 55px; left: calc(50% - 54px); border-radius: 48px 48px 22px 22px; }
.product-visual--hook span { width: 160px; height: 100px; top: 83px; left: calc(50% - 80px); border-radius: 24px; background: var(--accent); transform: rotate(-13deg); }
.product-visual--cable span { width: 130px; height: 130px; top: 65px; left: calc(50% - 65px); border: 29px solid var(--accent); border-radius: 50%; background: transparent; }
.product-card-content { padding: 22px; }
.product-title-row { display: flex; justify-content: space-between; gap: 14px; align-items: baseline; }
.product-title-row span { color: var(--muted); font-size: 13px; white-space: nowrap; }
.product-card p { min-height: 48px; margin: 11px 0 18px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.product-interest { padding: 0; border: 0; background: transparent; color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }

.process-section { background: var(--ink); color: var(--paper); }
.process-section .eyebrow { color: #f2a18a; }
.process-section .section-intro { color: #cdd8d2; }
.process-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-list li { border-top: 1px solid rgba(247, 245, 239, .4); padding-top: 16px; }
.process-list span { color: #f2a18a; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.process-list h3 { margin: 26px 0 8px; font-size: 25px; }
.process-list p { max-width: 270px; margin: 0; color: #cdd8d2; font-size: 14px; line-height: 1.55; }

.about-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(35px, 8vw, 120px); align-items: center; }
.about-art { min-height: 360px; position: relative; background: #e4ddd0; overflow: hidden; }
.about-art span { position: absolute; display: block; }
.about-art span:nth-child(1) { width: 170px; height: 170px; top: 43px; left: 20%; border-radius: 50%; background: var(--accent); }
.about-art span:nth-child(2) { width: 155px; height: 235px; right: 18%; bottom: -24px; border-radius: 75px 75px 20px 20px; background: var(--ink); transform: rotate(18deg); }
.about-art span:nth-child(3) { width: 92px; height: 92px; left: 12%; bottom: 35px; border: 22px solid var(--paper); border-radius: 50%; }
.about-copy { max-width: 570px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.65; margin: 24px 0; }

.request-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(42px, 8vw, 130px); background: var(--surface); }
.request-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.request-copy ul { margin: 25px 0 0; padding-left: 20px; color: var(--muted); line-height: 1.8; font-size: 14px; }
.interest-form { padding: 29px; background: var(--white); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: grid; gap: 7px; margin-bottom: 17px; }
.form-field label { font-size: 13px; font-weight: 700; }
.form-field label span { color: var(--muted); font-weight: 400; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid #b9c3ba; padding: 12px; color: var(--ink); background: var(--white); border-radius: 0; }
.form-field input:focus, .form-field textarea:focus { outline: 3px solid rgba(219, 104, 67, .32); outline-offset: 1px; border-color: var(--accent); }
.form-field textarea { resize: vertical; }
.website-field { position: absolute; left: -9999px; }
.consent-row { display: flex; align-items: flex-start; gap: 10px; margin: 2px 0 22px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.consent-row input { margin-top: 3px; accent-color: var(--accent); }
.form-status { min-height: 22px; margin: 15px 0 0; color: var(--muted); font-size: 14px; }
.form-status.is-error { color: #a03118; }
.form-status.is-success { color: #276442; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 24px; padding: 30px 5.5%; border-top: 1px solid var(--line); align-items: center; }
.site-footer p { margin: 0; color: var(--muted); font-size: 13px; }
.site-footer div { display: flex; gap: 16px; font-size: 13px; }
.site-footer a { text-decoration: none; }

@media (max-width: 780px) {
  .site-header { min-height: 70px; position: relative; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; z-index: 5; top: 70px; left: 0; right: 0; padding: 20px 5.5% 24px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .main-nav.is-open { display: flex; }
  .nav-contact { margin-top: 4px; }
  .hero, .about-section, .request-section { grid-template-columns: 1fr; }
  .hero-copy { padding: 72px 8% 58px; }
  .hero-art { min-height: 360px; }
  .section { padding: 64px 8%; }
  .section-heading { display: block; margin-bottom: 29px; }
  .section-intro { margin-top: 18px; }
  .product-grid, .process-list { grid-template-columns: 1fr; }
  .product-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .product-visual { height: auto; min-height: 210px; }
  .process-list li { padding-bottom: 16px; }
  .about-section, .request-section { gap: 38px; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  h1 { font-size: 45px; }
  .hero-art { min-height: 300px; }
  .hero-object-main { top: 55px; right: 22%; transform: scale(.8) rotate(-19deg); transform-origin: top right; }
  .hero-object-small { bottom: 28px; right: 50%; transform: scale(.8) rotate(16deg); }
  .hero-orbit { top: 15px; width: 310px; }
  .product-card { display: block; }
  .product-visual { height: 210px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .interest-form { padding: 21px; }
  .site-footer div { flex-wrap: wrap; }
}
