:root {
  --ink: #1d201c;
  --pine: #18352b;
  --pine-light: #25493c;
  --cream: #f3eee4;
  --paper: #fbf8f2;
  --sand: #d2bc96;
  --copper: #b86b45;
  --line: rgba(29, 32, 28, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.skip-link {
  position: fixed;
  z-index: 100;
  left: 1rem;
  top: -5rem;
  padding: 0.8rem 1rem;
  background: white;
  color: var(--ink);
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 96px;
  display: flex;
  align-items: center;
  padding: 0 4.5vw;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 44px;
  height: 44px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 1.5rem;
  font-style: italic;
}
.brand-words { display: flex; flex-direction: column; line-height: 0.95; text-transform: uppercase; letter-spacing: 0.15em; font-size: 0.61rem; }
.brand-words strong { font-family: Georgia, serif; font-size: 1.05rem; letter-spacing: 0.04em; font-weight: 500; }
.site-header nav { margin-left: auto; display: flex; gap: 2.4rem; font-size: 0.77rem; text-transform: uppercase; letter-spacing: 0.16em; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: white; transition: width .2s ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { width: 100%; }
.header-cta { margin-left: 3rem; padding: 12px 18px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; }

.hero {
  min-height: 860px;
  height: 100svh;
  position: relative;
  color: white;
  overflow: hidden;
  background: var(--pine);
}
.hero-photo { position: absolute; inset: 0; background-image: url('assets/national-specialty-2025.jpg'); background-size: cover; background-position: 55% 40%; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,28,23,.91) 0%, rgba(11,28,23,.68) 42%, rgba(11,28,23,.12) 76%), linear-gradient(0deg, rgba(9,22,18,.45), transparent 50%); }
.hero-content { position: relative; z-index: 2; max-width: 720px; padding: 230px 5vw 120px; }
.eyebrow { margin: 0 0 1.6rem; text-transform: uppercase; letter-spacing: .28em; font-size: .72rem; font-weight: 700; }
.eyebrow::before { content: ""; display: inline-block; vertical-align: middle; width: 42px; height: 1px; background: currentColor; margin-right: 16px; opacity: .75; }
.eyebrow.dark { color: var(--copper); }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.04em; margin: 0; }
h1 { font-size: clamp(5rem, 8.6vw, 9.4rem); line-height: .82; max-width: 900px; }
h1 em, .gallery-heading em { font-weight: 400; color: var(--sand); }
.hero-copy { max-width: 545px; margin: 2.2rem 0 0; font-family: Georgia, serif; font-size: 1.23rem; line-height: 1.65; color: rgba(255,255,255,.82); }
.hero-actions { margin-top: 2.8rem; display: flex; align-items: center; gap: 2rem; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; padding: 0 1.5rem; border-radius: 999px; text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light { background: var(--cream); color: var(--pine); }
.button-outline { border: 1px solid rgba(255,255,255,.55); color: white; }
.button-outline:hover { background: white; color: var(--pine); }
.text-link, .line-link { display: inline-flex; align-items: center; gap: .9rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; border-bottom: 1px solid currentColor; padding-bottom: 8px; }
.hero-note { position: absolute; z-index: 2; right: 4.5vw; bottom: 40px; display: grid; grid-template-columns: auto auto; gap: 3px 18px; align-items: center; font-size: .68rem; text-transform: uppercase; letter-spacing: .16em; }
.hero-note::before { content: ""; grid-row: span 2; width: 1px; height: 44px; background: rgba(255,255,255,.5); margin-right: 6px; }
.hero-note strong { font-family: Georgia, serif; font-size: 1rem; letter-spacing: 0; text-transform: none; font-weight: 400; }

.award-bar { min-height: 92px; padding: 1.3rem 4vw; background: var(--copper); color: white; display: flex; align-items: center; justify-content: center; gap: 2.2vw; text-transform: uppercase; letter-spacing: .13em; font-size: .68rem; text-align: center; }
.award-bar p { margin: 0; }
.award-star { font-size: 1.4rem; }
.award-divider { width: 1px; height: 24px; background: rgba(255,255,255,.38); }

.section { padding: 9rem 6vw; }
.section-label { display: flex; gap: 1rem; align-items: center; text-transform: uppercase; letter-spacing: .18em; font-size: .67rem; }
.section-label span { color: var(--copper); }
.about { display: grid; grid-template-columns: .7fr 1.4fr 1fr; gap: 5vw; align-items: start; background: var(--paper); }
.about-heading h2, .principle-intro h2, .gallery-heading h2 { font-size: clamp(3.3rem, 5.6vw, 6.5rem); line-height: .95; }
.about-copy { padding-top: 3.5rem; }
.about-copy p { font-family: Georgia, serif; font-size: 1.05rem; line-height: 1.75; color: #5c5e57; }
.about-copy .line-link { margin-top: 1.6rem; color: var(--pine); }
.about-portrait { margin: 3.5rem 0 0; }
.about-portrait img { width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: saturate(.82); }
.about-portrait figcaption { margin-top: .8rem; font-family: Georgia, serif; font-size: .85rem; font-style: italic; color: #77786f; }

.principles { padding-top: 2rem; background: var(--paper); display: grid; grid-template-columns: .9fr 1.4fr; gap: 8vw; }
.principle-intro h2 { max-width: 650px; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.principle-grid article { padding: 2rem 1.7rem 1rem; border-left: 1px solid var(--line); }
.principle-grid article:last-child { border-right: 1px solid var(--line); }
.principle-grid span { font-size: .66rem; color: var(--copper); }
.principle-grid h3 { font-family: Georgia, serif; font-size: 1.7rem; font-weight: 400; margin: 3.7rem 0 1rem; }
.principle-grid p { color: #696b64; font-size: .88rem; line-height: 1.7; }

.legacy { min-height: 850px; position: relative; background: #10281f; display: grid; grid-template-columns: 1.3fr 1fr; }
.legacy-image { min-height: 780px; }
.legacy-image img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; filter: saturate(.75) contrast(1.04); }
.legacy-card { color: white; padding: 8rem 6vw; display: flex; flex-direction: column; justify-content: center; }
.legacy-card h2, .contact h2 { font-size: clamp(3.8rem, 6vw, 7rem); line-height: .9; }
.legacy-card > p:not(.eyebrow) { margin: 2rem 0; font-family: Georgia, serif; font-size: 1.1rem; line-height: 1.7; color: rgba(255,255,255,.72); }
.legacy-card blockquote { margin: 1rem 0 2.5rem; padding-left: 1.3rem; border-left: 1px solid var(--copper); font-family: Georgia, serif; font-size: 1.05rem; font-style: italic; color: var(--sand); }
.legacy-card .button { align-self: flex-start; }

.gallery { background: var(--cream); display: grid; grid-template-columns: .8fr 1.4fr; gap: 7vw; }
.gallery-heading { position: sticky; top: 3rem; align-self: start; }
.gallery-heading .section-label { margin-bottom: 4rem; }
.gallery-heading p { max-width: 420px; margin-top: 2rem; color: #66685f; line-height: 1.7; }
.photo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; align-items: start; }
.photo { margin: 0; overflow: hidden; background: #d8d2c6; }
.photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.photo:hover img { transform: scale(1.025); }
.photo-1 { margin-top: 6rem; aspect-ratio: 4/5; }
.photo-2 { aspect-ratio: 4/5; }
.photo-3 { aspect-ratio: 1/1.2; }
.photo-4 { margin-top: -1rem; aspect-ratio: 1/1.25; }

.contact { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; background: var(--copper); color: white; }
.contact > img { width: 100%; height: 100%; max-height: 820px; object-fit: cover; filter: sepia(.12) saturate(.8); }
.contact-copy { padding: 8rem 7vw; display: flex; flex-direction: column; justify-content: center; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; font-family: Georgia, serif; line-height: 1.7; font-size: 1.05rem; color: rgba(255,255,255,.8); margin: 2rem 0 2.6rem; }
.contact .button { align-self: flex-start; }

footer { min-height: 150px; padding: 2.7rem 5vw; background: #0d2019; color: rgba(255,255,255,.72); display: flex; align-items: center; gap: 4vw; font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; }
.footer-brand { color: white; margin-right: auto; }
.copyright { margin-left: auto; }

@media (max-width: 1000px) {
  .site-header nav { display: none; }
  .header-cta { margin-left: auto; }
  .about { grid-template-columns: .55fr 1.2fr; }
  .about-copy { grid-column: 2; padding-top: 0; }
  .about-portrait { grid-column: 2; max-width: 420px; }
  .principles { grid-template-columns: 1fr; }
  .legacy { grid-template-columns: 1fr; }
  .legacy-image { min-height: 560px; }
  .legacy-card { padding: 6rem 8vw; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-heading { position: static; }
  .contact { grid-template-columns: .8fr 1.2fr; }
  footer { flex-wrap: wrap; }
  .copyright { width: 100%; margin-left: 0; }
}

@media (max-width: 700px) {
  .site-header { height: 78px; padding: 0 1.2rem; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-words strong { font-size: .9rem; }
  .header-cta { padding: 10px 13px; font-size: .62rem; }
  .hero { min-height: 760px; }
  .hero-photo { background-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,27,21,.91), rgba(10,27,21,.42)), linear-gradient(0deg, rgba(10,27,21,.45), transparent); }
  .hero-content { padding: 180px 1.3rem 120px; }
  h1 { font-size: clamp(4rem, 20vw, 6rem); max-width: 500px; }
  .hero-copy { font-size: 1rem; max-width: 88%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .hero-note { display: none; }
  .award-bar { justify-content: flex-start; overflow-x: auto; min-height: 78px; padding: 1rem 1.3rem; gap: 1.2rem; }
  .award-bar p { flex: 0 0 auto; }
  .section { padding: 6rem 1.3rem; }
  .about { grid-template-columns: 1fr; gap: 2rem; }
  .about .section-label, .about-heading, .about-copy, .about-portrait { grid-column: 1; }
  .about-copy { padding-top: 0; }
  .about-portrait { margin-top: 1.5rem; }
  .principles { padding-top: 1rem; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .principle-grid h3 { margin-top: 2rem; }
  .legacy { min-height: unset; }
  .legacy-image { min-height: 390px; }
  .legacy-card { padding: 5rem 1.3rem; }
  .legacy-card h2, .contact h2 { font-size: 3.5rem; }
  .gallery-heading .section-label { margin-bottom: 2rem; }
  .photo-grid { gap: .6rem; }
  .photo-1 { margin-top: 3rem; }
  .contact { grid-template-columns: 1fr; }
  .contact > img { aspect-ratio: 1/1; }
  .contact-copy { padding: 5rem 1.3rem; }
  footer { padding: 3rem 1.3rem; display: grid; gap: 1.5rem; }
  .footer-brand { margin-bottom: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
