@font-face {
  font-family: "Manrope";
  src: url("./fonts/manrope-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  src: url("./fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("./fonts/source-serif-4-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("./fonts/source-serif-4-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #171820;
  --ink-soft: #23232c;
  --paper: #f6f1e9;
  --paper-deep: #ede3d7;
  --white: #fff;
  --wine: #7b203f;
  --wine-dark: #54152a;
  --sand: #e3cca4;
  --stone: #d8ccc0;
  --muted: #66605a;
  --line: #d7cec5;
  --line-dark: rgba(255, 255, 255, 0.18);
  --success: #47725c;
  --serif: "Source Serif 4", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: min(1280px, calc(100vw - 64px));
  --reading: 720px;
  --header-height: 92px;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(18, 16, 21, 0.14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  text-decoration-color: var(--wine);
}

:focus-visible {
  outline: 3px solid var(--sand);
  outline-offset: 4px;
}

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

h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.025em;
}

p:last-child,
ul:last-child {
  margin-bottom: 0;
}

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

.reading-width {
  max-width: var(--reading);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 18px;
  transform: translateY(-160%);
  border-radius: 4px;
  background: var(--sand);
  color: var(--ink);
  font-weight: 700;
  transition: transform 0.2s ease;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--wine);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}

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

.display-title {
  max-width: 920px;
  margin-bottom: 30px;
  font-size: clamp(3.1rem, 7.3vw, 7rem);
  line-height: 0.92;
}

.section-title {
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.section-intro {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  line-height: 1.7;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-block: 8px;
  color: var(--wine);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link::after {
  content: "→";
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

.text-link:hover::after {
  transform: translateX(5px);
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: var(--wine);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.button:hover {
  background: var(--wine-dark);
  color: var(--white);
  text-decoration: none;
  transform: translateY(-2px);
}

.button--light {
  background: var(--sand);
  color: var(--ink);
}

.button--light:hover {
  background: var(--white);
  color: var(--ink);
}

.button--outline {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: var(--white);
}

.button--outline:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.button svg,
.icon-link svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-height);
  color: var(--white);
  transition: height 0.35s ease, background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  content: "";
}

.site-header.is-scrolled,
.site-header.site-header--solid {
  height: 74px;
  background: rgba(23, 24, 32, 0.94);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  width: min(250px, 28vw);
  flex: 0 0 auto;
  align-items: center;
}

.brand img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.5vw, 38px);
}

.desktop-nav > a:not(.button) {
  position: relative;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--sand);
  content: "";
  transition: transform 0.3s ease;
}

.desktop-nav > a:not(.button):hover,
.desktop-nav > a[aria-current="page"] {
  color: var(--white);
}

.desktop-nav > a:not(.button):hover::after,
.desktop-nav > a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--sand);
  font-size: 0.82rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.header-phone svg {
  width: 18px;
  height: 18px;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  width: 20px;
  height: 1px;
  background: currentColor;
  content: "";
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle {
  flex-direction: column;
  gap: 5px;
}

.menu-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"]::before {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"]::after {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  visibility: hidden;
  overflow-y: auto;
  padding: max(118px, calc(env(safe-area-inset-top) + 94px)) max(28px, calc((100vw - 720px) / 2)) max(36px, env(safe-area-inset-bottom));
  transform: translateY(-12px);
  grid-template-rows: 1fr auto;
  background: var(--ink);
  color: var(--white);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

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

.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.mobile-nav a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-dark);
  font-family: var(--serif);
  font-size: clamp(2rem, 8vw, 3.5rem);
  line-height: 1.1;
  text-decoration: none;
}

.mobile-nav a::after {
  color: var(--sand);
  content: "↗";
  font-family: var(--sans);
  font-size: 1rem;
}

.mobile-menu-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding-top: 28px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
}

.mobile-menu-meta a {
  color: var(--sand);
  text-decoration: none;
}

.hero-home {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  align-items: stretch;
  grid-template-rows: 1fr auto;
  background: var(--ink);
  color: var(--white);
}

.hero-home::before {
  position: absolute;
  top: 18%;
  left: -130px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(227, 204, 164, 0.12);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: min(850px, calc(100svh - 116px));
  align-items: center;
  gap: clamp(40px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.72fr);
  padding-top: 126px;
  padding-bottom: 64px;
}

.hero-copy {
  padding-block: 40px;
}

.hero-home .eyebrow {
  color: var(--sand);
}

.hero-home h1 {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: clamp(4rem, 7.5vw, 7.7rem);
  line-height: 0.9;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 26px;
}

.hero-secondary {
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration-color: var(--sand);
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  max-width: 510px;
  justify-self: end;
  padding: 18px 18px 0 0;
}

.hero-visual::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 82%;
  height: 75%;
  border-top: 1px solid var(--sand);
  border-right: 1px solid var(--sand);
  content: "";
}

.hero-visual::after {
  position: absolute;
  right: -28px;
  bottom: 68px;
  width: 56px;
  height: 4px;
  background: var(--wine);
  content: "";
}

.hero-photo-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5.2;
  background: #34343a;
  box-shadow: var(--shadow);
}

.hero-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: contrast(1.03);
  transition: transform 1.2s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.hero-visual:hover .hero-photo-wrap img {
  transform: scale(1.025);
}

.hero-caption {
  position: absolute;
  right: -18px;
  bottom: 22px;
  max-width: 230px;
  padding: 16px 18px;
  border-left: 3px solid var(--wine);
  background: rgba(246, 241, 233, 0.94);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  color: var(--ink);
  font-size: 0.77rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-meta {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--line-dark);
}

.hero-meta-inner {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr;
}

.hero-meta-item {
  display: flex;
  min-height: 115px;
  align-items: center;
  gap: 16px;
  padding: 20px 28px;
  border-right: 1px solid var(--line-dark);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  line-height: 1.5;
}

.hero-meta-item:first-child {
  padding-left: 0;
}

.hero-meta-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.hero-meta-item svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: var(--sand);
}

.hero-meta-item strong,
.hero-meta-item a {
  display: block;
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.section {
  padding-block: clamp(86px, 10vw, 150px);
}

.section--white {
  background: var(--white);
}

.section--ink {
  background: var(--ink);
  color: var(--white);
}

.section--stone {
  background: var(--paper-deep);
}

.section-heading-row {
  display: grid;
  align-items: end;
  gap: 44px;
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
  margin-bottom: clamp(54px, 7vw, 94px);
}

.section-heading-row .section-title {
  margin-bottom: 0;
}

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

.service-row {
  position: relative;
  display: grid;
  align-items: center;
  gap: 26px;
  grid-template-columns: 70px minmax(210px, 0.9fr) minmax(300px, 1.3fr) 44px;
  padding: 35px 4px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: color 0.25s ease, padding 0.3s ease;
}

.service-row::before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -28px;
  width: 4px;
  transform: scaleY(0);
  transform-origin: bottom;
  background: var(--wine);
  content: "";
  transition: transform 0.3s ease;
}

.service-row:hover {
  padding-left: 14px;
  color: var(--wine);
  text-decoration: none;
}

.service-row:hover::before {
  transform: scaleY(1);
}

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

.service-name {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  line-height: 1.1;
}

.service-summary {
  color: var(--muted);
  font-size: 0.98rem;
}

.service-arrow {
  color: var(--wine);
  font-size: 1.5rem;
  text-align: right;
  transition: transform 0.25s ease;
}

.service-row:hover .service-arrow {
  transform: translateX(5px);
}

.about-grid {
  display: grid;
  align-items: center;
  gap: clamp(52px, 9vw, 130px);
  grid-template-columns: minmax(300px, 0.85fr) minmax(390px, 1.15fr);
}

.framed-image {
  position: relative;
  padding: 18px 0 0 18px;
}

.framed-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 74%;
  height: 76%;
  border-top: 1px solid var(--wine);
  border-left: 1px solid var(--wine);
  content: "";
}

.framed-image::after {
  position: absolute;
  right: -22px;
  bottom: 34px;
  width: 46px;
  height: 4px;
  background: var(--wine);
  content: "";
}

.framed-image img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.about-copy .section-title {
  max-width: 640px;
}

.about-copy .lead-strong {
  margin-bottom: 26px;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
  line-height: 1.45;
}

.about-copy p:not(.lead-strong) {
  max-width: 680px;
  color: var(--muted);
}

.about-copy .text-link {
  margin-top: 14px;
}

.language-banner {
  position: relative;
  overflow: hidden;
  background: var(--wine-dark);
  color: var(--white);
}

.language-banner::before {
  position: absolute;
  top: -240px;
  right: 8vw;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(227, 204, 164, 0.2);
  border-radius: 50%;
  content: "";
}

.language-inner {
  position: relative;
  display: grid;
  min-height: 420px;
  align-items: center;
  gap: 50px;
  grid-template-columns: 0.58fr 1.42fr;
  padding-block: 80px;
}

.language-mark {
  color: var(--sand);
  font-family: var(--serif);
  font-size: clamp(5rem, 12vw, 10rem);
  line-height: 0.8;
}

.language-copy blockquote {
  max-width: 880px;
  margin-bottom: 20px;
  font-family: var(--serif);
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1.12;
}

.language-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.pricing-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 54px;
}

.pricing-card {
  position: relative;
  min-height: 300px;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--white);
}

.pricing-card::before {
  display: block;
  width: 38px;
  height: 3px;
  margin-bottom: 70px;
  background: var(--wine);
  content: "";
}

.pricing-card h3 {
  margin-bottom: 14px;
  font-size: clamp(1.7rem, 2.4vw, 2.3rem);
}

.pricing-card p {
  color: var(--muted);
  font-size: 0.95rem;
}

.pricing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 44px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.pricing-cta p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
}

.image-divider {
  position: relative;
  display: grid;
  min-height: 520px;
  overflow: hidden;
  place-items: center;
  background: var(--ink);
  color: var(--white);
}

.image-divider picture,
.image-divider img,
.image-divider::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.image-divider img {
  object-fit: cover;
  object-position: center 54%;
}

.image-divider::after {
  background: linear-gradient(90deg, rgba(23, 24, 32, 0.91) 0%, rgba(23, 24, 32, 0.66) 52%, rgba(23, 24, 32, 0.26) 100%);
  content: "";
}

.image-divider-content {
  position: relative;
  z-index: 1;
  width: var(--container);
}

.image-divider-content h2 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 5.8vw, 6rem);
}

.image-divider-content p {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.74);
}

.contact-section {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.contact-section::before {
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 1px;
  height: 100%;
  background: var(--line-dark);
  content: "";
}

.contact-grid {
  display: grid;
  gap: clamp(60px, 10vw, 150px);
  grid-template-columns: 0.78fr 1.22fr;
}

.contact-copy {
  align-self: start;
}

.contact-copy .section-title {
  margin-bottom: 28px;
}

.contact-copy > p {
  max-width: 480px;
  color: rgba(255, 255, 255, 0.68);
}

.contact-list {
  display: grid;
  gap: 0;
  margin-top: 44px;
  border-top: 1px solid var(--line-dark);
}

.contact-list a,
.contact-list .contact-item {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--line-dark);
  color: var(--white);
  font-size: 0.97rem;
  text-decoration: none;
}

.contact-list svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  color: var(--sand);
}

.contact-form-wrap {
  position: relative;
  padding: clamp(32px, 5vw, 64px);
  background: var(--paper);
  box-shadow: var(--shadow);
  color: var(--ink);
}

.contact-form-wrap h3 {
  margin-bottom: 34px;
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.form-row {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.form-field {
  position: relative;
  margin-bottom: 23px;
}

.form-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #81766d;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field input {
  height: 48px;
}

.form-field textarea {
  min-height: 126px;
  padding-block: 11px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--wine);
  box-shadow: 0 1px 0 var(--wine);
}

.form-field input:focus-visible,
.form-field textarea:focus-visible {
  outline: 3px solid rgba(123, 32, 63, 0.34);
  outline-offset: 3px;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 8px 0 26px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.form-consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
  accent-color: var(--wine);
}

.form-consent a {
  color: var(--wine);
}

.form-note,
.form-status {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.form-status {
  min-height: 1.5em;
  color: var(--success);
  font-weight: 600;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.site-footer {
  padding: 64px 0 26px;
  border-top: 1px solid var(--line-dark);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.68);
}

.footer-main {
  display: grid;
  align-items: start;
  gap: 54px;
  grid-template-columns: 1.1fr 0.7fr 0.85fr;
  padding-bottom: 58px;
}

.footer-brand img {
  width: min(270px, 100%);
}

.footer-brand p {
  max-width: 420px;
  margin: 24px 0 0;
  font-size: 0.88rem;
}

.footer-title {
  margin-bottom: 18px;
  color: var(--sand);
  font-family: var(--sans);
  font-size: 0.71rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-nav,
.footer-details {
  display: grid;
  gap: 10px;
}

.footer-nav a,
.footer-details a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.footer-nav a:hover,
.footer-details a:hover {
  color: var(--sand);
}

.footer-details {
  font-size: 0.88rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid var(--line-dark);
  font-size: 0.74rem;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.78);
}

.inner-hero {
  position: relative;
  display: grid;
  min-height: 610px;
  overflow: hidden;
  align-items: end;
  padding: 180px 0 88px;
  background: var(--ink);
  color: var(--white);
}

.inner-hero::before {
  position: absolute;
  top: 100px;
  right: max(32px, calc((100vw - 1280px) / 2));
  width: min(40vw, 500px);
  height: calc(100% - 150px);
  border-top: 1px solid rgba(227, 204, 164, 0.46);
  border-right: 1px solid rgba(227, 204, 164, 0.46);
  content: "";
}

.inner-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  height: 5px;
  background: var(--wine);
  content: "";
}

.inner-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: end;
  gap: 60px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.inner-hero h1 {
  max-width: 850px;
  margin-bottom: 22px;
  font-size: clamp(3.6rem, 7.6vw, 7rem);
}

.inner-hero p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1.03rem, 1.5vw, 1.22rem);
}

.hero-aside {
  padding: 28px 0 4px 28px;
  border-left: 1px solid var(--line-dark);
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.86rem;
}

.hero-aside strong {
  display: block;
  margin-bottom: 7px;
  color: var(--sand);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: var(--sand);
  text-decoration: none;
}

.page-layout {
  display: grid;
  align-items: start;
  gap: clamp(50px, 8vw, 110px);
  grid-template-columns: 260px minmax(0, 1fr);
}

.side-nav {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 2px;
  padding-top: 18px;
  border-top: 3px solid var(--wine);
}

.side-nav span {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.side-nav a {
  padding: 11px 4px;
  border-bottom: 1px solid var(--line);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.side-nav a:hover {
  color: var(--wine);
}

.practice-stack {
  display: grid;
  gap: 28px;
}

.practice-card {
  display: grid;
  gap: 36px;
  grid-template-columns: 72px minmax(0, 1fr);
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid var(--line);
  background: var(--white);
}

.practice-number {
  color: var(--wine);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.practice-card h2 {
  margin-bottom: 22px;
  font-size: clamp(2.3rem, 4vw, 4rem);
}

.practice-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.practice-card li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
}

.practice-card li::before {
  position: absolute;
  top: 0.77em;
  left: 0;
  width: 9px;
  height: 1px;
  background: var(--wine);
  content: "";
}

.document-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 28px;
  padding: 30px 34px;
  border: 1px solid var(--line);
  background: var(--paper-deep);
}

.document-card h3 {
  margin-bottom: 5px;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}

.document-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.document-card .button {
  flex: 0 0 auto;
}

.story-hero {
  display: grid;
  align-items: center;
  gap: clamp(50px, 9vw, 125px);
  grid-template-columns: minmax(320px, 0.8fr) minmax(390px, 1.2fr);
}

.story-photo {
  position: relative;
}

.story-photo::before {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 78%;
  height: 80%;
  border-top: 1px solid var(--wine);
  border-right: 1px solid var(--wine);
  content: "";
}

.story-photo img {
  position: relative;
  width: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow);
}

.story-copy .section-title {
  margin-bottom: 30px;
}

.story-copy .intro {
  margin-bottom: 26px;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.5;
}

.story-copy p:not(.intro) {
  color: var(--muted);
}

.longform {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(200px, 0.5fr) minmax(420px, 1.5fr);
}

.longform h2 {
  position: sticky;
  top: 110px;
  align-self: start;
  margin-bottom: 0;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
}

.longform-text {
  max-width: 820px;
  color: var(--muted);
  font-size: 1.04rem;
}

.longform-text p {
  margin-bottom: 24px;
}

.longform-text strong {
  color: var(--ink);
}

.fee-models {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.fee-model {
  min-height: 360px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  background: var(--white);
}

.fee-model .number {
  display: block;
  margin-bottom: 82px;
  color: var(--wine);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.fee-model h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.3vw, 3rem);
}

.fee-model p {
  color: var(--muted);
  font-size: 0.95rem;
}

.price-section-heading {
  display: grid;
  align-items: end;
  gap: 34px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 48px;
}

.price-section-heading .section-title {
  margin-bottom: 0;
}

.price-section-heading p {
  margin: 0;
  color: var(--muted);
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
}

.price-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.price-table th,
.price-table td {
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.price-table th {
  background: var(--ink);
  color: var(--sand);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.price-table td:last-child,
.price-table th:last-child {
  width: 32%;
  color: var(--wine);
  font-weight: 700;
  text-align: right;
}

.price-table th:last-child {
  color: var(--sand);
}

.price-table tr:hover td {
  background: #fbf8f3;
}

.contact-page-grid {
  display: grid;
  gap: clamp(50px, 8vw, 110px);
  grid-template-columns: minmax(330px, 0.8fr) minmax(440px, 1.2fr);
}

.contact-panel h2 {
  margin-bottom: 34px;
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
}

.address-card {
  margin-bottom: 18px;
  padding: 30px 32px;
  border: 1px solid var(--line);
  background: var(--white);
}

.address-card .label {
  display: block;
  margin-bottom: 10px;
  color: var(--wine);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.address-card h3 {
  margin-bottom: 8px;
  font-family: var(--sans);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0;
}

.address-card p {
  margin: 0;
  color: var(--muted);
}

.address-card .text-link {
  margin-top: 15px;
}

.contact-facts {
  display: grid;
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid var(--line);
}

.contact-fact {
  display: grid;
  align-items: center;
  gap: 18px;
  grid-template-columns: 120px 1fr;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.contact-fact span:first-child {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-fact a {
  color: var(--wine);
  font-weight: 650;
  text-decoration: none;
}

.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.trust-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  min-height: 116px;
  padding: 27px;
  border-right: 1px solid var(--line);
}

.trust-item:first-child {
  padding-left: 0;
}

.trust-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.trust-item strong {
  display: block;
  margin-bottom: 3px;
  font-family: var(--serif);
  font-size: 1.24rem;
  font-weight: 500;
}

.trust-item span {
  color: var(--muted);
  font-size: 0.78rem;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(50px, 8vw, 96px);
  background: var(--wine-dark);
  color: var(--white);
}

.cta-panel::after {
  position: absolute;
  top: -190px;
  right: -130px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(227, 204, 164, 0.22);
  border-radius: 50%;
  content: "";
}

.cta-panel-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-panel h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.error-page {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 130px 32px 80px;
  background: var(--ink);
  color: var(--white);
  text-align: center;
}

.error-page strong {
  color: var(--sand);
  font-family: var(--serif);
  font-size: clamp(5rem, 20vw, 13rem);
  font-weight: 500;
  line-height: 0.8;
}

.error-page h1 {
  margin: 28px 0 18px;
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.error-page p {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.7);
}

.js [data-reveal] {
  transform: translateY(22px);
  opacity: 0;
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.js [data-reveal].is-visible {
  transform: translateY(0);
  opacity: 1;
}

.js [data-reveal-delay="1"] {
  transition-delay: 0.08s;
}

.js [data-reveal-delay="2"] {
  transition-delay: 0.16s;
}

.js [data-reveal-delay="3"] {
  transition-delay: 0.24s;
}

@media (max-width: 1160px) {
  :root {
    --container: min(100% - 48px, 1120px);
  }

  .desktop-nav {
    gap: 20px;
  }

  .desktop-nav .button,
  .header-phone {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.7fr);
  }
}

@media (max-width: 900px) {
  :root {
    --container: min(100% - 40px, 760px);
    --header-height: 78px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .no-js .site-header {
    position: absolute;
  }

  .no-js .menu-toggle {
    display: none;
  }

  .no-js .mobile-menu {
    position: relative;
    z-index: 80;
    display: block;
    visibility: visible;
    padding: 92px 20px 24px;
    transform: none;
    background: var(--ink-soft);
    opacity: 1;
    pointer-events: auto;
  }

  .no-js .mobile-nav {
    width: var(--container);
    margin-inline: auto;
  }

  .no-js .mobile-nav a {
    font-family: var(--sans);
    font-size: 1rem;
  }

  .no-js .mobile-menu-meta {
    display: none;
  }

  .brand {
    width: 210px;
  }

  .site-header.is-scrolled,
  .site-header.site-header--solid {
    height: 68px;
  }

  .hero-home {
    min-height: auto;
  }

  .hero-home::before {
    display: none;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 118px;
    padding-bottom: 54px;
  }

  .hero-copy {
    padding-block: 18px 0;
  }

  .hero-home h1 {
    max-width: 680px;
  }

  .hero-visual {
    width: min(560px, calc(100% - 12px));
    max-width: none;
    justify-self: center;
  }

  .hero-photo-wrap {
    aspect-ratio: 4 / 4.6;
  }

  .hero-photo-wrap img {
    object-position: center 28%;
  }

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

  .hero-meta-item,
  .hero-meta-item:first-child,
  .hero-meta-item:last-child {
    min-height: 78px;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .hero-meta-item:last-child {
    border-bottom: 0;
  }

  .section-heading-row,
  .about-grid,
  .language-inner,
  .contact-grid,
  .inner-hero-grid,
  .page-layout,
  .story-hero,
  .longform,
  .price-section-heading,
  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .section-heading-row {
    gap: 22px;
  }

  .service-row {
    grid-template-columns: 48px minmax(190px, 0.9fr) minmax(260px, 1.1fr) 32px;
  }

  .about-grid {
    gap: 66px;
  }

  .framed-image {
    width: min(560px, calc(100% - 12px));
  }

  .framed-image img {
    aspect-ratio: 5 / 4;
  }

  .language-inner {
    min-height: auto;
    gap: 20px;
  }

  .language-mark {
    font-size: 4.5rem;
  }

  .pricing-grid,
  .fee-models {
    grid-template-columns: 1fr;
  }

  .pricing-card,
  .fee-model {
    min-height: 0;
  }

  .pricing-card::before,
  .fee-model .number {
    margin-bottom: 40px;
  }

  .contact-section::before {
    display: none;
  }

  .contact-grid {
    gap: 60px;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .inner-hero {
    min-height: 540px;
    padding-top: 150px;
  }

  .inner-hero::before {
    width: 58vw;
  }

  .hero-aside {
    max-width: 500px;
    padding-left: 22px;
  }

  .side-nav {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }

  .side-nav span {
    grid-column: 1 / -1;
  }

  .longform h2 {
    position: static;
  }

  .trust-strip-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 680px) {
  :root {
    --container: calc(100% - 32px);
  }

  body {
    font-size: 16px;
  }

  .brand {
    width: 178px;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .hero-home h1 {
    font-size: clamp(3.35rem, 16vw, 5rem);
  }

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

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

  .hero-secondary {
    align-self: flex-start;
    padding: 8px 0;
  }

  .hero-visual {
    width: calc(100% - 8px);
    padding: 12px 12px 0 0;
  }

  .hero-caption {
    right: -8px;
    bottom: 14px;
    max-width: 205px;
    padding: 13px 14px;
    font-size: 0.68rem;
  }

  .service-row {
    gap: 10px 16px;
    grid-template-columns: 42px 1fr 30px;
    padding: 26px 0;
  }

  .service-summary {
    grid-column: 2 / -1;
    padding-right: 12px;
  }

  .service-arrow {
    grid-column: 3;
    grid-row: 1;
  }

  .framed-image::after {
    right: -10px;
  }

  .language-copy blockquote {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .pricing-card {
    padding: 28px;
  }

  .pricing-cta,
  .cta-panel-inner,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .image-divider {
    min-height: 500px;
  }

  .image-divider::after {
    background: linear-gradient(0deg, rgba(23, 24, 32, 0.94) 0%, rgba(23, 24, 32, 0.58) 100%);
  }

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

  .footer-brand {
    grid-column: auto;
  }

  .inner-hero {
    min-height: 520px;
    padding: 135px 0 70px;
  }

  .inner-hero h1 {
    font-size: clamp(3.25rem, 16vw, 5.2rem);
  }

  .inner-hero::before {
    top: 90px;
    right: 16px;
    width: 74vw;
    height: 48%;
  }

  .practice-card {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .document-card {
    align-items: stretch;
    flex-direction: column;
  }

  .document-card .button {
    width: 100%;
  }

  .story-photo img {
    min-height: 430px;
  }

  .price-table,
  .price-table tbody,
  .price-table tr,
  .price-table td {
    display: block;
    width: 100%;
  }

  .price-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .price-table tr {
    padding: 20px 22px;
    border-bottom: 1px solid var(--line);
    background: var(--white);
  }

  .price-table td,
  .price-table td:last-child {
    width: 100%;
    padding: 0;
    border: 0;
    text-align: left;
  }

  .price-table td:last-child {
    margin-top: 8px;
  }

  .contact-fact {
    gap: 5px;
    grid-template-columns: 1fr;
  }

  .trust-strip-inner {
    grid-template-columns: 1fr;
  }

  .trust-item,
  .trust-item:first-child,
  .trust-item:last-child {
    min-height: 0;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .side-nav {
    grid-template-columns: 1fr;
  }

  .side-nav span {
    grid-column: auto;
  }
}

@media (max-height: 640px) and (max-width: 900px) {
  .mobile-menu {
    padding-top: max(88px, calc(env(safe-area-inset-top) + 70px));
    padding-bottom: max(20px, env(safe-area-inset-bottom));
  }

  .mobile-nav a {
    padding-block: 11px;
    font-size: clamp(1.65rem, 7vw, 2.4rem);
  }

  .mobile-menu-meta {
    padding-top: 18px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js [data-reveal] {
    transform: none;
    opacity: 1;
  }
}

@media print {
  .site-header,
  .mobile-menu,
  .site-footer,
  .contact-section,
  .cta-panel,
  .side-nav {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }

  .inner-hero {
    min-height: 0;
    padding: 40px 0;
    background: #fff;
    color: #000;
  }

  .inner-hero p,
  .breadcrumbs {
    color: #333;
  }

  .section {
    padding-block: 40px;
  }
}
