:root {
  --pine: #425547;
  --pine-deep: #2f3f34;
  --copper: #b56b3b;
  --ochre: #d7a24b;
  --meadow: #dfe7d7;
  --stone: #e8e2d8;
  --snow: #fcfbf7;
  --white: #fff;
  --ink: #2b312d;
  --muted: #656b65;
  --line: #d6d4cc;
  --max: 1240px;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--snow);
  scroll-behavior: smooth;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-width: 0; overflow-x: hidden; }
body { background: var(--snow); font-size: 18px; line-height: 1.62; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 10px 16px; color: white; background: var(--pine-deep); }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(66,85,71,.16); background: var(--snow); }
.header-inner { max-width: var(--max); min-height: 104px; margin: auto; padding: 14px 32px; display: flex; align-items: center; gap: 34px; }
.main-nav { display: flex; gap: clamp(18px,3vw,42px); }
.main-nav a { color: #4e5d52; font-size: .94rem; font-weight: 750; text-decoration: none; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--copper); }
.brand { width: 178px; height: 76px; margin-left: auto; flex: 0 0 auto; }
.brand-logo { display: block; width: 100%; height: 100%; background: url("assets/awz-logo-official.png") center / contain no-repeat; }
.menu-button { display: none; width: 46px; height: 46px; padding: 12px; border: 0; border-radius: 50%; background: var(--pine); }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: white; }

.hero { max-width: 1440px; min-height: 720px; margin: 0 auto 112px; display: grid; grid-template-columns: minmax(0,1.14fr) minmax(440px,.86fr); align-items: stretch; background: var(--stone); }
.image-frame { position: relative; margin: 0; overflow: hidden; }
.image-frame img { height: 100%; object-fit: cover; }
.image-frame figcaption { position: absolute; right: 10px; bottom: 9px; padding: 4px 8px; border-radius: 4px; color: white; background: rgba(37,50,41,.78); font-size: 12px; line-height: 1.2; }
.hero-image { min-height: 720px; border-radius: 0 0 95px 0; }
.hero-image img { position: absolute; inset: 0; object-position: center; }
.hero-copy { padding: clamp(50px,6vw,88px); align-self: center; }
.eyebrow, .section-marker { margin: 0 0 17px; color: var(--copper); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: Georgia,"Times New Roman",serif; font-weight: 500; line-height: 1.1; }
h1 { margin-bottom: 25px; font-size: clamp(2.65rem,5.2vw,4.95rem); letter-spacing: -.045em; }
h2 { margin-bottom: 20px; font-size: clamp(2rem,4vw,3.5rem); letter-spacing: -.035em; }
h3 { margin-bottom: 9px; font-size: 1.42rem; }
.hero-lead { margin: 0; color: #5f645e; font-size: clamp(1.04rem,1.4vw,1.23rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 33px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 999px; font-weight: 800; text-decoration: none; cursor: pointer; }
.button-primary, .button-submit { color: white; border: 1px solid var(--pine); background: var(--pine); }
.button-light { color: var(--pine-deep); border: 1px solid #c2c3bb; background: white; }
.trust-line { margin: 18px 0 0; color: var(--muted); font-size: .87rem; }

.mountain-section { max-width: var(--max); margin: 0 auto; padding: 0 32px 118px; }
.mountain-heading { max-width: 820px; margin: 0 auto 47px; text-align: center; }
.mountain-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.mountain-options article { min-height: 270px; padding: 34px 30px; border: 1px solid var(--line); background: white; }
.mountain-options article:nth-child(2) { background: var(--meadow); border-color: var(--meadow); border-radius: 55px 0 55px 0; }
.mountain-options span { display: block; margin-bottom: 38px; color: var(--copper); font-size: .77rem; font-weight: 850; letter-spacing: .13em; }
.mountain-options p { margin-bottom: 0; color: var(--muted); }

.family-section { max-width: 1340px; margin: 0 auto 110px; padding: 0 32px; display: grid; grid-template-columns: minmax(420px,.82fr) minmax(0,1.18fr); align-items: center; }
.family-copy { position: relative; z-index: 2; margin-right: -46px; padding: clamp(45px,5vw,72px); color: white; background: var(--pine); border-radius: 0 0 0 70px; }
.family-copy .eyebrow { color: #efbd6d; }
.family-copy > p:not(.eyebrow) { color: #e1e7e1; }
.family-copy dl { margin: 28px 0; }
.family-copy dl div { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.family-copy dt { font-weight: 850; }
.family-copy dd { margin: 4px 0 0; color: #e1e7e1; }
.family-image { min-height: 670px; border-radius: 0 90px 0 0; }
.family-image img { position: absolute; inset: 0; object-position: center; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: white; font-weight: 850; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.statement { max-width: 900px; margin: 0 auto 105px; padding: 0 32px; text-align: center; }
.statement p { margin: 0; color: var(--pine-deep); font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.85rem,4vw,3.2rem); line-height: 1.18; }

.contact-section { max-width: var(--max); margin: 0 auto 88px; padding: 0 32px; display: grid; grid-template-columns: minmax(0,.66fr) minmax(300px,.34fr); gap: 24px; }
.form-panel { padding: clamp(38px,5vw,62px); border: 1px solid var(--line); background: white; border-radius: 40px 0 0 0; }
.form-panel h2 { margin-bottom: 30px; }
.personal-contact { padding: clamp(38px,4vw,56px); color: var(--pine-deep); background: var(--meadow); border-top: 7px solid var(--ochre); }
.contact-kicker { margin: 0 0 28px; color: var(--copper); font-size: .77rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.personal-contact h2 { margin-bottom: 7px; font-size: 2.1rem; }
.personal-contact p { margin: 0 0 25px; color: #59645c; }
.personal-contact a { display: block; margin: 8px 0; color: var(--pine-deep); font-weight: 850; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.personal-contact .contact-note { margin-top: 34px; font-family: Georgia,"Times New Roman",serif; font-size: 1.18rem; }
fieldset { margin: 0 0 26px; padding: 0; border: 0; }
legend { margin-bottom: 11px; font-weight: 750; }
.choice-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.choice-row label:last-child { grid-column: 1 / -1; }
.choice-row label { position: relative; }
.choice-row input { position: absolute; opacity: 0; }
.choice-row span { min-height: 48px; display: flex; align-items: center; padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; }
.choice-row input:checked + span { color: var(--pine-deep); border-color: var(--pine); background: var(--meadow); font-weight: 800; }
.choice-row input:focus-visible + span { outline: 3px solid #efd5a7; outline-offset: 2px; }
.field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.field-grid label { display: grid; gap: 7px; font-weight: 700; }
.field-grid small { color: var(--muted); font-weight: 400; }
.message-field { grid-column: 1 / -1; }
input, textarea { width: 100%; padding: 11px 12px; color: var(--ink); border: 1px solid #c7cbc5; border-radius: 8px; background: white; }
textarea { min-height: 118px; resize: vertical; }
input:focus, textarea:focus { outline: 3px solid #efd5a7; border-color: var(--copper); }
.privacy-check { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0; color: var(--muted); font-size: .9rem; }
.privacy-check input { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 auto; }
.privacy-check a { color: var(--pine-deep); }
.button-submit { width: 100%; border-radius: 8px; }
.button-submit:hover { background: var(--pine-deep); }
.form-status { min-height: 1.45em; margin: 10px 0 0; color: var(--pine); font-size: .9rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.site-footer { max-width: var(--max); margin: 0 auto; padding: 28px 32px 40px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .85rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }

@media (max-width: 960px) {
  .header-inner { min-height: 88px; padding: 10px 22px; }
  .brand { width: 150px; height: 66px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 80px; left: 18px; right: 18px; display: none; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 14px 32px rgba(47,63,52,.13); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 8px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { order: -1; }
  .hero-image { min-height: 520px; border-radius: 0 0 75px 0; }
  .family-section { grid-template-columns: 1fr; }
  .family-copy { margin: 0 27px -42px; }
  .family-image { min-height: 520px; }
  .contact-section { grid-template-columns: 1fr; }
}
@media (max-width: 580px) {
  body { font-size: 16px; }
  .header-inner { padding-inline: 16px; }
  .brand { width: 126px; height: 58px; }
  .hero { min-height: 0; margin-bottom: 76px; }
  .hero-copy { padding: 46px 20px 40px; }
  h1 { font-size: clamp(2.45rem,12.5vw,3.55rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-image { min-height: 390px; border-radius: 0 0 48px 0; }
  .hero-image img { object-position: 60% center; }
  .mountain-section { padding: 0 20px 78px; }
  .mountain-options { grid-template-columns: 1fr; }
  .mountain-options article { min-height: 0; }
  .family-section { margin-bottom: 75px; padding: 0; }
  .family-copy { margin: 0 15px -27px; padding: 39px 20px; border-radius: 0 0 0 42px; }
  .family-image { min-height: 390px; border-radius: 0 48px 0 0; }
  .statement { margin-bottom: 70px; padding: 0 20px; }
  .contact-section { margin-bottom: 55px; padding: 0 16px; }
  .form-panel, .personal-contact { padding: 35px 20px; }
  .field-grid, .choice-row { grid-template-columns: 1fr; }
  .choice-row label:last-child, .message-field { grid-column: auto; }
  .site-footer { padding: 24px 20px 34px; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { :root { scroll-behavior: auto; } }
