:root {
  --bg: oklch(1 0 0);
  --surface: oklch(0.965 0.006 230);
  --surface-strong: oklch(0.925 0.012 230);
  --ink: oklch(0.18 0.025 230);
  --muted: oklch(0.39 0.025 230);
  --primary: oklch(0.36 0.08 230);
  --primary-deep: oklch(0.21 0.055 230);
  --primary-soft: oklch(0.90 0.026 230);
  --accent: oklch(0.72 0.13 78);
  --accent-deep: oklch(0.45 0.08 75);
  --white: oklch(1 0 0);
  --line: oklch(0.82 0.014 230);
  --line-strong: oklch(0.68 0.022 230);
  --danger-focus: oklch(0.56 0.16 28);
  --font-body: Arial, Helvetica, sans-serif;
  --font-display: Arial, Helvetica, sans-serif;
  --container: min(1120px, calc(100vw - 40px));
  --radius-card: 8px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

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

button {
  cursor: pointer;
}

::selection {
  background: var(--accent);
  color: var(--primary-deep);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section-pad {
  padding-block: clamp(72px, 9vw, 128px);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  transform: translateY(-140%);
  background: var(--primary-deep);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.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 {
  position: sticky;
  top: 0;
  z-index: 10;
  background: color-mix(in oklch, var(--bg) 92%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: color-mix(in oklch, var(--bg) 96%, transparent);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: var(--primary-deep);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.72);
}

.brand-text {
  display: grid;
  line-height: 1.1;
  min-width: 0;
}

.brand-text strong {
  font-size: 0.98rem;
}

.brand-text span {
  color: var(--muted);
  font-size: 0.82rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
  font-size: 0.94rem;
  color: var(--muted);
}

.nav-menu a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
}

.nav-menu a:hover {
  color: var(--ink);
}

.nav-cta {
  background: var(--primary);
  color: var(--white);
  padding-inline: 16px;
  border-radius: 999px;
}

.nav-cta:hover {
  background: var(--primary-deep);
  color: var(--white);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg);
  color: var(--ink);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.hero {
  padding-top: clamp(54px, 7vw, 96px);
  background:
    linear-gradient(115deg, var(--bg) 0%, var(--bg) 55%, var(--surface) 55%, var(--surface) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  align-items: center;
  gap: clamp(36px, 7vw, 88px);
}

.section-kicker {
  margin: 0 0 16px;
  color: var(--accent-deep);
  font-weight: 700;
  line-height: 1.2;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 0.98;
  text-wrap: balance;
}

h1 {
  max-width: 660px;
  font-size: clamp(2.45rem, 4.8vw, 4.35rem);
}

h2 {
  font-size: clamp(1.9rem, 3.45vw, 3.45rem);
}

h3 {
  margin: 0;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  line-height: 1.2;
}

.hero-location {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--primary);
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  font-weight: 800;
  line-height: 1.12;
  text-wrap: balance;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.1;
  transition: transform 180ms var(--ease-out), background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--primary);
  color: var(--white);
}

.button-primary:hover {
  background: var(--primary-deep);
}

.button-secondary {
  background: var(--primary-soft);
  color: var(--primary-deep);
}

.button-secondary:hover {
  background: var(--surface-strong);
}

.hero-visual {
  position: relative;
  min-height: 510px;
}

.award-photo {
  position: absolute;
  inset: 0 0 72px 42px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--primary-deep);
  box-shadow: 0 24px 55px color-mix(in oklch, var(--primary-deep) 24%, transparent);
}

.award-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, color-mix(in oklch, var(--primary-deep) 8%, transparent), color-mix(in oklch, var(--primary-deep) 42%, transparent));
  pointer-events: none;
}

.award-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.engraved-plate {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(82%, 420px);
  min-height: 174px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 30px;
  border-radius: 8px;
  background:
    linear-gradient(105deg, color-mix(in oklch, var(--white) 90%, var(--primary-soft)), var(--surface-strong)),
    linear-gradient(90deg, transparent, color-mix(in oklch, var(--white) 38%, transparent), transparent);
  box-shadow: 0 18px 42px color-mix(in oklch, var(--primary-deep) 16%, transparent);
}

.engraved-plate::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid color-mix(in oklch, var(--primary) 30%, transparent);
  border-radius: 6px;
  pointer-events: none;
}

.plate-line {
  width: 82px;
  height: 3px;
  background: var(--accent);
}

.plate-title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.05;
  font-weight: 800;
}

.plate-detail {
  color: var(--muted);
  font-weight: 700;
}

.trust-strip {
  background: var(--primary-deep);
  color: var(--white);
}

.trust-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding-block: 16px;
}

.trust-grid span {
  padding: 8px 14px;
  color: color-mix(in oklch, var(--white) 88%, var(--accent));
  font-weight: 700;
  font-size: 0.94rem;
}

.split-layout,
.quote-grid,
.supply-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

.section-heading {
  max-width: 720px;
}

.section-heading.narrow {
  max-width: 780px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.copy-stack {
  display: grid;
  gap: 20px;
  color: var(--muted);
  font-size: 1.06rem;
}

.copy-stack p {
  margin: 0;
}

.coverage-panel {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  color: var(--ink);
  background: var(--surface);
}

.coverage-panel span {
  color: var(--muted);
}

.services-section {
  background: var(--surface);
}

.service-list {
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: 92px minmax(160px, 0.35fr) minmax(0, 1fr);
  gap: clamp(16px, 4vw, 40px);
  align-items: start;
  padding-block: 26px;
  border-bottom: 1px solid var(--line);
}

.service-index {
  color: var(--accent-deep);
  font-weight: 800;
}

.service-row p {
  margin: 0;
  color: var(--muted);
}

.products-section {
  background: var(--bg);
}

.products-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: start;
}

.products-copy {
  display: grid;
  align-content: start;
}

.products-copy h2 {
  max-width: 460px;
  font-size: clamp(1.9rem, 3vw, 2.9rem);
}

.products-copy p:not(.section-kicker) {
  max-width: 42ch;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.product-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.product-item {
  display: grid;
  grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 46px);
  padding-block: 24px;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.product-item h3 {
  font-size: clamp(1.12rem, 1.6vw, 1.35rem);
}

.product-item p {
  margin: 0;
  max-width: 52ch;
  color: var(--muted);
}

.supply-section {
  background: var(--primary-deep);
  color: var(--white);
}

.supply-section .section-kicker {
  color: var(--accent);
}

.supply-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.supply-list li {
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 18px;
  border: 1px solid color-mix(in oklch, var(--white) 18%, transparent);
  border-radius: var(--radius-card);
  background: color-mix(in oklch, var(--white) 7%, transparent);
  font-weight: 700;
}

.gallery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(280px, 0.86fr);
  gap: 18px;
  align-items: stretch;
}

.gallery-carousel {
  min-height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-card);
  background: var(--primary-deep);
}

.gallery-track,
.gallery-slide {
  height: 100%;
}

.gallery-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.gallery-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, color-mix(in oklch, var(--primary-deep) 68%, transparent));
  pointer-events: none;
}

.gallery-slide figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 74px;
  z-index: 1;
  display: grid;
  gap: 4px;
  max-width: 440px;
  padding: 14px 16px;
  border-radius: 6px;
  background: var(--white);
  color: var(--primary-deep);
}

.gallery-slide figcaption strong {
  line-height: 1.15;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
}

.gallery-slide figcaption span {
  color: var(--muted);
  line-height: 1.35;
}

.gallery-controls {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.gallery-arrow,
.gallery-dot {
  border: 0;
}

.gallery-arrow {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--white);
  color: var(--primary-deep);
  font-size: 1.1rem;
  font-weight: 800;
  transition: transform 180ms var(--ease-out), background 180ms ease;
}

.gallery-arrow:hover {
  transform: translateY(-1px);
  background: var(--primary-soft);
}

.gallery-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  background: color-mix(in oklch, var(--primary-deep) 72%, transparent);
}

.gallery-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 999px;
  background: color-mix(in oklch, var(--white) 54%, transparent);
  transition: width 180ms ease, background 180ms ease;
}

.gallery-dot.is-active {
  width: 28px;
  background: var(--accent);
}

.finish-notes {
  align-self: stretch;
  display: grid;
  align-content: space-between;
  gap: 26px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: var(--radius-card);
  background: var(--primary-deep);
  color: var(--white);
}

.finish-intro {
  margin: 0;
  max-width: 44ch;
  color: color-mix(in oklch, var(--white) 78%, var(--accent));
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.finish-notes dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.finish-notes dl div {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 18px;
  padding-block: 18px;
  border-top: 1px solid color-mix(in oklch, var(--white) 18%, transparent);
}

.finish-notes dt {
  color: var(--accent);
  font-weight: 800;
}

.finish-notes dd {
  margin: 0;
  color: color-mix(in oklch, var(--white) 78%, var(--accent));
}

.quote-section {
  background: var(--surface);
}

.quote-copy p:not(.section-kicker) {
  max-width: 58ch;
  color: var(--muted);
  font-size: 1.06rem;
}

.quote-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: var(--radius-card);
  background: var(--bg);
  box-shadow: 0 10px 8px color-mix(in oklch, var(--primary-deep) 7%, transparent);
}

.hidden {
  display: none;
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-row.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

label {
  font-weight: 800;
  color: var(--ink);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: var(--bg);
  color: var(--ink);
  padding: 12px 13px;
}

textarea {
  resize: vertical;
  min-height: 142px;
}

input::placeholder,
textarea::placeholder {
  color: oklch(0.42 0.025 230);
}

input:focus,
select:focus,
textarea:focus,
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--danger-focus);
  outline-offset: 3px;
}

.form-submit {
  justify-self: start;
  margin-top: 4px;
}

.site-footer {
  padding-block: 32px;
  background: var(--primary-deep);
  color: var(--white);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-grid p {
  margin: 0;
  max-width: 52ch;
  color: color-mix(in oklch, var(--white) 76%, var(--accent));
}

.footer-brand .brand-text span {
  color: color-mix(in oklch, var(--white) 74%, var(--accent));
}

.thanks-page {
  min-height: 100vh;
  background:
    linear-gradient(135deg, var(--primary-deep), var(--primary)),
    var(--primary-deep);
}

.thanks-main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.thanks-panel {
  width: min(640px, 100%);
  display: grid;
  gap: 20px;
  padding: clamp(24px, 6vw, 48px);
  border-radius: var(--radius-card);
  background: var(--bg);
}

.thanks-panel h1 {
  font-size: clamp(2.4rem, 8vw, 4.8rem);
}

.thanks-panel p {
  margin: 0;
  color: var(--muted);
}

.thanks-panel .button {
  justify-self: start;
}

.reveal {
  opacity: 1;
  transform: translateY(10px);
  transition: transform 700ms var(--ease-out);
}

.reveal.is-visible {
  transform: translateY(0);
}

@media (max-width: 920px) {
  .nav-toggle {
    display: block;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(6px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .nav-menu {
    position: fixed;
    inset: 76px 16px auto 16px;
    display: grid;
    gap: 4px;
    padding: 14px;
    border-radius: var(--radius-card);
    background: var(--bg);
    box-shadow: 0 10px 8px color-mix(in oklch, var(--primary-deep) 12%, transparent);
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-menu.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-menu a {
    padding-inline: 12px;
  }

  .nav-cta {
    justify-content: center;
    margin-top: 6px;
  }

  .hero {
    background: var(--bg);
  }

  .hero-grid,
  .split-layout,
  .quote-grid,
  .supply-layout,
  .products-layout,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 430px;
  }

  .award-photo {
    inset: 0 0 68px 24px;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .products-copy h2 {
    max-width: 700px;
  }

  .product-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100vw - 28px, 1120px);
  }

  .nav {
    min-height: 68px;
  }

  .brand-text span {
    display: none;
  }

  .nav-menu {
    inset: 68px 14px auto 14px;
  }

  .hero-grid {
    gap: 30px;
  }

  h1 {
    font-size: clamp(2.1rem, 9.5vw, 2.7rem);
  }

  .hero-location {
    font-size: clamp(1.05rem, 5.2vw, 1.35rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 350px;
  }

  .award-photo {
    inset: 0 0 80px 0;
  }

  .engraved-plate {
    width: 92%;
    padding: 22px;
  }

  .trust-grid {
    justify-content: flex-start;
  }

  .supply-list,
  .form-row.two-col {
    grid-template-columns: 1fr;
  }

  .gallery-carousel {
    min-height: 340px;
  }

  .gallery-slide figcaption {
    left: 12px;
    right: 12px;
    bottom: 70px;
  }

  .gallery-controls {
    left: 12px;
    right: 12px;
    bottom: 14px;
  }

  .finish-notes dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
