:root {
  --red: #e1391d;
  --ink: #181310;
  --paper: #f5f0e6;
  --paper-warm: #fbf3e7;
  --white: #fff;
  --shadow: 0 22px 50px rgba(24, 19, 16, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background: var(--paper-warm);
  font-family: "Nunito Sans", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  border-radius: 6px;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 243, 231, 0.95);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(24, 19, 16, 0.08);
}

.header-inner {
  position: relative;
  height: 90px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand {
  display: block;
  width: fit-content;
}

.brand img {
  display: block;
  width: 178px;
  height: auto;
  object-fit: contain;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 34px;
}

.main-nav a,
.header-actions a {
  color: var(--ink);
  font-family: "Space Grotesk", "Arial Black", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.main-nav a {
  position: relative;
}

.main-nav a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--red);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.phone {
  white-space: nowrap;
}

.phone::before {
  margin-right: 8px;
  color: var(--red);
  content: "☎";
}

.btn {
  min-height: 50px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  transition:
    filter 0.22s ease,
    transform 0.22s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--white) !important;
  background: var(--red);
  box-shadow: 0 10px 24px rgba(225, 57, 29, 0.22);
}

.btn-primary:hover {
  filter: brightness(0.94);
}

.btn-outline {
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
}

.btn-outline:hover {
  color: var(--white);
  background: var(--ink);
}

.menu-toggle {
  width: 44px;
  height: 44px;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 6px;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.menu-toggle:focus-visible,
.main-nav a:focus-visible,
.header-actions a:focus-visible {
  outline: 3px solid rgba(225, 57, 29, 0.4);
  outline-offset: 4px;
}

.topbar {
  padding: 8px 15px;
  color: var(--white);
  background: var(--ink);
  font-size: 13px;
  text-align: center;
}

.seasonal-notice[hidden] {
  display: none;
}

.seasonal-notice {
  color: var(--white);
  background: var(--red);
  border-bottom: 1px solid rgba(24, 19, 16, 0.16);
}

.seasonal-notice-inner {
  min-height: 66px;
  padding-block: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}

.seasonal-notice strong {
  padding: 7px 12px;
  color: var(--red);
  background: var(--white);
  border-radius: 999px;
  font-family: "Space Grotesk", "Arial Black", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  white-space: nowrap;
}

.seasonal-notice p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

#main-content {
  min-height: calc(100vh - 123px);
  outline: none;
}

.hero {
  position: relative;
  padding: 64px 0 56px;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    var(--paper-warm) 0%,
    var(--paper-warm) 76%,
    #fffaf5 100%
  );
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 70px;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--red);
  font-family: "Space Grotesk", "Arial Black", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0 0 18px;
  font-family: "Space Grotesk", "Arial Black", "Segoe UI", Arial, sans-serif;
  font-size: clamp(56px, 6.2vw, 92px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.hero h1 span {
  color: var(--red);
}

.hero-copy p {
  max-width: 610px;
}

.mini-rule {
  margin: 25px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.mini-rule::before {
  color: var(--red);
  content: "⊕";
  font-size: 18px;
}

.mini-rule i {
  width: 120px;
  height: 1px;
  display: block;
  background: var(--ink);
}

.hero-buttons {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.hero-square {
  position: relative;
  isolation: isolate;
  width: min(520px, 100%);
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--red);
  border-radius: 42px;
  box-shadow: var(--shadow);
}

.plaque {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cmyk-spinner {
  position: absolute;
  top: -8%;
  right: -8%;
  z-index: 3;
  width: 47%;
  height: auto;
  opacity: 0.34;
  mix-blend-mode: multiply;
  pointer-events: none;
  transform-origin: center;
  animation: spin-mark 16s linear infinite;
}

@keyframes spin-mark {
  to {
    transform: rotate(360deg);
  }
}

.section-markers::before,
.section-markers::after {
  position: absolute;
  top: 55px;
  bottom: 55px;
  width: 1px;
  background: rgba(24, 19, 16, 0.28);
  content: "";
}

.section-markers::before {
  left: 3.2%;
}

.section-markers::after {
  right: 3.2%;
}

.marquee {
  padding: 13px 0;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  font-family: "Space Grotesk", "Arial Black", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  will-change: transform;
  animation: marquee 32s linear infinite;
}

.marquee-group {
  min-width: max-content;
  padding-right: 16px;
  display: flex;
  flex: none;
  align-items: center;
  gap: 16px;
}

.marquee b {
  color: var(--red);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-25%);
  }
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  display: block;
  object-fit: cover;
}

.content-panel {
  padding: 84px clamp(34px, 6vw, 110px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.paper {
  background: var(--paper);
}

.content-panel h2 {
  margin: 0 0 16px;
  font-family: "Space Grotesk", "Arial Black", "Segoe UI", Arial, sans-serif;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.content-panel p {
  max-width: 610px;
}

.section {
  padding: 105px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 48px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2 {
  margin: 0 0 14px;
  font-family: "Space Grotesk", "Arial Black", "Segoe UI", Arial, sans-serif;
  font-size: clamp(38px, 4.5vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(24, 19, 16, 0.12);
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(24, 19, 16, 0.04);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.service-card:hover,
.service-card:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(24, 19, 16, 0.1);
}

.service-card > img,
.icon-visual {
  width: 100%;
  height: 210px;
  display: block;
  object-fit: cover;
}

.icon-visual {
  overflow: hidden;
}

.icon-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.card-body {
  padding: 24px;
}

.card-body h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", "Arial Black", "Segoe UI", Arial, sans-serif;
}

.card-body a {
  color: var(--red);
  font-weight: 800;
  text-decoration: none;
}

.card-body a:hover,
.card-body a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.values {
  padding: 50px 0;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.value {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-content: start;
  column-gap: 14px;
}

.value span {
  color: var(--red);
  font-family: "Space Grotesk", "Arial Black", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
}

.value h3,
.value p {
  grid-column: 2;
  margin-top: 0;
}

.value h3 {
  margin-bottom: 10px;
  font-family: "Space Grotesk", "Arial Black", "Segoe UI", Arial, sans-serif;
}

.value p {
  margin-bottom: 0;
}

.process-grid {
  position: relative;
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.process-grid::before {
  position: absolute;
  top: 27px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: rgba(24, 19, 16, 0.18);
  content: "";
}

.step {
  position: relative;
  text-align: center;
}

.step-no {
  width: 54px;
  height: 54px;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--red);
  font-weight: 800;
}

.step h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", "Arial Black", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
}

.big-year {
  margin-bottom: 30px;
  color: var(--red);
  font-family: "Space Grotesk", "Arial Black", "Segoe UI", Arial, sans-serif;
  font-size: clamp(64px, 7vw, 106px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.history .content-panel h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", "Arial Black", "Segoe UI", Arial, sans-serif;
}

.history .content-panel p {
  margin: 0 0 16px;
}

.text-link {
  width: fit-content;
  color: var(--red);
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.history-store-photo {
  min-height: 520px;
  overflow: hidden;
}

.history-store-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.pricing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.pricing-inner > div {
  max-width: 720px;
}

.pricing-inner h2 {
  margin: 0 0 15px;
  font-family: "Space Grotesk", "Arial Black", "Segoe UI", Arial, sans-serif;
  font-size: clamp(40px, 4.5vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.pricing-inner p {
  margin-bottom: 0;
}

.pricing-inner > .text-link {
  flex: none;
}

.btn-light {
  color: var(--ink);
  background: #fff;
  border-color: #fff;
}

.btn-outline-light {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn-light:hover,
.btn-light:focus-visible {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.btn-outline-light:hover,
.btn-outline-light:focus-visible {
  color: var(--ink);
  background: #fff;
}

.contact-cta {
  padding: 58px 0;
  color: #fff;
  background: var(--red);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1fr 0.8fr;
  gap: 36px;
  align-items: center;
}

.contact-title {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.contact-icon {
  font-size: 34px;
  line-height: 1;
}

.contact-title h2 {
  margin: 0;
  font-family: "Space Grotesk", "Arial Black", "Segoe UI", Arial, sans-serif;
  font-size: 44px;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-info strong {
  font-family: "Space Grotesk", "Arial Black", "Segoe UI", Arial, sans-serif;
  font-size: 18px;
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.site-footer {
  padding: 56px 0 26px;
  color: #fff;
  background: #17110e;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.8fr 0.95fr;
  gap: 42px;
}

.footer-logo {
  width: 230px;
  height: auto;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.site-footer h3 {
  margin: 0 0 15px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.7;
}

.site-footer a {
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
}

.footer-bottom {
  margin-top: 34px;
  padding: 22px 20px 20px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.delay-1 {
  transition-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
}

@media (max-width: 1050px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    position: fixed;
    top: 90px;
    right: 0;
    left: 0;
    width: auto;
    max-height: calc(100dvh - 90px);
    padding: 24px 30px;
    display: none;
    flex-direction: column;
    gap: 24px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--paper-warm);
    border-top: 1px solid rgba(24, 19, 16, 0.08);
    border-bottom: 1px solid rgba(24, 19, 16, 0.08);
    box-shadow: 0 18px 30px rgba(24, 19, 16, 0.08);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    width: fit-content;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-actions {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    justify-content: flex-start;
  }

  .hero-square {
    max-width: 610px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

  .header-inner {
    height: 76px;
  }

  .brand img {
    width: 145px;
  }

  .main-nav {
    top: 76px;
    padding-inline: 22px;
  }

  .topbar {
    font-size: 11px;
  }

  .seasonal-notice-inner {
    padding-block: 15px;
    flex-direction: column;
    gap: 8px;
  }

  .seasonal-notice p {
    max-width: 34ch;
    font-size: 15px;
    line-height: 1.4;
  }

  #main-content {
    min-height: calc(100vh - 107px);
  }

  .hero {
    padding: 44px 0;
  }

  .hero-grid {
    gap: 40px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-square {
    border-radius: 25px;
  }

  .cmyk-spinner {
    top: -10%;
    right: -12%;
    width: 54%;
  }

  .section-markers::before,
  .section-markers::after {
    display: none;
  }

  .hero-buttons .btn {
    width: 100%;
  }

  .split-section {
    grid-template-columns: 1fr;
  }

  .content-panel {
    padding: 62px 26px;
  }

  .section {
    padding: 75px 0;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid::before {
    display: none;
  }

  .pricing-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-title h2 {
    font-size: 38px;
  }

  .service-card > img,
  .icon-visual {
    height: 190px;
  }
}

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

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

  .cmyk-spinner,
  .marquee-track {
    animation: none;
  }
}
