:root {
  --forest: #20301e;
  --forest-2: #2f4329;
  --deep: #172116;
  --cream: #f6f0df;
  --paper: #fbf8ef;
  --gold: #d69625;
  --gold-dark: #b97810;
  --ink: #1f251d;
  --muted: #6f7469;
  --line: rgba(31, 37, 29, .14);
  --shadow: 0 18px 40px rgba(23, 33, 22, .16);
  --radius: 14px;
  --container: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(250, 247, 237, .96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(24, 32, 22, .08); }
.header-inner { min-height: 92px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 315px; }
.brand img { width: 110px; height: 98px; object-fit: contain; margin-block: -12px; }
.brand-copy, .footer-brand > div { display: grid; }
.brand-name { font: 700 clamp(26px, 2vw, 36px)/1 Barlow Condensed, sans-serif; letter-spacing: -.03em; }
.brand-name span { color: var(--gold); }
.brand small, .footer-brand small { text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.3vw, 40px); margin-inline: auto; }
.main-nav a { text-transform: uppercase; font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.main-nav a:hover { color: var(--gold-dark); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.icon-button { border: 0; background: transparent; padding: 8px; cursor: pointer; }
.icon-button svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.menu-toggle { display: none; margin-left: auto; width: 42px; height: 42px; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 24px; border: 1px solid transparent; border-radius: 6px; text-transform: uppercase; letter-spacing: .06em; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--deep); color: #fff; }
.button-gold { background: var(--gold); color: var(--deep); }
.button-gold:hover { background: #e4aa42; }
.button-outline { border-color: #fff; color: #fff; background: rgba(11, 18, 10, .15); }

.hero { min-height: 610px; position: relative; display: grid; align-items: center; color: #fff; overflow: hidden; background: url('https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=2200&q=88') center 48%/cover no-repeat; }
.hero::after { content: ''; position: absolute; right: 8%; bottom: 4%; width: 360px; height: 300px; background: url('assets/themamabeer-logo.png') center/contain no-repeat; opacity: .16; filter: sepia(1) saturate(.6); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12, 20, 12, .88) 0%, rgba(13, 22, 14, .58) 42%, rgba(12, 20, 12, .2) 72%); }
.hero-content { position: relative; z-index: 1; padding-block: 82px; }
.eyebrow { margin: 0 0 10px; color: #e5a931; font-size: 25px; }
.script { font-family: Rye, Georgia, serif; font-style: italic; }
.hero h1 { margin: 0; max-width: 700px; font: 800 clamp(64px, 7vw, 112px)/.82 Barlow Condensed, sans-serif; text-transform: uppercase; letter-spacing: -.02em; text-shadow: 0 4px 18px rgba(0,0,0,.22); }
.hero-intro { max-width: 560px; margin: 24px 0 28px; font-size: clamp(18px, 2vw, 24px); font-weight: 600; line-height: 1.35; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }

.quick-links { background: linear-gradient(90deg, var(--deep), var(--forest-2)); color: #fff; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-item { display: flex; gap: 16px; align-items: center; min-height: 112px; padding: 20px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.quick-item:last-child { border-right: 0; }
.quick-item:hover { background: rgba(255,255,255,.04); }
.quick-icon { font-size: 34px; }
.quick-item strong { display: block; text-transform: uppercase; font-size: 14px; letter-spacing: .05em; }
.quick-item small { display: block; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.45; margin-top: 4px; }

.section { padding: 74px 0; }
.kicker { margin: 0 0 7px; color: var(--gold-dark); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; }
h2 { margin: 0; font: 700 clamp(32px, 3.5vw, 48px)/1 Barlow Condensed, sans-serif; text-transform: uppercase; letter-spacing: .01em; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 25px; }
.section-heading.compact { margin-bottom: 18px; }
.text-link { color: var(--gold-dark); text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .07em; }

.destination-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.destination-card { min-height: 365px; position: relative; overflow: hidden; border-radius: var(--radius); background-position: center; background-size: cover; box-shadow: var(--shadow); isolation: isolate; transition: transform .25s ease; }
.destination-card:hover { transform: translateY(-6px); }
.destination-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(9,18,10,.02) 25%, rgba(10,18,10,.92) 100%); }
.destination-glacier { background-image: url('https://images.unsplash.com/photo-1519681393784-d120267933ba?auto=format&fit=crop&w=1100&q=85'); }
.destination-zion { background-image: url('https://images.unsplash.com/photo-1509316785289-025f5b846b35?auto=format&fit=crop&w=1100&q=85'); }
.destination-rocky { background-image: url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=1100&q=85'); }
.card-badge { position: absolute; top: 18px; left: 18px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; background: var(--cream); box-shadow: 0 8px 18px rgba(0,0,0,.2); }
.card-copy { position: absolute; inset: auto 24px 22px; color: #fff; }
.card-copy h3 { margin: 0; font: 700 38px/1 Barlow Condensed, sans-serif; text-transform: uppercase; }
.card-copy p { margin: 3px 0 14px; }
.card-meta { display: flex; gap: 20px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.35); text-transform: uppercase; font-size: 11px; font-weight: 700; }

.planner-blog-wrap { background: var(--cream); border-block: 1px solid var(--line); }
.planner-blog-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(330px, .75fr); gap: 54px; }
.planner { text-align: center; padding-right: 54px; border-right: 1px solid var(--line); }
.steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 18px; margin: 34px 0; }
.step span { width: 72px; height: 72px; margin: 0 auto 14px; display: grid; place-items: center; background: var(--forest); color: #fff; border-radius: 50%; font-size: 31px; }
.step:nth-of-type(3) span { background: var(--gold); }
.step h3 { margin: 0 0 6px; text-transform: uppercase; font-size: 13px; }
.step p { margin: 0; color: var(--muted); font-size: 12px; }
.step-arrow { font-size: 36px; color: var(--forest-2); }
.blog-row { display: grid; grid-template-columns: 130px 1fr; gap: 14px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); }
.blog-row:last-child { border-bottom: 0; }
.blog-thumb { height: 74px; border-radius: 8px; background-position: center; background-size: cover; }
.blog-one { background-image: url('https://images.unsplash.com/photo-1501785888041-af3ef285b470?auto=format&fit=crop&w=600&q=80'); }
.blog-two { background-image: url('https://images.unsplash.com/photo-1464278533981-50106e6176b1?auto=format&fit=crop&w=600&q=80'); }
.blog-three { background-image: url('https://images.unsplash.com/photo-1515003197210-e0cd71810b5f?auto=format&fit=crop&w=600&q=80'); }
.blog-row h3 { margin: 0 0 6px; font-size: 13px; line-height: 1.35; }
.blog-row span { color: var(--gold-dark); text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .06em; }

.beer-stops { background: #fff; }
.beer-stops-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.beer-stops p:not(.kicker) { color: var(--muted); max-width: 580px; font-size: 17px; margin: 20px 0 28px; }
.beer-photo { min-height: 420px; border-radius: var(--radius); box-shadow: var(--shadow); background: url('https://images.unsplash.com/photo-1515003197210-e0cd71810b5f?auto=format&fit=crop&w=1400&q=88') center/cover no-repeat; }

.community { position: relative; overflow: hidden; padding: 54px 0; background: linear-gradient(180deg, #f2eddd, #e7e0ca); }
.community::before, .community::after { content: ''; position: absolute; bottom: -24px; width: 420px; height: 190px; opacity: .22; background: url('assets/themamabeer-logo.png') center/contain no-repeat; filter: grayscale(1); }
.community::before { left: -110px; }
.community::after { right: -120px; transform: scaleX(-1); }
.community-inner { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.community-copy p:last-child { margin-bottom: 0; color: var(--muted); }
.signup-form { display: flex; }
.signup-form input { min-width: 0; flex: 1; min-height: 52px; border: 1px solid rgba(31,37,29,.16); border-right: 0; border-radius: 6px 0 0 6px; padding: 0 18px; background: rgba(255,255,255,.75); }
.signup-form .button { border-radius: 0 6px 6px 0; }

.site-footer { padding: 46px 0 20px; background: linear-gradient(120deg, var(--deep), var(--forest)); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 50px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 115px; }
.brand-name.light { color: #fff; }
.site-footer h3 { margin: 0 0 12px; text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
.site-footer a { display: block; color: rgba(255,255,255,.78); font-size: 13px; margin: 5px 0; }
.socials { display: flex; gap: 18px; font-size: 22px; }
.socials a { font-size: 22px; }
.copyright { margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.55); font-size: 11px; text-align: center; }

@media (max-width: 1120px) {
  .header-inner { min-height: 78px; }
  .brand { min-width: auto; }
  .brand img { width: 84px; height: 76px; }
  .brand-copy { display: none; }
  .main-nav { gap: 19px; }
  .header-actions .button { display: none; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-item:nth-child(2) { border-right: 0; }
  .quick-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
}

@media (max-width: 850px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .menu-toggle { display: block; }
  .header-actions { display: none; }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 22px 24px; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0,0,0,.12); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .hero { min-height: 540px; }
  .hero::after { display: none; }
  .destination-grid { grid-template-columns: 1fr; }
  .destination-card { min-height: 380px; }
  .planner-blog-grid, .beer-stops-grid, .community-inner { grid-template-columns: 1fr; }
  .planner { padding: 0 0 50px; border: 0; border-bottom: 1px solid var(--line); }
  .beer-photo { min-height: 340px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .section { padding: 56px 0; }
  .hero { min-height: 500px; background-position: 61% center; }
  .hero-content { padding-block: 62px; }
  .hero h1 { font-size: 62px; }
  .hero-intro { font-size: 17px; }
  .hero-buttons { flex-direction: column; align-items: stretch; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .quick-item:last-child { border-bottom: 0; }
  .steps { grid-template-columns: 1fr; }
  .step-arrow { transform: rotate(90deg); line-height: 1; }
  .blog-row { grid-template-columns: 105px 1fr; }
  .signup-form { flex-direction: column; gap: 10px; }
  .signup-form input, .signup-form .button { border: 1px solid rgba(31,37,29,.16); border-radius: 6px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
}
