:root {
  --ivory: #f6f0e7;
  --paper: #fffaf3;
  --aubergine: #2d1722;
  --aubergine-soft: #4b2938;
  --terracotta: #c77b6e;
  --terracotta-dark: #a85f54;
  --champagne: #e7c98c;
  --ink: #281e22;
  --muted: #796a6e;
  --line: rgba(45, 23, 34, 0.15);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
}

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

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

::selection {
  background: var(--terracotta);
  color: white;
}

.site-header {
  width: min(1460px, calc(100% - 64px));
  min-height: 98px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}

.brand {
  width: fit-content;
  display: flex;
  align-items: baseline;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.17em;
}

.brand span {
  font-size: 0.68rem;
}

.brand strong {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.site-header nav {
  display: flex;
  gap: 36px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.site-header nav a {
  position: relative;
  padding: 12px 0;
}

.site-header nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: var(--terracotta);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-header nav a:hover::after,
.site-header nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--aubergine);
  padding: 8px 0;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero {
  width: min(1460px, calc(100% - 64px));
  min-height: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: clamp(48px, 7vw, 120px);
  padding: 64px 0 84px;
}

.kicker,
.eyebrow {
  margin: 0 0 24px;
  color: var(--terracotta-dark);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 12px;
}

.kicker span {
  width: 28px;
  height: 1px;
  background: var(--terracotta);
}

.hero h1 {
  max-width: 660px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.4rem, 7vw, 8.2rem);
  font-weight: 400;
  letter-spacing: -0.066em;
  line-height: 0.84;
}

.hero h1 em,
.contact h2 em {
  color: var(--terracotta-dark);
  font-weight: 400;
}

.hero-description {
  max-width: 560px;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 36px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid transparent;
  padding: 0 22px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

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

.button-dark:hover,
.button-dark:focus-visible {
  background: var(--terracotta-dark);
}

.button-light {
  background: var(--paper);
  color: var(--aubergine);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 7px;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-notes {
  margin-top: 54px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-notes span::before {
  margin-right: 8px;
  color: var(--terracotta);
  content: "✦";
}

.hero-art {
  min-width: 0;
  position: relative;
  padding: 24px 30px 50px 0;
}

.hero-art::before {
  position: absolute;
  inset: 0 0 20px 15%;
  border-radius: 46% 46% 3% 3%;
  background: var(--terracotta);
  content: "";
  opacity: 0.92;
}

.hero-art-frame {
  position: relative;
  z-index: 1;
  aspect-ratio: 1.24 / 1;
  overflow: hidden;
  border-radius: 48% 48% 2px 2px;
  box-shadow: 0 30px 70px rgba(45, 23, 34, 0.18);
}

.hero-art-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.05);
}

.since-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 4px;
  width: 126px;
  height: 126px;
  display: grid;
  place-content: center;
  border: 1px solid rgba(45, 23, 34, 0.2);
  border-radius: 50%;
  background: var(--champagne);
  color: var(--aubergine);
  text-align: center;
  transform: rotate(8deg);
}

.since-badge span {
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.since-badge strong {
  margin-top: 3px;
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 500;
}

.art-caption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 3px;
  min-width: 220px;
  background: var(--paper);
  padding: 18px 22px;
  box-shadow: 0 14px 40px rgba(45, 23, 34, 0.14);
}

.art-caption span,
.art-caption strong {
  display: block;
}

.art-caption span {
  color: var(--terracotta-dark);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.art-caption strong {
  margin-top: 3px;
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 500;
}

.manifesto {
  position: relative;
  overflow: hidden;
  background: var(--aubergine);
  color: var(--paper);
  padding: 112px max(32px, calc((100vw - 1180px) / 2));
  text-align: center;
}

.manifesto p {
  margin: 0 0 24px;
  color: var(--champagne);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.manifesto h2 {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(2.9rem, 5.6vw, 5.7rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.manifesto-mark {
  position: absolute;
  right: -15px;
  bottom: -85px;
  color: rgba(255, 255, 255, 0.035);
  font-family: var(--serif);
  font-size: 20rem;
  line-height: 1;
}

.section-shell {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}

.services {
  padding: 130px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  gap: 80px;
  align-items: end;
}

.section-heading h2,
.about-copy h2,
.faq-intro h2 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 4.8vw, 5.2rem);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.service-grid {
  margin-top: 76px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-card {
  min-height: 580px;
  display: flex;
  flex-direction: column;
  padding: 34px 34px 40px;
  border-right: 1px solid var(--line);
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.service-card:first-child {
  border-left: 1px solid var(--line);
}

.service-card:hover {
  background: var(--paper);
  transform: translateY(-8px);
}

.service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-number {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.service-symbol {
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--terracotta-dark);
  font-family: var(--serif);
  font-size: 1.5rem;
}

.service-card > p {
  margin: 56px 0 10px;
  color: var(--terracotta-dark);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 3.4vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.service-card-body {
  margin-top: auto;
}

.service-card-body > p {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.service-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  border-top: 1px solid var(--line);
  padding: 12px 0;
  font-size: 0.74rem;
  font-weight: 700;
}

.service-card li::before {
  margin-right: 10px;
  color: var(--terracotta);
  content: "—";
}

.experience {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  background: var(--aubergine);
  color: var(--paper);
}

.experience-intro {
  padding: 112px clamp(40px, 7vw, 110px);
  background:
    radial-gradient(circle at 10% 110%, rgba(199, 123, 110, 0.35), transparent 40%),
    var(--aubergine-soft);
}

.eyebrow-light {
  color: var(--champagne);
}

.experience-intro h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 4.3vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.experience-intro > p:not(.eyebrow) {
  max-width: 500px;
  margin: 30px 0 38px;
  color: rgba(255, 250, 243, 0.65);
  line-height: 1.75;
}

.experience-steps {
  margin: 0;
  padding: 62px clamp(36px, 7vw, 120px);
  list-style: none;
}

.experience-steps li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 44px 0;
}

.experience-steps > li > span {
  color: var(--terracotta);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.experience-steps h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
}

.experience-steps p {
  max-width: 520px;
  margin: 12px 0 0;
  color: rgba(255, 250, 243, 0.58);
  line-height: 1.7;
}

.about {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(50px, 9vw, 140px);
  align-items: center;
  padding: 135px 0;
}

.about-year {
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(231, 201, 140, 0.6), transparent 58%),
    var(--paper);
  text-align: center;
}

.about-year span,
.about-year strong {
  display: block;
}

.about-year span {
  color: var(--terracotta-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about-year strong {
  margin-top: 4px;
  font-family: var(--serif);
  font-size: clamp(5rem, 10vw, 9.5rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.about-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 34px 0;
  color: var(--muted);
  line-height: 1.8;
}

.legal-highlight {
  border-left: 3px solid var(--terracotta);
  background: var(--paper);
  padding: 24px 28px;
}

.legal-highlight span,
.legal-highlight strong,
.legal-highlight small {
  display: block;
}

.legal-highlight span {
  color: var(--terracotta-dark);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-highlight strong {
  margin: 10px 0 6px;
  font-size: 0.84rem;
}

.legal-highlight small {
  color: var(--muted);
}

.faq {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(50px, 8vw, 120px);
  padding: 40px 0 130px;
}

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

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  min-height: 92px;
  display: grid;
  grid-template-columns: 44px 1fr 30px;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.25rem;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary span {
  color: var(--terracotta-dark);
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 800;
}

.faq summary i {
  font-family: var(--sans);
  font-size: 1.25rem;
  font-style: normal;
  transition: transform 160ms ease;
}

.faq details[open] summary i {
  transform: rotate(45deg);
}

.faq details > p {
  margin: -4px 30px 28px 64px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.contact {
  position: relative;
  overflow: hidden;
  background: var(--terracotta-dark);
  color: var(--paper);
  padding: 120px 32px;
  text-align: center;
}

.contact > *:not(.contact-orbit) {
  position: relative;
  z-index: 1;
}

.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 9vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.86;
}

.contact h2 em {
  color: var(--champagne);
}

.contact > p:not(.eyebrow) {
  max-width: 540px;
  margin: 32px auto 36px;
  color: rgba(255, 250, 243, 0.72);
  line-height: 1.7;
}

.contact-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.contact-orbit-one {
  width: 550px;
  height: 550px;
  top: -280px;
  left: -110px;
}

.contact-orbit-two {
  width: 340px;
  height: 340px;
  right: -70px;
  bottom: -210px;
}

footer {
  background: var(--aubergine);
  color: var(--paper);
  padding: 82px max(32px, calc((100vw - 1280px) / 2)) 28px;
}

.footer-main {
  display: grid;
  grid-template-columns: 0.75fr 1fr 0.8fr;
  gap: 70px;
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-bottom: 58px;
}

.brand-footer {
  color: var(--champagne);
}

.footer-main > p {
  max-width: 450px;
  margin: 0;
  color: rgba(255, 250, 243, 0.58);
  line-height: 1.7;
}

.footer-main nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  font-size: 0.76rem;
  font-weight: 700;
}

.footer-info {
  display: grid;
  grid-template-columns: 1fr 1.4fr 0.7fr;
  gap: 50px;
  padding: 42px 0;
}

.footer-info span {
  color: var(--champagne);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-info p {
  margin: 10px 0 0;
  color: rgba(255, 250, 243, 0.58);
  font-size: 0.76rem;
  line-height: 1.65;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 24px;
  color: rgba(255, 250, 243, 0.42);
  font-size: 0.65rem;
}

.footer-bottom div {
  display: flex;
  gap: 24px;
}

.legal-page {
  min-height: 100vh;
  padding: 46px max(24px, calc((100vw - 940px) / 2)) 100px;
}

.legal-back {
  display: inline-flex;
  border-bottom: 1px solid var(--line);
  padding-bottom: 5px;
  font-size: 0.75rem;
  font-weight: 800;
}

.legal-header {
  margin: 100px 0 70px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 48px;
}

.legal-header h1 {
  max-width: 820px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.5rem, 8vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.legal-header > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.legal-content {
  display: grid;
  gap: 42px;
}

.legal-content section {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 45px;
}

.legal-content h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 500;
}

.legal-content p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.legal-content p a {
  color: var(--terracotta-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

  .site-header nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 90px;
  }

  .hero-copy {
    max-width: 800px;
  }

  .hero-art {
    width: min(800px, 100%);
    margin: 0 auto;
  }

  .section-heading,
  .faq {
    grid-template-columns: 1fr;
  }

  .section-heading > p {
    max-width: 620px;
  }

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

  .service-card,
  .service-card:first-child {
    min-height: auto;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }

  .service-card-body {
    margin-top: 70px;
  }

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

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-main nav {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .site-header,
  .hero,
  .section-shell {
    width: min(100% - 36px, 1280px);
  }

  .site-header {
    min-height: 80px;
    gap: 16px;
  }

  .brand strong {
    font-size: 1.08rem;
  }

  .header-cta {
    gap: 8px;
    font-size: 0.66rem;
  }

  .hero {
    min-height: auto;
    padding: 70px 0;
  }

  .hero h1 {
    font-size: clamp(4rem, 20vw, 6rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-notes {
    display: grid;
  }

  .hero-art {
    padding: 12px 14px 40px 0;
  }

  .hero-art::before {
    inset: 0 0 20px 9%;
  }

  .since-badge {
    width: 94px;
    height: 94px;
  }

  .since-badge strong {
    font-size: 1.25rem;
  }

  .manifesto {
    padding: 88px 22px;
  }

  .services {
    padding: 92px 0;
  }

  .section-heading {
    gap: 30px;
  }

  .service-grid {
    margin-top: 48px;
  }

  .service-card {
    padding: 26px;
  }

  .experience-intro,
  .experience-steps {
    padding: 76px 24px;
  }

  .experience-steps li {
    grid-template-columns: 42px 1fr;
    gap: 18px;
  }

  .about {
    grid-template-columns: 1fr;
    padding: 92px 0;
  }

  .about-year {
    width: min(390px, 100%);
    margin: 0 auto;
  }

  .faq {
    padding-bottom: 92px;
  }

  .faq summary {
    grid-template-columns: 34px 1fr 20px;
    gap: 10px;
    font-size: 1.05rem;
  }

  .faq details > p {
    margin-left: 44px;
  }

  .contact {
    padding: 92px 20px;
  }

  .contact h2 {
    font-size: clamp(4rem, 21vw, 7rem);
  }

  footer {
    padding: 70px 22px 24px;
  }

  .footer-main,
  .footer-info {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-main nav {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom div {
    flex-wrap: wrap;
  }

  .legal-header {
    margin-top: 70px;
  }

  .legal-content section {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
