@font-face {
  font-family: "Instrument Serif";
  src: url("/assets/fonts/instrument-serif-regular.ttf") format("truetype");
  font-style: normal; font-weight: 400; font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("/assets/fonts/instrument-serif-italic.ttf") format("truetype");
  font-style: italic; font-weight: 400; font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-variable.ttf") format("truetype");
  font-style: normal; font-weight: 200 800; font-display: swap;
}
:root {
  color-scheme: dark;
  --ink: #092c30;
  --ivory: #fffaf0;
  --champagne: #ead8b7;
  --muted: #dce3df;
  --button: #f5efe2;
  --button-text: #133c40;
  --serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--ink); -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--ivory); background: var(--ink); font-family: var(--sans); font-synthesis: none; }
a { color: inherit; }
svg { flex: none; }
h1, p { margin: 0; }
a:focus-visible { outline: 2px solid var(--ivory); outline-offset: 5px; border-radius: 3px; }
.skip-link { position: fixed; z-index: 20; left: 16px; top: 12px; transform: translateY(-180%); padding: 14px 18px; color: var(--button-text); background: var(--button); }
.skip-link:focus { transform: none; }
.page { position: relative; isolation: isolate; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; }
.shell { width: calc(100% - 144px); max-width: 1280px; margin-inline: auto; }
.scene { position: absolute; z-index: -3; inset: 0; display: block; }
.scene img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 58% 50%; }
.scrim { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(5, 24, 28, .86) 0%, rgba(5, 24, 28, .77) 34%, rgba(5, 24, 28, .28) 69%, rgba(5, 24, 28, .10) 100%), linear-gradient(180deg, rgba(5, 24, 28, .78) 0%, rgba(5, 24, 28, .70) 12%, rgba(5, 24, 28, 0) 28%, rgba(5, 24, 28, 0) 72%, rgba(5, 24, 28, .75) 100%); }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { color: var(--champagne); }
.brand-text { display: flex; flex-direction: column; gap: 3px; }
.brand-name { font-family: var(--serif); font-size: 31px; font-weight: 400; line-height: 1.1; letter-spacing: .01em; }
.brand-category { font-size: 9px; font-weight: 500; line-height: 1.5; letter-spacing: .27em; text-transform: uppercase; }
.header-phone { min-height: 44px; display: inline-flex; align-items: center; gap: 13px; font-size: 13px; font-weight: 500; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.hero { flex: 1; display: grid; align-items: center; padding-block: 48px 64px; }
.hero-content { max-width: 610px; }
h1 { font-weight: 400; }
.intro { display: block; margin-bottom: 24px; font-family: var(--sans); font-size: 12px; font-weight: 500; line-height: 1.5; letter-spacing: .23em; text-transform: uppercase; color: var(--muted); }
.display { overflow-wrap: anywhere; display: block; font-family: var(--serif); font-size: clamp(94px, 8.7vw, 132px); font-weight: 400; line-height: .9; letter-spacing: -.025em; }
.display > span, .display > em { display: block; font-weight: 400; }
.display > em { color: var(--champagne); font-style: italic; }
.promise { display: block; margin-top: 25px; font-family: var(--sans); font-size: 19px; font-weight: 400; line-height: 1.55; color: var(--muted); }
.promise > strong { display: block; font-weight: 600; color: var(--ivory); }
.contact { margin-top: 32px; }
.invitation { font-size: 14px; font-weight: 400; line-height: 1.6; color: var(--muted); }
.contact-actions { display: flex; align-items: center; gap: 26px; margin-top: 17px; }
.call-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 56px; min-width: 246px; padding: 16px 21px; border: 1px solid var(--button); border-radius: 4px; background: var(--button); color: var(--button-text); font-size: 14px; font-weight: 600; line-height: 1.5; text-decoration: none; transition: background-color 150ms ease, border-color 150ms ease; }
.call-button:hover { background: var(--champagne); border-color: var(--champagne); }
.phone-number, .email-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; line-height: 1.5; text-underline-offset: 5px; text-decoration-thickness: 1px; text-decoration-color: rgba(255,250,240,.5); }
.phone-number { white-space: nowrap; }
.phone-number:hover, .email-link:hover, .header-phone:hover { color: var(--champagne); }
.email-contact { margin-top: 12px; }
.email-link { overflow-wrap: anywhere; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; padding-block: 17px 24px; border-top: 1px solid rgba(255,250,240,.21); color: var(--muted); font-size: 11px; line-height: 1.6; }
@media (min-width: 768px) and (max-width: 1099px) {
  .shell { width: calc(100% - 80px); }
  .hero-content { max-width: 510px; }
  .display { font-size: 108px; }
  .contact-actions { flex-wrap: wrap; column-gap: 20px; row-gap: 8px; }
  .scrim { background: linear-gradient(90deg, rgba(5,24,28,.88) 0%, rgba(5,24,28,.76) 49%, rgba(5,24,28,.22) 100%), linear-gradient(180deg, rgba(5,24,28,.78) 0%, rgba(5,24,28,.70) 12%, transparent 28%, transparent 70%, rgba(5,24,28,.8)); }
}
@media (max-width: 767px) {
  .shell { width: calc(100% - 48px); }
  .scene { bottom: auto; height: 520px; }
  .scene img { object-position: 50% 30%; }
  .scrim { bottom: auto; height: 520px; background: linear-gradient(180deg, rgba(9,44,48,.78) 0%, rgba(9,44,48,.74) 15%, rgba(9,44,48,.08) 29%, rgba(9,44,48,.11) 38%, rgba(9,44,48,.78) 54%, rgba(9,44,48,.95) 82%, #092c30 100%); }
  .site-header { padding-top: max(23px, env(safe-area-inset-top)); padding-bottom: 18px; }
  .brand { gap: 10px; }
  .brand-mark { width: 35px; height: 35px; }
  .brand-name { font-size: 27px; }
  .brand-category { font-size: 9px; letter-spacing: .25em; }
  .header-phone { display: none; }
  .hero { align-items: start; padding-top: 210px; padding-bottom: 30px; }
  .hero-content { max-width: none; }
  .intro { font-size: 11px; line-height: 1.6; letter-spacing: .21em; margin-bottom: 18px; }
  .display { font-size: clamp(64px, 20vw, 88px); line-height: .9; letter-spacing: -.022em; }
  .promise { margin-top: 22px; font-size: 16px; line-height: 1.55; }
  .contact { margin-top: 26px; }
  .invitation { font-size: 14px; line-height: 1.6; }
  .contact-actions { display: flex; flex-direction: column; align-items: stretch; gap: 7px; margin-top: 15px; }
  .call-button { width: 100%; min-width: 0; font-size: 14px; min-height: 56px; padding: 16px 19px; }
  .phone-number { align-self: center; font-size: 14px; }
  .email-contact { margin-top: 0; text-align: center; }
  .email-link { font-size: 14px; }
  .site-footer { padding-block: 15px max(20px, env(safe-area-inset-bottom)); font-size: 11px; column-gap: 12px; }
}
@media (max-width: 359px) {
  .shell { width: calc(100% - 40px); }
  .intro { letter-spacing: .16em; }
  .display { font-size: 64px; }
  .brand-name { font-size: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media (forced-colors: active) {
  .scene, .scrim { display: none; }
  .page { background: Canvas; color: CanvasText; }
  .intro, .promise, .promise > strong, .display > em, .invitation, .site-footer { color: CanvasText; }
  .call-button { border: 1px solid ButtonText; color: ButtonText; background: ButtonFace; }
}
