@import 'tailwindcss';
@import 'tw-animate-css';
@import 'shadcn/tailwind.css';

:root {
  --ink: #090b0c;
  --paper: #f2f0ea;
  --red: #e52f25;
  --line: rgba(255, 255, 255, 0.2);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--ink);
}
body {
  margin: 0;
  background: var(--ink);
  color: #fff;
  font-family: Arial, 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 92px;
  display: grid;
  grid-template-columns: 280px 1fr 160px;
  align-items: center;
  gap: 30px;
  padding: 0 4vw;
  border-bottom: 1px solid var(--line);
}
.brand img {
  width: 245px;
  height: 38px;
  object-fit: contain;
  object-position: left;
}
.site-header nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 48px);
  font-size: 12px;
  letter-spacing: 0.08em;
}
.site-header nav a,
.text-link {
  transition: opacity 0.2s ease;
}
.site-header nav a:hover,
.text-link:hover {
  opacity: 0.58;
}
.header-contact {
  justify-self: end;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.14em;
}
.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 20px;
}
.language-link {
  padding: 8px 9px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 10px;
  letter-spacing: 0.14em;
  transition:
    background 0.2s,
    color 0.2s;
}
.language-link:hover {
  background: #fff;
  color: #090b0c;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 55%;
  animation: hero-in 1.7s ease-out both;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.25) 58%,
      rgba(0, 0, 0, 0.08)
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.45), transparent 42%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(1000px, 88vw);
  margin: 7vh auto 0;
}
.eyebrow,
.section-index {
  margin: 0;
  color: #d3d4d4;
  font-size: 10px;
  letter-spacing: 0.28em;
  font-weight: 700;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 1px;
  margin: 0 12px 3px 0;
  background: var(--red);
}
.hero h1 {
  max-width: 920px;
  margin: 28px 0 24px;
  font-family: 'Times New Roman', 'Yu Mincho', serif;
  font-weight: 400;
  font-size: clamp(42px, 5.8vw, 86px);
  line-height: 1.27;
  letter-spacing: 0.02em;
}
.hero-lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-family: 'Yu Mincho', serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-top: 38px;
}
.primary-button {
  min-width: 176px;
  height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--red);
  font-size: 12px;
  letter-spacing: 0.08em;
  transition: background 0.2s ease;
}
.primary-button:hover {
  background: #ff4237;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 5px;
}
.hero-meta {
  position: absolute;
  z-index: 2;
  right: 4vw;
  bottom: 38px;
  display: flex;
  gap: 34px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  letter-spacing: 0.16em;
}
.scroll-cue {
  position: absolute;
  z-index: 2;
  left: 4vw;
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 9px;
  letter-spacing: 0.22em;
}
.scroll-cue span {
  width: 42px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}

.section-shell {
  width: min(1180px, 88vw);
  margin: 0 auto;
}
.manifesto {
  display: grid;
  grid-template-columns: 1fr 2.25fr;
  gap: 7vw;
  padding-top: 140px;
  padding-bottom: 150px;
}
.section-index {
  color: #777c7d;
}
.manifesto h2,
.section-heading h2,
.tokyo-copy h2,
.contact-section h2 {
  margin: 0;
  font-family: 'Times New Roman', 'Yu Mincho', serif;
  font-weight: 400;
}
.manifesto h2 {
  font-size: clamp(33px, 4vw, 54px);
  letter-spacing: 0.05em;
}
.manifesto-copy > p {
  max-width: 720px;
  margin: 38px 0 65px;
  color: #aeb1b2;
  font-size: 14px;
  line-height: 2.25;
  letter-spacing: 0.06em;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #2a2d2e;
}
.stats div {
  display: flex;
  flex-direction: column;
  padding: 30px 24px 10px 0;
}
.stats strong {
  font-family: 'Times New Roman', serif;
  font-size: 50px;
  font-weight: 400;
}
.stats span {
  margin-top: 5px;
  color: #75797a;
  font-size: 9px;
  letter-spacing: 0.2em;
}

.seasons-section {
  background: var(--paper);
  color: #101213;
  padding: 130px 0 80px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 2.25fr;
  gap: 7vw;
  margin-bottom: 62px;
}
.section-heading h2 {
  font-size: clamp(38px, 5vw, 66px);
  letter-spacing: 0.04em;
}
.section-heading div p {
  color: #676a6b;
  margin: 18px 0 0;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.season-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1440px, 96vw);
  margin: 0 auto;
}
.season-card {
  position: relative;
  min-height: 570px;
  overflow: hidden;
}
.season-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.season-card:hover img {
  transform: scale(1.035);
}
.season-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.68), transparent 58%);
}
.season-number {
  position: absolute;
  top: 22px;
  right: 22px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  letter-spacing: 0.12em;
}
.season-copy {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 30px;
  color: white;
}
.season-copy p {
  margin: 0 0 8px;
  font-size: 9px;
  letter-spacing: 0.25em;
}
.season-copy h3 {
  margin: 0;
  font-family: 'Yu Mincho', serif;
  font-size: 48px;
  font-weight: 400;
}
.season-copy span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  letter-spacing: 0.08em;
}
.location-note {
  margin-top: 25px;
  color: #727575;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.pricing-section {
  background: #ebe9e2;
  color: #111415;
  padding: 130px 0 140px;
}
.pricing-heading {
  display: grid;
  grid-template-columns: 1fr 2.25fr;
  gap: 7vw;
  margin-bottom: 62px;
}
.pricing-heading h2 {
  margin: 0;
  font-family: 'Times New Roman', 'Yu Mincho', serif;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 400;
  letter-spacing: 0.04em;
}
.pricing-heading div > p {
  margin: 18px 0 0;
  color: #686c6d;
  font-size: 13px;
  line-height: 2;
}
.tax-note {
  display: inline-block;
  margin-top: 18px;
  padding: 8px 11px;
  background: #111415;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.16em;
  font-weight: 700;
}
.pricing-table-wrap {
  overflow-x: auto;
}
.pricing-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  text-align: left;
}
.pricing-table th {
  padding: 18px 20px;
  border-top: 1px solid #aaa9a4;
  border-bottom: 1px solid #aaa9a4;
  color: #656869;
  font-size: 9px;
  letter-spacing: 0.18em;
}
.pricing-table td {
  padding: 24px 20px;
  border-bottom: 1px solid #c5c3bc;
  font-family: 'Times New Roman', 'Yu Mincho', serif;
  font-size: 17px;
}
.pricing-table td:first-child {
  width: 46%;
  font-family: Arial, 'Yu Gothic', sans-serif;
  font-size: 13px;
}
.pricing-table small {
  color: #757879;
  font-size: 10px;
  line-height: 1.7;
}
.pricing-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 55px;
}
.pricing-details article {
  padding: 38px;
  border: 1px solid #c5c3bc;
}
.pricing-details article > p {
  margin: 0 0 28px;
  color: var(--red);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.pricing-details h3 {
  margin: 0 0 28px;
  font-family: 'Yu Mincho', serif;
  font-size: 23px;
  font-weight: 400;
}
.pricing-details article > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid #cfcdc6;
  color: #686b6c;
  font-size: 12px;
}
.pricing-details article > div b {
  color: #111415;
  font-family: 'Times New Roman', serif;
  font-size: 17px;
  font-weight: 400;
}
.pricing-details article > div span small {
  display: block;
  margin-top: 5px;
  color: #858887;
  font-size: 9px;
}
.pricing-details .price-total {
  align-items: end;
  padding-top: 22px;
  border-bottom: 0;
  color: #111415;
}
.price-total strong {
  font-family: 'Times New Roman', serif;
  font-size: 35px;
  font-weight: 400;
}
.pricing-details ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-details li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid #cfcdc6;
  font-size: 12px;
  line-height: 1.7;
}
.pricing-details li b {
  color: var(--red);
  font-size: 10px;
}
.pricing-details article > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid #8d8c87;
  font-size: 11px;
}
.pricing-notes {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: start;
  margin-top: 34px;
}
.pricing-notes p {
  max-width: 820px;
  margin: 0;
  color: #747778;
  font-size: 10px;
  line-height: 2;
}
.pricing-notes a {
  flex: none;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  border-bottom: 1px solid #8d8c87;
  padding-bottom: 4px;
}

.services {
  display: grid;
  grid-template-columns: 1fr 2.25fr;
  gap: 7vw;
  padding-top: 140px;
  padding-bottom: 150px;
}
.service-list {
  border-top: 1px solid #2a2d2e;
}
.service-list article {
  display: grid;
  grid-template-columns: 42px 45px 190px 1fr;
  gap: 22px;
  align-items: start;
  padding: 40px 0;
  border-bottom: 1px solid #2a2d2e;
}
.service-list article > span {
  color: #666a6b;
  font-size: 10px;
  letter-spacing: 0.15em;
  padding-top: 7px;
}
.service-list h3 {
  margin: 0;
  font-family: 'Yu Mincho', serif;
  font-size: 24px;
  font-weight: 400;
}
.service-list p {
  margin: 0;
  color: #96999a;
  font-size: 13px;
  line-height: 2;
}

.works-section {
  padding: 140px 0 150px;
  background: #111415;
}
.works-intro {
  display: grid;
  grid-template-columns: 1fr 2.25fr;
  gap: 7vw;
  margin-bottom: 70px;
}
.works-intro h2 {
  margin: 0;
  font-family: 'Times New Roman', 'Yu Mincho', serif;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.works-intro div > p {
  max-width: 680px;
  margin: 24px 0 0;
  color: #96999a;
  font-size: 13px;
  line-height: 2;
}
.featured-works {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #343839;
  border-left: 1px solid #343839;
}
.featured-works article {
  min-height: 280px;
  padding: 38px;
  border-right: 1px solid #343839;
  border-bottom: 1px solid #343839;
}
.featured-works article > p,
.editorial > p {
  margin: 0 0 35px;
  color: var(--red);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.featured-works h3 {
  margin: 0 0 34px;
  font-family: 'Times New Roman', 'Yu Mincho', serif;
  font-size: clamp(25px, 3vw, 39px);
  line-height: 1.35;
  font-weight: 400;
}
.featured-works span {
  color: #929697;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
.archive-list {
  margin-top: 80px;
  border-top: 1px solid #343839;
}
.archive-list > div {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 30px;
  padding: 27px 0;
  border-bottom: 1px solid #343839;
}
.archive-list span {
  color: #757a7b;
  font-size: 9px;
  letter-spacing: 0.18em;
}
.archive-list p {
  margin: 0;
  color: #d0d2d2;
  font-family: 'Yu Mincho', serif;
  font-size: 14px;
  line-height: 1.8;
}
.editorial {
  margin-top: 90px;
  padding: 52px;
  background: #1a1d1e;
}
.editorial h3 {
  margin: 0 0 34px;
  font-family: 'Yu Mincho', serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 400;
}
.editorial div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.editorial a {
  padding: 13px 16px;
  border: 1px solid #3b3f40;
  color: #b9bcbc;
  font-size: 10px;
  letter-spacing: 0.04em;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.editorial a:hover {
  border-color: var(--red);
  color: #fff;
}

.tokyo-feature {
  position: relative;
  min-height: 750px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.tokyo-feature > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tokyo-feature::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.78));
}
.tokyo-copy {
  position: relative;
  z-index: 1;
  width: min(510px, 40vw);
  margin-left: auto;
  margin-right: 9vw;
}
.tokyo-copy h2 {
  margin: 28px 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.4;
}
.tokyo-copy > p:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 2.2;
}

.company-section {
  padding: 140px 0;
  background: var(--paper);
  color: #111415;
}
.company-layout {
  display: grid;
  grid-template-columns: 1fr 2.25fr;
  gap: 7vw;
}
.company-layout h2 {
  margin: 34px 0 0;
  font-family: 'Times New Roman', 'Yu Mincho', serif;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 400;
  letter-spacing: 0.04em;
}
.company-profile {
  margin: 0;
  border-top: 1px solid #aaa9a4;
}
.company-profile > div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 30px;
  padding: 25px 0;
  border-bottom: 1px solid #c5c3bc;
}
.company-profile dt {
  color: #6d7071;
  font-size: 10px;
  letter-spacing: 0.14em;
}
.company-profile dd {
  margin: 0;
  font-family: 'Yu Mincho', serif;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
.company-profile a {
  padding-bottom: 2px;
  border-bottom: 1px solid #9b9993;
}

.contact-section {
  padding: 150px 6vw 140px;
  background: #111415;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(480px, 1.2fr);
  gap: 8vw;
}
.contact-heading h2 {
  margin: 38px 0 24px;
  font-family: 'Times New Roman', 'Yu Mincho', serif;
  font-weight: 400;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: 1.32;
}
.contact-heading > p:not(.section-index) {
  color: #919596;
  font-size: 13px;
  line-height: 2;
}
.direct-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  margin-top: 38px;
}
.direct-contact a {
  padding-bottom: 4px;
  border-bottom: 1px solid #565a5b;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 22px;
  padding-top: 5px;
}
.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
.contact-form label > span {
  color: #a9acad;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.contact-form input:not([type='checkbox']),
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #4b4f50;
  border-radius: 0;
  padding: 13px 2px;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 14px;
  outline: none;
}
.contact-form select {
  color: #c8caca;
}
.contact-form select option {
  color: #111;
}
.contact-form textarea {
  resize: vertical;
  min-height: 150px;
  line-height: 1.7;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--red);
}
.contact-form ::placeholder {
  color: #666a6b;
}
.full-field {
  grid-column: 1 / -1;
}
.privacy-check {
  flex-direction: row !important;
  align-items: center;
  gap: 11px !important;
}
.privacy-check input {
  width: 17px;
  height: 17px;
  accent-color: var(--red);
}
.privacy-check a {
  border-bottom: 1px solid #777b7c;
}
.contact-submit {
  width: 100%;
  min-height: 60px;
  border: 0;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--red);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  letter-spacing: 0.06em;
}
.contact-submit:hover {
  background: #ff4237;
}
.form-note {
  margin: -13px 0 0;
  color: #707475;
  font-size: 10px;
  line-height: 1.7;
}
footer {
  min-height: 140px;
  padding: 0 4vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  border-top: 1px solid #272a2b;
}
footer img {
  width: 205px;
  height: 36px;
  object-fit: contain;
  object-position: left;
}
footer div {
  display: flex;
  gap: 26px;
  color: #85898a;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.footer-brand {
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
.footer-brand span {
  color: #686c6d;
  font-size: 8px;
  letter-spacing: 0.22em;
}
footer p {
  justify-self: end;
  color: #5e6263;
  font-size: 9px;
}
@keyframes hero-in {
  from {
    transform: scale(1.04);
    opacity: 0.45;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 820px) {
  .site-header {
    height: 74px;
    grid-template-columns: 1fr auto;
    padding: 0 20px;
  }
  .brand img {
    width: 205px;
    height: 31px;
  }
  .site-header nav {
    display: none;
  }
  .header-actions {
    gap: 12px;
  }
  .header-contact {
    font-size: 10px;
  }
  .hero-copy {
    width: calc(100% - 40px);
    margin-top: 5vh;
  }
  .hero h1 {
    font-size: clamp(36px, 10vw, 58px);
    line-height: 1.36;
  }
  .hero-lead {
    font-size: 12px;
  }
  .desktop-break {
    display: none;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
  .hero-meta {
    display: none;
  }
  .scroll-cue {
    left: 20px;
    bottom: 24px;
  }
  .manifesto,
  .section-heading,
  .services,
  .works-intro,
  .pricing-heading,
  .company-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .manifesto,
  .services {
    padding-top: 95px;
    padding-bottom: 100px;
  }
  .manifesto-copy > p {
    margin-bottom: 48px;
  }
  .stats strong {
    font-size: 36px;
  }
  .seasons-section {
    padding-top: 95px;
  }
  .pricing-section {
    padding: 95px 0 100px;
  }
  .pricing-details {
    grid-template-columns: 1fr;
  }
  .pricing-notes {
    flex-direction: column;
    gap: 22px;
  }
  .season-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .season-card {
    min-height: 430px;
  }
  .service-list article {
    grid-template-columns: 34px 35px 1fr;
    gap: 15px;
  }
  .service-list article p {
    grid-column: 3;
  }
  .works-section {
    padding: 95px 0 100px;
  }
  .featured-works {
    grid-template-columns: 1fr;
  }
  .featured-works article {
    min-height: 230px;
    padding: 30px;
  }
  .archive-list > div {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .editorial {
    margin-top: 60px;
    padding: 32px 25px;
  }
  .editorial div {
    flex-direction: column;
    align-items: stretch;
  }
  .tokyo-feature {
    min-height: 680px;
    align-items: end;
  }
  .tokyo-feature::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent 75%);
  }
  .tokyo-copy {
    width: calc(100% - 40px);
    margin: 0 20px 50px;
  }
  .company-section {
    padding: 95px 0 100px;
  }
  .contact-section {
    grid-template-columns: 1fr;
    gap: 65px;
    padding: 100px 6vw;
  }
  footer {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 44px 20px;
  }
  .footer-brand {
    align-items: center;
  }
  footer img,
  footer p {
    justify-self: center;
  }
}
@media (max-width: 520px) {
  .header-contact {
    display: none;
  }
  .hero-image {
    object-position: 58% center;
  }
  .hero h1 {
    font-size: 36px;
  }
  .season-grid {
    grid-template-columns: 1fr;
  }
  .season-card {
    min-height: 64vh;
  }
  .stats {
    grid-template-columns: 1fr;
  }
  .stats div {
    border-bottom: 1px solid #2a2d2e;
  }
  .service-list article {
    grid-template-columns: 34px 1fr;
  }
  .service-list article > span {
    display: none;
  }
  .service-list article h3,
  .service-list article p {
    grid-column: 2;
  }
  .company-profile > div {
    grid-template-columns: 100px 1fr;
    gap: 18px;
  }
  .contact-form {
    grid-template-columns: 1fr;
  }
  .contact-form label,
  .full-field {
    grid-column: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-image {
    animation: none;
  }
  .season-card img {
    transition: none;
  }
}
