:root {
  --navy: #0b1720;
  --cream: #f5f0e6;
  --rust: #9a3f2f;
  --green: #1f8f45;
  --gold: #c8a96a;
  --ink-muted: #556067;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--navy); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 12px 18px; background: var(--cream); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 18px; color: var(--rust); font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h2 { margin-bottom: 0; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .92; letter-spacing: -.045em; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: var(--cream); border-bottom: 1px solid rgba(245,240,230,.2); }
.nav { min-height: 90px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: flex; flex-direction: column; text-transform: uppercase; line-height: 1; }
.wordmark-main { font-family: Georgia, "Times New Roman", serif; font-size: 1.16rem; letter-spacing: .08em; }
.wordmark-sub { margin-top: 6px; color: var(--gold); font-size: .53rem; font-weight: 800; letter-spacing: .24em; }
.nav-links { display: flex; align-items: center; gap: 38px; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--gold); }
.nav-social { padding-left: 38px; border-left: 1px solid rgba(245,240,230,.25); }

.hero { position: relative; min-height: 820px; height: 100svh; display: grid; place-items: center; overflow: hidden; isolation: isolate; color: var(--cream); background-color: var(--navy); background-image: linear-gradient(90deg, rgba(11,23,32,.9), rgba(11,23,32,.48) 52%, rgba(11,23,32,.78)), linear-gradient(0deg, rgba(11,23,32,.52), rgba(11,23,32,.08)), url("assets/East%20Bank%20Outfitters%20Hero.png"); background-position: center; background-size: cover; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .14; background-image: repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), #fff 25%); }
.hero::after { content: "EAST BANK"; position: absolute; right: -1.5vw; bottom: -2.7vw; z-index: -1; color: transparent; font-family: Georgia, serif; font-size: clamp(6rem, 16vw, 15rem); line-height: .7; letter-spacing: -.07em; white-space: nowrap; -webkit-text-stroke: 1px rgba(245,240,230,.11); }
.hero-content { padding-top: 92px; text-align: center; }
.hero-logo-wrap { position: relative; width: 130px; min-height: 82px; margin: 0 auto 30px; display: grid; place-items: center; }
.hero-logo { position: relative; z-index: 2; max-height: 110px; object-fit: contain; }
.asset-frame > img { color: transparent; }
.asset-frame.asset-missing > img { display: none; }
.asset-frame.asset-loaded > :not(img) { display: none; }
.logo-fallback { inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--cream); }
.logo-fallback strong { padding: 2px 12px; border-block: 1px solid var(--gold); font-family: Georgia, serif; font-size: 2.4rem; letter-spacing: .08em; line-height: 1; }
.logo-fallback span { margin-top: 6px; font-size: .55rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.logo-fallback .logo-est { margin: 0 0 6px; color: var(--gold); font-size: .44rem; }
.hero-eyebrow { color: var(--gold); }
.hero h1 { margin: 0; font-size: clamp(4.7rem, 10vw, 9.2rem); line-height: .78; letter-spacing: -.065em; text-transform: uppercase; text-shadow: 0 6px 35px rgba(0,0,0,.2); }
.hero-copy { max-width: 680px; margin: 34px auto 32px; color: rgba(245,240,230,.8); font-family: Georgia, serif; font-size: clamp(1.03rem, 1.6vw, 1.28rem); line-height: 1.65; }
.button { display: inline-flex; align-items: center; gap: 28px; padding: 16px 22px; border: 1px solid; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; transition: background .2s, color .2s; }
.button-light { border-color: rgba(245,240,230,.65); }
.button-light:hover, .button-light:focus-visible { background: var(--cream); color: var(--navy); }
.scroll-cue { position: absolute; bottom: 27px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 8px; transform: translateX(-50%); font-size: .55rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue span { width: 1px; height: 36px; background: linear-gradient(var(--gold), transparent); }

.story { position: relative; overflow: hidden; }
.story::after { content: "TENNESSEE"; position: absolute; right: -30px; bottom: -25px; color: rgba(11,23,32,.035); font-family: Georgia, serif; font-size: 12vw; letter-spacing: -.04em; }
.story-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.08fr; gap: 12%; align-items: center; }
.story-copy { padding-top: 25px; }
.story-copy .lead { margin-bottom: 25px; font-family: Georgia, serif; font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.48; }
.story-copy > p:not(.lead) { max-width: 560px; color: var(--ink-muted); font-size: .98rem; line-height: 1.8; }
.brand-detail { margin-top: 42px; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 16px 34px; border-top: 1px solid rgba(11,23,32,.14); color: var(--rust); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.brand-detail span::before { content: "✦"; margin-right: 9px; color: var(--gold); }

.collections { background: var(--navy); color: var(--cream); }
.section-heading { margin-bottom: 52px; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-heading h2 { font-size: clamp(2.8rem, 5vw, 4.7rem); }
.section-heading > p { max-width: 260px; margin-bottom: 4px; color: rgba(245,240,230,.55); font-family: Georgia, serif; font-style: italic; line-height: 1.5; }
.collections .eyebrow { color: var(--gold); }
.collection-showcase { margin: 0; overflow: hidden; border: 1px solid rgba(245,240,230,.2); background: #e9dcc5; box-shadow: 18px 18px 0 rgba(200,169,106,.26); }
.collection-showcase img { width: 100%; height: auto; }

.featured { background: #eee7da; }
.featured-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); align-items: center; gap: 9%; }
.design-preview { position: relative; aspect-ratio: 1 / .88; display: grid; place-items: center; overflow: hidden; color: var(--cream); background: var(--rust); box-shadow: 18px 18px 0 var(--gold); }
.design-preview::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(245,240,230,.4); }
.design-preview img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: cover; }
.core-brand-preview { aspect-ratio: 1; background: var(--navy); }
.core-brand-preview img { background: var(--cream); object-fit: contain; }
.core-brand-preview::after { content: ""; position: absolute; width: 76%; aspect-ratio: 1; border: 2px solid rgba(245,240,230,.28); border-radius: 50%; box-shadow: 0 0 0 8px var(--navy), 0 0 0 10px rgba(245,240,230,.28); }
.core-brand-mark { position: relative; z-index: 1; width: 70%; display: flex; flex-direction: column; align-items: center; text-align: center; text-transform: uppercase; }
.core-brand-mark > span { font-family: Georgia, serif; font-size: clamp(2.4rem, 5vw, 4.9rem); letter-spacing: .08em; line-height: .9; }
.core-brand-mark strong { width: 100%; margin: 12px 0; padding: 8px 0 10px; border-block: 2px solid var(--gold); font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 4rem); font-weight: 500; letter-spacing: .04em; line-height: 1; }
.core-brand-mark small { color: var(--gold); font-size: clamp(.55rem, 1vw, .75rem); font-weight: 800; letter-spacing: .24em; }
.core-brand-mark em { margin-top: 12px; font-family: Georgia, serif; font-size: .7rem; font-style: normal; letter-spacing: .2em; }
.tri-star { display: flex; gap: 5px; margin-top: 14px; color: var(--cream); }
.tri-star i { font-size: clamp(.65rem, 1vw, .85rem); font-style: normal; }
.featured-copy h2 { max-width: 600px; font-size: clamp(3.1rem, 5.3vw, 5.4rem); }
.featured-copy h2 span { color: var(--rust); font-size: .55em; }
.featured-copy > p:not(.eyebrow) { max-width: 520px; margin: 30px 0; color: var(--ink-muted); font-family: Georgia, serif; font-size: 1.18rem; line-height: 1.7; }
.drop-stamp { margin: 34px 0; display: flex; align-items: center; gap: 14px; color: var(--rust); }
.drop-stamp strong { padding-right: 14px; border-right: 1px solid rgba(154,63,47,.35); font-family: Georgia, serif; font-size: 2.7rem; font-weight: 400; line-height: 1; }
.drop-stamp span { font-size: .58rem; font-weight: 800; letter-spacing: .17em; line-height: 1.5; text-transform: uppercase; }
.text-link { display: inline-flex; gap: 35px; padding-bottom: 7px; border-bottom: 1px solid var(--navy); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { color: var(--rust); }

.social { padding: 95px 0; color: var(--cream); background: var(--green); text-align: center; }
.social .eyebrow { color: rgba(245,240,230,.7); }
.social h2 { font-size: clamp(2.8rem, 5.5vw, 5.2rem); }
.social-inner > p:not(.eyebrow) { margin: 24px auto 30px; color: rgba(245,240,230,.78); font-family: Georgia, serif; font-size: 1.1rem; }
.social-links { display: flex; justify-content: center; gap: 12px; }
.social-links a { min-width: 165px; padding: 15px 18px; display: flex; justify-content: space-between; border: 1px solid rgba(245,240,230,.7); font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; transition: background .2s, color .2s; }
.social-links a:hover, .social-links a:focus-visible { background: var(--cream); color: var(--green); }

.site-footer { padding: 38px 0; background: #071017; color: rgba(245,240,230,.58); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: .65rem; letter-spacing: .08em; }
.footer-inner p { margin: 0; }
.footer-inner > a { text-transform: uppercase; }
.footer-mark { display: flex; align-items: center; gap: 12px; color: var(--cream); font-family: Georgia, serif; text-transform: uppercase; }
.footer-mark strong { padding-right: 12px; border-right: 1px solid var(--gold); font-size: 1.35rem; letter-spacing: .06em; }
.footer-mark span { font-size: .7rem; letter-spacing: .12em; }

@media (max-width: 800px) {
  :root { --shell: min(100% - 32px, 680px); }
  .section { padding: 80px 0; }
  .nav { min-height: 74px; }
  .nav-links { gap: 18px; }
  .nav-links a:first-child, .nav-social { display: none; }
  .hero { min-height: 700px; }
  .hero-content { padding-top: 74px; }
  .hero-logo-wrap { margin-bottom: 20px; transform: scale(.88); }
  .hero h1 { font-size: clamp(4.1rem, 18vw, 7rem); }
  .hero-copy { max-width: 560px; margin-top: 28px; }
  .story-grid, .featured-grid { grid-template-columns: 1fr; gap: 54px; }
  .story-copy { padding-top: 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .section-heading > p { max-width: none; }
  .featured-copy { order: -1; }
  .design-preview { max-width: 600px; }
}

@media (max-width: 560px) {
  .wordmark-main { font-size: .95rem; }
  .nav-links { font-size: .65rem; }
  .hero { min-height: 680px; }
  .hero h1 { font-size: clamp(3.75rem, 19vw, 5.8rem); }
  .hero-copy { font-size: .98rem; line-height: 1.55; }
  .scroll-cue { display: none; }
  .collection-showcase { box-shadow: 9px 9px 0 rgba(200,169,106,.26); }
  .brand-detail { align-items: flex-start; flex-direction: column; }
  .design-preview { aspect-ratio: 1 / 1.08; box-shadow: 10px 10px 0 var(--gold); }
  .core-brand-preview { aspect-ratio: 1; }
  .core-brand-mark { width: 72%; }
  .social-links { flex-direction: column; }
  .footer-inner { flex-direction: column; text-align: center; }
}

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