:root {
  color-scheme: light;
  --paper: #f7f9f6;
  --forest: #284e43;
  --ink: #233b35;
  --muted: #5f6f66;
  --cream: #efe6d2;
  --sage: #e7eae1;
  --line: #d7e1d3;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
::selection { background: var(--forest); color: var(--cream); }
.skip-link { position: absolute; top: -80px; left: 24px; padding: 14px 20px; z-index: 5; background: var(--cream); color: var(--forest); }
.skip-link:focus { top: 16px; }
.page { width: min(100%, 1800px); margin-inline: auto; }
.container { width: calc(100% - clamp(48px, 12.5vw, 200px)); margin-inline: auto; }
.header { min-height: 112px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px 28px; padding-block: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--forest); min-height: 44px; flex-shrink: 0; }
.brand-mark { width: 38px; height: 32px; object-fit: contain; }
.wordmark { font-family: "Literata", Georgia, serif; font-size: 1.75rem; line-height: 1.25; letter-spacing: -.045em; font-weight: 400; padding-bottom: 4px; }
.header-note { font-size: .8125rem; color: var(--muted); line-height: 1.7; margin: 0; }
.header-contact { display: inline-flex; align-items: center; gap: 26px; padding-block: 14px; font-size: .875rem; font-weight: 600; white-space: nowrap; }
.header-contact span { transition: transform .2s; }
.header-contact:hover span { transform: translate(3px, 3px); }
.hero { display: grid; grid-template-columns: 1fr 1.1fr; align-items: stretch; border-top: 1px solid var(--line); }
.hero-copy { padding: clamp(54px, 7.2vw, 110px) clamp(32px, 4.8vw, 80px) 64px clamp(24px, 6.25vw, 100px); align-self: center; }
.launch-note { margin: 0 0 30px; display: flex; align-items: center; gap: 12px; font-size: .875rem; font-weight: 500; color: var(--forest); line-height: 1.6; }
.launch-rule { width: 26px; height: 1px; background: currentColor; flex-shrink: 0; }
h1, h2 { margin: 0; font-family: "Literata", Georgia, serif; font-weight: 400; }
h1 { font-size: clamp(3.5rem, 6.8vw, 7.3rem); line-height: 1.12; letter-spacing: -.058em; color: var(--forest); }
.description { max-width: 26em; margin: 30px 0 0; font-size: 1.0625rem; line-height: 1.85; color: var(--muted); text-wrap: pretty; }
.hello-button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 162px; gap: 36px; min-height: 52px; padding: 14px 23px; margin-top: 32px; background: var(--forest); color: var(--cream); border: 1px solid var(--forest); border-radius: 3px; font-size: .9375rem; font-weight: 600; transition: background .2s, transform .2s; }
.hello-button:hover { background: #1c3d33; transform: translateY(-2px); }
.hello-button:focus-visible { outline-color: var(--forest); }
.building-note { font-size: .8125rem; color: var(--muted); line-height: 1.7; margin: 20px 0 0; }
.hero-art { position: relative; margin: 0; min-width: 0; min-height: 620px; background: var(--forest); overflow: hidden; }
.hero-art img { position: absolute; inset: 0; display: block; height: 100%; width: 100%; object-fit: cover; object-position: center 74%; }
.contact-section { background: var(--forest); color: var(--cream); }
.contact-section ::selection { background: var(--cream); color: var(--forest); }
.contact-content { padding-block: 70px 78px; display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 72px; }
.section-label { font-size: .875rem; margin: 0 0 17px; line-height: 1.6; }
h2 { font-size: clamp(2.5rem, 4.25vw, 4.5rem); line-height: 1.2; letter-spacing: -.045em; }
.contact-details { min-width: 0; }
.contact-details > p { font-size: 1rem; line-height: 1.8; color: #e0e3d5; margin: 0 0 19px; }
.email-link { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 10px 0 15px; border-bottom: 1px solid #efe6d273; font-size: clamp(1.25rem, 2.1vw, 1.875rem); line-height: 1.5; }
.email-link > span:first-child { overflow-wrap: anywhere; }
.email-arrow { flex-shrink: 0; transition: transform .2s; }
.email-link:hover .email-arrow { transform: translate(4px, -4px); }
.footer { min-height: 95px; display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: .8125rem; line-height: 1.6; color: var(--muted); }
.footer p { margin: 0; }
.footer-brand { display: grid; place-items: center; min-width: 44px; min-height: 44px; }
.footer-brand img { display: block; width: 25px; height: 21px; object-fit: contain; }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: arrival .6s ease-out both; }
  @keyframes arrival { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
}
@media (max-width: 1100px) {
  .header-note { display: none; }
  .hero-copy { padding-top: 54px; padding-bottom: 54px; padding-right: 32px; }
  .hero-art { min-height: 580px; }
  h1 { font-size: clamp(3.25rem, 7vw, 5rem); }
  .description { font-size: 1rem; }
  .contact-content { gap: 40px; }
}
@media (max-width: 700px) {
  .header { min-height: 96px; gap: 20px; }
  .wordmark { font-size: 1.5rem; }
  .brand { gap: 8px; }
  .brand-mark { width: 31px; height: 27px; }
  .header-contact { gap: 15px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 40px 24px 42px; }
  .launch-note { margin-bottom: 24px; }
  h1 { font-size: clamp(3.5rem, 12.8vw, 5.5rem); }
  .description { max-width: 30em; margin-top: 24px; }
  .hello-button { margin-top: 28px; }
  .building-note { margin-top: 16px; }
  .hero-art { min-height: 0; aspect-ratio: 6 / 5; }
  .hero-art img { object-position: center 76%; }
  .contact-content { grid-template-columns: 1fr; gap: 30px; padding-block: 44px 48px; }
  h2 { font-size: clamp(2.75rem, 10vw, 4.25rem); }
  .section-label { margin-bottom: 12px; }
  .email-link { font-size: clamp(1.1875rem, 5.7vw, 1.625rem); }
  .footer { min-height: 104px; gap: 12px; font-size: .75rem; }
  .footer p:last-child { text-align: right; max-width: 12em; }
  .footer-brand { display: none; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 40px); }
  .header { gap: 12px; flex-wrap: wrap; padding-block: 18px; }
  .wordmark { font-size: 1.375rem; }
  .header-contact { gap: 10px; }
  .hero-copy { padding-inline: 20px; }
  h1 { font-size: 3.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
