:root {
  --bg: #f8fafc;
  --paper: #ffffff;
  --navy: #364b6d;
  --deep: #1e293b;
  --accent: #2f3e63;
  --ink: #1e293b;
  --mid: #3e527a;
  --mute: rgba(54, 75, 109, 0.72);
  --rule: rgba(54, 75, 109, 0.16);
  --rule-soft: rgba(54, 75, 109, 0.09);
  --cream: #e9edf3;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--mid);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16.5px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: var(--accent); text-decoration: none; }
h1, h2, h3, h4 {
  font-family: 'Cinzel', 'Iowan Old Style', Georgia, serif;
  font-weight: 600;
  line-height: 1.12;
  color: var(--deep);
  margin: 0;
}
p { margin: 0 0 16px; }
img { max-width: 100%; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 36px; }
.narrow { max-width: 880px; margin: 0 auto; padding: 0 36px; }

.topband { height: 8px; background: var(--deep); }
header.site { background: var(--bg); border-bottom: 1px solid var(--rule); position: sticky; top: 0; z-index: 60; }
.head-row {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1280px; margin: 0 auto; padding: 16px 36px; gap: 24px;
}
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 34px; height: 34px; display: block; }
.brand-name {
  font-family: 'Cinzel', Georgia, serif; font-weight: 700; font-size: 16.5px;
  color: var(--deep); letter-spacing: 0.045em; line-height: 1.2;
}
.brand-name small {
  display: block; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400; font-size: 9.5px; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--mute); margin-top: 3px;
}
nav.primary { display: flex; gap: 26px; align-items: center; font-size: 13.5px; font-weight: 500; }
nav.primary a { color: var(--deep); padding-bottom: 3px; border-bottom: 1.5px solid transparent; transition: border-color .2s ease; }
nav.primary a:hover { border-bottom-color: var(--navy); }
nav.primary a.active { border-bottom-color: var(--accent); }
nav.primary a.nav-cta {
  background: var(--navy); color: #fff; padding: 10px 20px; border-radius: 6px;
  border-bottom: none; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
}
nav.primary a.nav-cta:hover { background: var(--deep); }
.menu-btn { display: none; }

.btn {
  display: inline-block; padding: 15px 30px; background: var(--navy); color: #fff;
  font-size: 12px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  border-radius: 6px; border: 1px solid var(--navy); cursor: pointer; transition: background .25s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.btn:hover { background: var(--deep); border-color: var(--deep); }
.btn-ghost { background: transparent; color: var(--deep); border-color: rgba(54,75,109,.4); }
.btn-ghost:hover { background: transparent; border-color: var(--deep); color: var(--deep); }
.btn-light { background: var(--bg); color: var(--deep); border-color: var(--bg); }
.btn-light:hover { background: #fff; border-color: #fff; }
.btn-ghost-light { background: transparent; color: #f8fafc; border-color: rgba(248,250,252,.55); }
.btn-ghost-light:hover { border-color: #f8fafc; background: transparent; color: #fff; }

.hero { position: relative; min-height: 76vh; display: flex; align-items: center; overflow: hidden; }
.hero .hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  animation: kenburns 22s ease-in-out infinite alternate;
}
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.09); } }
.hero .veil { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(30,41,59,.62), rgba(30,41,59,.78)); }
.hero-inner { position: relative; z-index: 2; max-width: 1020px; margin: 0 auto; padding: 120px 36px; text-align: center; }
.eyebrow {
  font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; font-weight: 400;
  color: var(--mute); margin-bottom: 24px;
}
.hero .eyebrow { color: rgba(248,250,252,.75); }
.hero h1 {
  font-size: clamp(40px, 5.6vw, 78px); color: #f8fafc; font-weight: 700;
  letter-spacing: 0.02em; margin-bottom: 26px;
}
.hero p.lead {
  font-size: 19px; color: rgba(248,250,252,.88); max-width: 62ch; margin: 0 auto 40px; line-height: 1.6;
}
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.stardiv { display: flex; align-items: center; max-width: 880px; margin: 0 auto; padding: 64px 36px; }
.stardiv span { flex: 1; height: 1.5px; background: var(--accent); opacity: .85; }
.stardiv img { width: 15px; height: 15px; margin: 0 16px; }

section { padding: 96px 0; }
.section-head { max-width: 880px; margin: 0 auto 56px; padding: 0 36px; text-align: center; }
.section-head h2 { font-size: clamp(30px, 3.6vw, 46px); margin-bottom: 18px; }
.section-head p { color: var(--mute); font-size: 17px; max-width: 62ch; margin: 0 auto; }

.intro { position: relative; overflow: hidden; background: var(--bg); }
.intro .emblem {
  position: absolute; inset: 0; background: url(ash-emblem.jpg) top center / cover no-repeat;
  opacity: 0.09; pointer-events: none;
}
.intro .emblem-fade { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 30%, #f8fafc 100%); pointer-events: none; }
.intro-inner { position: relative; max-width: 880px; margin: 0 auto; padding: 0 36px; text-align: center; }
.intro-inner h2 { font-size: clamp(30px, 3.6vw, 46px); margin-bottom: 24px; }
.intro-inner p { font-size: 18px; color: var(--mid); }

.tiles { background: var(--paper); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.tile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; max-width: var(--max); margin: 0 auto; padding: 0 36px; }
.tile { color: inherit; display: flex; flex-direction: column; }
.tile-img-wrap { overflow: hidden; aspect-ratio: 4 / 3; background: var(--cream); }
.tile-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.tile:hover .tile-img { transform: scale(1.05); }
.tile-body { padding: 24px 0 0; }
.tile-cat { font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.2em; color: var(--accent); font-weight: 500; margin-bottom: 12px; }
.tile h3 { font-size: 23px; margin-bottom: 12px; }
.tile p { font-size: 15.5px; color: var(--mute); margin: 0 0 16px; }
.tile .read { font-size: 13px; font-weight: 500; color: var(--deep); border-bottom: 1px solid var(--navy); padding-bottom: 2px; align-self: flex-start; letter-spacing: 0.06em; text-transform: uppercase; }
.tile:hover .read { color: var(--accent); }

.band { position: relative; padding: 150px 0; overflow: hidden; }
.band .band-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band .veil { position: absolute; inset: 0; background: rgba(30,41,59,.66); }
.band-inner { position: relative; z-index: 2; max-width: 880px; margin: 0 auto; padding: 0 36px; text-align: center; }
.band .eyebrow { color: rgba(248,250,252,.7); }
.band blockquote {
  margin: 0; font-family: 'Cinzel', Georgia, serif; font-size: clamp(26px, 3.4vw, 42px);
  font-weight: 600; color: #f8fafc; line-height: 1.3;
}
.band p.sub { color: rgba(248,250,252,.8); font-size: 16.5px; margin: 22px auto 0; max-width: 56ch; }

.rows { max-width: 980px; margin: 0 auto; padding: 0 36px; }
.row-item { display: grid; grid-template-columns: 280px 1fr; gap: 40px; padding: 34px 0; border-top: 1px solid var(--rule); }
.row-item:last-child { border-bottom: 1px solid var(--rule); }
.row-item h3 { font-size: 20px; }
.row-item p { font-size: 16px; color: var(--mute); margin: 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; max-width: var(--max); margin: 0 auto; padding: 0 36px; }
.split .photo img { width: 100%; display: block; border: 1px solid var(--rule); }
.split h2 { font-size: clamp(28px, 3.4vw, 42px); margin-bottom: 22px; }
.split p { font-size: 16.5px; color: var(--mid); }
.split .caption { font-size: 13px; color: var(--mute); margin-top: 12px; }

.page-hero { position: relative; padding: 130px 0 110px; overflow: hidden; }
.page-hero .hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero .veil { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(30,41,59,.6), rgba(30,41,59,.76)); }
.page-hero .inner { position: relative; z-index: 2; max-width: 880px; margin: 0 auto; padding: 0 36px; text-align: center; }
.page-hero .eyebrow { color: rgba(248,250,252,.75); }
.page-hero h1 { font-size: clamp(34px, 4.6vw, 60px); color: #f8fafc; font-weight: 700; margin-bottom: 20px; }
.page-hero p.lead { font-size: 18px; color: rgba(248,250,252,.87); max-width: 60ch; margin: 0 auto; }
.page-hero-plain { background: var(--deep); padding: 110px 0 90px; }
.page-hero-plain .inner { max-width: 880px; margin: 0 auto; padding: 0 36px; text-align: center; }
.page-hero-plain .eyebrow { color: rgba(248,250,252,.7); }
.page-hero-plain h1 { font-size: clamp(34px, 4.6vw, 60px); color: #f8fafc; font-weight: 700; margin-bottom: 20px; }
.page-hero-plain p.lead { font-size: 18px; color: rgba(248,250,252,.87); max-width: 60ch; margin: 0 auto; }

.founder { text-align: center; }
.founder-photo {
  width: 250px; height: 250px; border-radius: 50%; overflow: hidden; margin: 0 auto 28px;
  border: 1px solid var(--rule);
}
.founder-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.founder h2 { font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 6px; }
.founder .role { font-size: 12.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--mute); margin-bottom: 44px; }
.bio { max-width: 780px; margin: 0 auto; text-align: left; }
.bio p { font-size: 17px; color: var(--mid); margin-bottom: 22px; }

.cta-band { background: var(--deep); padding: 110px 0; text-align: center; }
.cta-band h2 { color: #f8fafc; font-size: clamp(30px, 4vw, 50px); margin-bottom: 20px; }
.cta-band p { color: rgba(248,250,252,.8); font-size: 17px; max-width: 58ch; margin: 0 auto 38px; }

.form-shell { max-width: 880px; margin: 0 auto; padding: 0 36px; }
.notice {
  background: rgba(54,75,109,.06); border-left: 4px solid rgba(54,75,109,.35);
  border-radius: 0 8px 8px 0; padding: 18px 24px; font-size: 14px; color: var(--mid); margin-bottom: 52px;
}
.notice b { color: var(--deep); }
form.inquiry h3 { font-size: 22px; margin: 0 0 26px; }
.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 48px; }
.field-full { grid-column: 1 / -1; }
.field label { display: block; font-size: 13.5px; font-weight: 500; color: var(--deep); margin-bottom: 7px; }
.field label .req { color: #b91c1c; }
.field input[type=text], .field input[type=email], .field input[type=tel], .field select, .field textarea {
  width: 100%; padding: 13px 16px; border: 1px solid rgba(54,75,109,.25); border-radius: 8px;
  background: #fff; font-size: 15.5px; color: var(--deep); font-family: inherit;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--navy); box-shadow: 0 0 0 2px rgba(54,75,109,.28);
}
.field textarea { resize: vertical; }
.field .hint { font-size: 13px; color: var(--mute); margin: 4px 0 8px; }
.field .hint-right { font-size: 13px; color: var(--mute); text-align: right; margin-top: 6px; }
.radio-row { display: flex; gap: 26px; padding-top: 10px; }
.radio-row label { display: flex; align-items: center; gap: 8px; font-size: 15px; color: var(--mid); font-weight: 400; cursor: pointer; }
.consents label { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--mid); margin-bottom: 16px; cursor: pointer; }
.consents input { margin-top: 3px; }
.form-submit { text-align: center; padding-top: 16px; }
.success {
  background: rgba(54,75,109,.06); border-radius: 8px; padding: 44px 36px; text-align: center;
  font-size: 19px; color: var(--mid); max-width: 640px; margin: 0 auto;
}

#back-to-top {
  position: fixed; bottom: 24px; right: 24px; width: 48px; height: 48px; border-radius: 50%;
  background: var(--navy); color: #f8fafc; border: none; cursor: pointer; z-index: 80;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .4s ease, background .25s ease;
}
#back-to-top.show { opacity: 1; pointer-events: auto; }
#back-to-top:hover { background: var(--deep); }

footer.site { background: var(--deep); color: rgba(248,250,252,.65); padding: 72px 0 40px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; max-width: var(--max); margin: 0 auto; padding: 0 36px; }
.foot-brand .fname { font-family: 'Cinzel', Georgia, serif; font-weight: 700; font-size: 18px; color: #f8fafc; letter-spacing: 0.05em; margin-bottom: 14px; }
.foot-brand p { font-size: 14px; color: rgba(248,250,252,.55); max-width: 300px; line-height: 1.6; }
footer h4 { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.2em; color: #f8fafc; font-weight: 500; margin: 0 0 16px; }
footer ul { list-style: none; padding: 0; margin: 0; font-size: 14.5px; line-height: 2.1; }
footer ul a { color: rgba(248,250,252,.65); }
footer ul a:hover { color: #f8fafc; }
.foot-meta {
  margin: 56px auto 0; padding: 22px 36px 0; max-width: var(--max);
  border-top: 1px solid rgba(248,250,252,.12); display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 12px; font-size: 12.5px; color: rgba(248,250,252,.45);
}

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero .hero-img { animation: none; }
}

@media (max-width: 980px) {
  section { padding: 64px 0; }
  .hero-inner { padding: 88px 24px; }
  .tile-grid { grid-template-columns: 1fr; gap: 40px; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .row-item { grid-template-columns: 1fr; gap: 10px; padding: 26px 0; }
  .fgrid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  nav.primary { display: none; }
  nav.primary.open {
    display: flex; flex-direction: column; align-items: flex-end; gap: 16px;
    position: absolute; top: 100%; right: 0; left: 0; background: var(--bg);
    border-bottom: 1px solid var(--rule); padding: 20px 36px 26px;
  }
  .head-row { position: relative; }
  .menu-btn {
    display: inline-block; background: none; border: 1px solid rgba(54,75,109,.35);
    padding: 8px 14px; font-size: 13px; cursor: pointer; color: var(--deep); border-radius: 6px;
  }
  .band { padding: 96px 0; }
}
@media (max-width: 540px) {
  .foot-grid { grid-template-columns: 1fr; }
  .wrap, .narrow, .rows, .form-shell { padding: 0 22px; }
  .head-row { padding: 14px 22px; }
  .brand-name { font-size: 14px; }
}
.stardiv[hidden], .success[hidden] { display: none; }
