/* Higher-specificity north-up map layout overrides */ .site-header .brand-wordmark { font-family: "Bevan", "Roboto Slab", Georgia, serif; font-size: 1rem; font-weight: 400; letter-spacing: .065em; } .hero .hero-map img { object-position: center; } .hero .label-banner-elk { top: 17%; left: 52%; right: auto; } .hero .label-grandfather { top: 54%; left: 51%; right: auto; text-align: left; } .hero .label-seven-devils { top: 28%; left: 67%; right: auto; } .hero .label-foscoe { top: 15%; left: 77%; right: auto; } .hero .label-boone { top: 48%; right: 5%; } .hero .label-nc105 { top: 42%; left: 59%; right: auto; transform: none; } .hero .label-river { top: 58%; right: 10%; color: rgba(72,40,22,.64); transform: rotate(70deg); transform-origin: center; } .hero .hero-marker { top: 26%; left: 66%; width: 190px; height: 180px; color: var(--espresso); cursor: pointer; text-decoration: none; transform: translate(-50%, 0); } .hero .hero-marker:hover .marker-logo { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(33,25,19,.2); } .hero .hero-marker:focus-visible { outline: 2px solid var(--rust); outline-offset: 8px; border-radius: 4px; } .hero .marker-orbit { position: absolute; left: 0; top: 0; width: 96px; height: 96px; border: 1px dashed rgba(72,40,22,.74); border-radius: 50%; animation: slow-spin 26s linear infinite; } .hero .marker-logo { left: 12px; top: 12px; width: 72px; height: 72px; background: #fffefa; box-shadow: 0 8px 20px rgba(33,25,19,.14); transform: none; transition: transform .18s ease, box-shadow .18s ease; } .hero .marker-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; } .hero .marker-stem { position: absolute; left: 47px; top: 97px; width: 1px; height: 47px; background: var(--rust); } .hero .marker-pin { position: absolute; left: 42px; top: 140px; width: 10px; height: 10px; background: var(--rust); transform: rotate(45deg); } .hero .marker-copy { left: 111px; top: 28px; min-width: 104px; padding: 6px 8px; background: rgba(255,253,248,.78); border-left: 2px solid var(--rust); } .hero .marker-copy strong { font-family: "Bevan", "Roboto Slab", Georgia, serif; font-size: .61rem; font-weight: 400; letter-spacing: .06em; } .hero .marker-copy small { font-size: .56rem; font-weight: 700; letter-spacing: .08em; } @media (max-width: 900px) { .hero .hero-marker { top: 61%; left: 66%; transform: translate(-50%, 0) scale(.78); transform-origin: top center; } .hero .label-banner-elk { top: 50%; left: 47%; } .hero .label-grandfather { top: 73%; left: 42%; } .hero .label-seven-devils { top: 58%; left: 65%; } .hero .label-foscoe { top: 49%; left: 76%; } .hero .label-boone { top: 69%; right: 3%; } .hero .label-nc105 { top: 66%; left: 55%; } .hero .label-river { top: 79%; right: 9%; } } @media (max-width: 620px) { .site-header .brand-wordmark { font-size: .81rem; letter-spacing: .05em; } .hero .hero-marker { top: 62%; left: 64%; transform: translate(-50%, 0) scale(.62); } .hero .label-banner-elk { top: 48%; left: 43%; } .hero .label-grandfather { top: 74%; left: 36%; } .hero .label-seven-devils { top: 59%; left: 69%; } .hero .label-foscoe { top: 50%; left: 80%; } .hero .label-boone { top: 70%; right: 1%; } .hero .label-nc105 { top: 66%; left: 52%; } .hero .label-river { top: 80%; right: 2%; } } /* North-up High Country map and Coffee Guys display lettering */ .brand-wordmark { font-family: "Bevan", "Roboto Slab", Georgia, serif; font-size: 1rem; font-weight: 400; letter-spacing: .065em; } .hero .eyebrow, .welcome-grid .eyebrow { font-family: "Bevan", "Roboto Slab", Georgia, serif; font-size: .64rem; font-weight: 400; letter-spacing: .065em; } .hero-map img { object-position: center; } .label-banner-elk { top: 17%; left: 52%; right: auto; } .label-grandfather { top: 54%; left: 51%; right: auto; text-align: left; } .label-seven-devils { top: 28%; left: 67%; right: auto; } .label-foscoe { top: 15%; left: 77%; right: auto; } .label-boone { top: 48%; right: 5%; } .label-nc105 { top: 42%; left: 59%; right: auto; transform: none; } .label-river { top: 58%; right: 10%; color: rgba(72,40,22,.64); transform: rotate(70deg); transform-origin: center; } .hero-marker { top: 26%; left: 66%; width: 190px; height: 180px; color: var(--espresso); cursor: pointer; text-decoration: none; transform: translate(-50%, 0); } .hero-marker:hover .marker-logo { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(33,25,19,.2); } .hero-marker:focus-visible { outline: 2px solid var(--rust); outline-offset: 8px; border-radius: 4px; } .marker-orbit { position: absolute; left: 0; top: 0; width: 96px; height: 96px; border: 1px dashed rgba(72,40,22,.74); border-radius: 50%; animation: slow-spin 26s linear infinite; } .marker-logo { left: 12px; top: 12px; width: 72px; height: 72px; background: #fffefa; box-shadow: 0 8px 20px rgba(33,25,19,.14); transform: none; transition: transform .18s ease, box-shadow .18s ease; } .marker-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; } .marker-stem { position: absolute; left: 47px; top: 97px; width: 1px; height: 47px; background: var(--rust); } .marker-pin { position: absolute; left: 42px; top: 140px; width: 10px; height: 10px; background: var(--rust); transform: rotate(45deg); } .marker-copy { left: 111px; top: 28px; min-width: 104px; padding: 6px 8px; background: rgba(255,253,248,.78); border-left: 2px solid var(--rust); } .marker-copy strong { font-family: "Bevan", "Roboto Slab", Georgia, serif; font-size: .61rem; font-weight: 400; letter-spacing: .06em; } .marker-copy small { font-size: .56rem; font-weight: 700; letter-spacing: .08em; } @media (max-width: 900px) { .hero-marker { top: 61%; left: 66%; transform: translate(-50%, 0) scale(.78); transform-origin: top center; } .label-banner-elk { top: 50%; left: 47%; } .label-grandfather { top: 73%; left: 42%; } .label-seven-devils { top: 58%; left: 65%; } .label-foscoe { top: 49%; left: 76%; } .label-boone { top: 69%; right: 3%; } .label-nc105 { top: 66%; left: 55%; } .label-river { top: 79%; right: 9%; } } @media (max-width: 620px) { .brand-wordmark { font-size: .81rem; letter-spacing: .05em; } .hero .eyebrow, .welcome-grid .eyebrow { font-size: .55rem; letter-spacing: .045em; } .hero-marker { top: 62%; left: 64%; transform: translate(-50%, 0) scale(.62); } .label-banner-elk { top: 48%; left: 43%; } .label-grandfather { top: 74%; left: 36%; } .label-seven-devils { top: 59%; left: 69%; } .label-foscoe { top: 50%; left: 80%; } .label-boone { top: 70%; right: 1%; } .label-nc105 { top: 66%; left: 52%; } .label-river { top: 80%; right: 2%; } } .favorite-bring::before { display: none; } :root { --ink: #211913; --espresso: #482816; --brown: #6f3b22; --rust: #955334; --cream: #f4eee4; --paper: #fffdf8; --sand: #dfd0bc; --line: rgba(50, 32, 20, .16); --shadow: 0 20px 60px rgba(58, 35, 19, .13); } * { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.55; } body, button { font: inherit; } a { color: inherit; text-decoration: none; } img { max-width: 100%; } .container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; } .skip-link { position: absolute; left: -999px; top: 12px; padding: 10px 14px; background: var(--ink); color: #fff; z-index: 100; } .skip-link:focus { left: 12px; } .site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 253, 248, .93); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); } .nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; } .brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; } .brand-logo { width: 55px; height: 55px; object-fit: contain; border-radius: 50%; background: #fff; } .brand-wordmark { color: var(--espresso); font-family: "Roboto Slab", Georgia, serif; font-size: 1.05rem; font-weight: 900; letter-spacing: .11em; white-space: nowrap; } .site-nav { display: flex; align-items: center; gap: 28px; font-size: .92rem; font-weight: 700; } .site-nav > a:not(.button) { position: relative; } .site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--brown); transition: right .2s ease; } .site-nav > a:not(.button):hover::after { right: 0; } .nav-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-weight: 800; cursor: pointer; } .button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 21px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: #fff; font-weight: 800; transition: transform .18s ease, background .18s ease, color .18s ease; } .button:hover { transform: translateY(-2px); background: var(--brown); } .button-small { padding: 10px 17px; font-size: .85rem; } .button-light { color: var(--ink); background: var(--cream); border-color: var(--cream); } .button-light:hover { color: #fff; background: var(--rust); border-color: var(--rust); } .text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-weight: 800; } .text-link span { transition: transform .18s ease; } .text-link:hover span { transform: translateX(4px); } .eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 15px; color: var(--brown); font-size: .74rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; } .eyebrow > span { display: inline-block; width: 24px; height: 1px; background: currentColor; } h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { font-family: "Fraunces", Georgia, serif; line-height: 1.03; } h1 { margin-bottom: 23px; font-size: clamp(3.7rem, 7.2vw, 6.8rem); font-weight: 600; letter-spacing: -.065em; } h2 { margin: 0; font-size: clamp(2.75rem, 5vw, 4.35rem); font-weight: 600; letter-spacing: -.055em; } h1 em, h2 em { color: var(--brown); font-style: italic; } .hero { position: relative; min-height: 650px; overflow: hidden; isolation: isolate; background: var(--cream); } .hero-map, .hero-map img, .hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; } .hero-map { z-index: -3; } .hero-map img { object-fit: cover; object-position: center; filter: saturate(.88) contrast(.98); } .hero-wash { z-index: -2; background: linear-gradient(90deg, rgba(244,238,228,.99) 0%, rgba(244,238,228,.97) 35%, rgba(244,238,228,.55) 54%, rgba(244,238,228,.09) 77%), linear-gradient(0deg, rgba(244,238,228,.55), transparent 42%); } .hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .82fr) 1.18fr; min-height: 650px; align-items: center; } .hero-copy { max-width: 650px; padding: 52px 0; } .hero-text { max-width: 540px; margin-bottom: 30px; font-size: clamp(1.05rem, 1.5vw, 1.22rem); color: rgba(33,25,19,.78); } .hero-actions { display: flex; align-items: center; gap: 26px; } .hero-details { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 47px; color: var(--espresso); font-size: .79rem; font-weight: 800; } .hero-details span { display: inline-flex; align-items: center; gap: 8px; } .hero-details span::before { content: "✦"; color: var(--rust); font-size: .67rem; } .map-label { position: absolute; z-index: 1; color: rgba(72,40,22,.82); font-family: "Roboto Slab", Georgia, serif; font-size: clamp(.54rem, .8vw, .73rem); font-weight: 900; letter-spacing: .1em; line-height: 1.2; text-shadow: 0 1px 0 rgba(255,253,248,.85); } .label-foscoe { top: 14%; right: 17%; } .label-seven-devils { top: 44%; right: 49%; } .label-banner-elk { bottom: 14%; right: 49%; } .label-grandfather { right: 12%; bottom: 13%; text-align: center; } .label-nc105 { top: 58%; right: 40%; transform: rotate(-38deg); color: var(--rust); } .hero-marker { position: absolute; z-index: 3; top: 40%; left: 66.7%; width: 220px; height: 220px; transform: translate(-50%, -50%); } .marker-ring { position: absolute; left: 50%; top: 50%; border-radius: 50%; transform: translate(-50%, -50%); pointer-events: none; } .marker-ring-outer { width: 218px; height: 218px; border: 1px dashed rgba(72,40,22,.6); animation: slow-spin 26s linear infinite; } .marker-ring-mid { width: 184px; height: 184px; border: 1px solid rgba(72,40,22,.48); box-shadow: 0 0 0 12px rgba(255,253,248,.16); } .marker-dot { position: absolute; left: 50%; top: 50%; width: 154px; height: 154px; border-radius: 50%; background: rgba(255,253,248,.68); transform: translate(-50%, -50%); } .marker-logo { position: absolute; z-index: 1; left: 50%; top: 50%; display: grid; place-items: center; width: 120px; height: 120px; border-radius: 50%; background: #fffefa; box-shadow: 0 10px 25px rgba(33,25,19,.16); transform: translate(-50%, -50%); } .marker-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; } .marker-copy { position: absolute; left: 122px; top: 148px; display: grid; gap: 2px; min-width: 170px; padding: 7px 10px; border-left: 2px solid var(--rust); color: var(--espresso); background: rgba(255,253,248,.72); font-size: .62rem; letter-spacing: .1em; } .marker-copy strong { font-family: "Roboto Slab", Georgia, serif; font-size: .68rem; } .marker-copy small { font-size: .56rem; font-weight: 700; letter-spacing: .06em; } @keyframes slow-spin { to { transform: translate(-50%, -50%) rotate(360deg); } } .welcome-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); } .welcome-grid { display: grid; grid-template-columns: .65fr 1.25fr auto; align-items: center; gap: 38px; min-height: 138px; } .welcome-grid .eyebrow { margin: 0; } .welcome-message { max-width: 560px; margin: 0; font-family: "Fraunces", Georgia, serif; font-size: 1.36rem; line-height: 1.25; } .section { padding: 88px 0; } .story-section { position: relative; overflow: hidden; color: var(--cream); background: var(--espresso); } .story-section::after { content: ""; position: absolute; inset: 0; opacity: .26; background: repeating-linear-gradient(5deg, transparent 0 24px, rgba(255,255,255,.03) 25px 26px); pointer-events: none; } .story-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(310px,.8fr) minmax(0,1fr); align-items: center; gap: clamp(46px,8vw,105px); } .story-panel { min-height: 340px; padding: 27px; border: 1px solid rgba(244,238,228,.4); background: rgba(20,12,8,.18); } .story-panel-top { display: flex; justify-content: space-between; gap: 12px; color: var(--sand); font-size: .65rem; font-weight: 800; letter-spacing: .13em; } .story-kicker { margin: 52px 0 11px; color: #d9b87d; font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; } .story-quote { max-width: 460px; margin-bottom: 14px; font-family: "Fraunces", Georgia, serif; font-size: clamp(2rem,3.2vw,3rem); line-height: 1.02; letter-spacing: -.05em; } .story-detail { max-width: 400px; margin-bottom: 26px; color: rgba(244,238,228,.72); font-size: .92rem; } .story-controls { display: flex; align-items: center; gap: 9px; } .story-dot { width: 26px; height: 4px; padding: 0; border: 0; border-radius: 999px; background: rgba(244,238,228,.28); cursor: pointer; transition: width .2s ease, background .2s ease; } .story-dot.active { width: 42px; background: #d9b87d; } .story-copy .eyebrow { color: #d9b87d; } .story-copy h2 { margin-bottom: 23px; color: var(--cream); } .story-copy h2 em { color: #d9b87d; } .story-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 14px; color: rgba(244,238,228,.78); } .story-points { display: grid; gap: 9px; margin-top: 27px; color: var(--cream); font-size: .86rem; font-weight: 800; } .story-points span { display: flex; align-items: center; gap: 10px; } .story-points span::before { content: "—"; color: #d9b87d; } .favorites-section { background: var(--cream); } .section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; } .section-heading > p { max-width: 355px; margin: 0 0 5px; color: rgba(33,25,19,.69); } .favorites-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 13px; } .favorite-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 400px; overflow: hidden; border-radius: 3px; } .favorite-photo { color: #fffdf8; background: var(--ink); } .favorite-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; } .favorite-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,9,6,.88), rgba(14,9,6,.12) 72%); } .favorite-photo:hover .favorite-image { transform: scale(1.045); } .favorite-overlay { position: relative; z-index: 1; padding: 26px; } .favorite-overlay p, .favorite-bring > p { margin-bottom: 15px; font-size: .67rem; font-weight: 800; letter-spacing: .14em; } .favorite-overlay h3, .favorite-bring h3 { margin: 0 0 15px; font-size: clamp(2rem,3.4vw,3rem); letter-spacing: -.055em; } .favorite-overlay span, .favorite-bring > span { display: block; max-width: 260px; font-size: .9rem; } .favorite-bring { justify-content: center; min-height: 400px; padding: 30px; color: var(--cream); background: var(--rust); } .favorite-bring::before { content: "COFFEEA GUYS"; position: absolute; right: 23px; top: 19px; color: rgba(255,253,248,.13); font-family: "Roboto Slab", Georgia, serif; font-size: 2.7rem; font-weight: 900; line-height: .86; letter-spacing: -.06em; white-space: pre; text-align: right; } .favorite-bring .text-link { align-self: flex-start; margin-top: 28px; } .visit-section { padding: 94px 0; color: var(--cream); background: #251a14; } .visit-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(310px,.8fr); gap: clamp(50px,9vw,140px); align-items: center; } .visit-copy .eyebrow { color: #d9b87d; } .visit-copy h2 { margin-bottom: 23px; color: var(--cream); } .visit-copy h2 em { color: #d9b87d; } .visit-note { max-width: 440px; margin-bottom: 28px; color: rgba(244,238,228,.76); } .visit-card { border: 1px solid rgba(244,238,228,.34); background: rgba(255,255,255,.045); } .visit-card > div { padding: 22px 25px; border-bottom: 1px solid rgba(244,238,228,.2); } .visit-card > div:last-child { border-bottom: 0; } .visit-card span { display: block; margin-bottom: 6px; color: #d9b87d; font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; } .visit-card strong { display: block; font-size: 1rem; line-height: 1.45; } .visit-card a:hover { color: #d9b87d; } .site-footer { padding: 42px 0; color: rgba(244,238,228,.82); background: #17100c; } .footer-grid { display: grid; grid-template-columns: 1.1fr auto auto; align-items: center; gap: 40px; } .footer-logo { display: block; width: 78px; height: auto; max-height: 78px; margin-bottom: 12px; object-fit: contain; } .site-footer p { margin: 0; font-size: .82rem; } .footer-links { display: grid; gap: 7px; font-size: .82rem; font-weight: 700; } .footer-links a:hover { color: #d9b87d; } .footer-meta { color: rgba(244,238,228,.56); font-size: .72rem !important; line-height: 1.6; text-align: right; } @media (max-width: 900px) { .hero { min-height: 720px; } .hero-grid { min-height: 720px; grid-template-columns: 1fr; align-items: start; } .hero-copy { padding: 76px 0 0; max-width: 580px; } .hero-wash { background: linear-gradient(90deg, rgba(244,238,228,.98), rgba(244,238,228,.83) 58%, rgba(244,238,228,.2)), linear-gradient(0deg, rgba(244,238,228,.5), transparent 55%); } .hero-marker { top: 68%; left: 64%; transform: translate(-50%,-50%) scale(.86); } .label-foscoe { top: 51%; right: 10%; } .label-seven-devils { top: 65%; right: 51%; } .label-banner-elk { bottom: 5%; right: 49%; } .label-grandfather { right: 4%; bottom: 7%; } .label-nc105 { top: 73%; right: 35%; } .welcome-grid { grid-template-columns: 1fr; gap: 14px; padding: 29px 0; } .story-grid, .visit-grid { grid-template-columns: 1fr; } .story-grid { gap: 42px; } .favorites-grid { grid-template-columns: 1fr 1fr; } .favorite-bring { grid-column: 1 / -1; min-height: 275px; } .footer-grid { grid-template-columns: 1.2fr auto; } .footer-meta { grid-column: 1 / -1; text-align: left; } .site-nav { position: absolute; top: 84px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 15px 24px 24px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 24px rgba(33,25,19,.08); } .site-nav.open { display: flex; } .site-nav a:not(.button) { padding: 12px 0; } .site-nav > a:not(.button)::after { display: none; } .site-nav .button { margin-top: 10px; } .nav-toggle { display: block; } } @media (max-width: 620px) { .container { width: min(100% - 30px, 1160px); } .nav-wrap { min-height: 74px; } .site-nav { top: 74px; } .brand-logo { width: 47px; height: 47px; } .brand-wordmark { font-size: .87rem; letter-spacing: .08em; } .hero { min-height: 740px; } .hero-copy { padding-top: 58px; } h1 { font-size: clamp(3.25rem, 15vw, 4.8rem); } .hero-text { max-width: 370px; } .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; } .hero-details { margin-top: 35px; } .hero-marker { top: 69%; left: 66%; transform: translate(-50%,-50%) scale(.68); } .marker-copy { left: 110px; top: 160px; } .map-label { font-size: .47rem; } .label-foscoe { top: 48%; right: 5%; } .label-seven-devils { top: 67%; right: 55%; } .label-banner-elk { bottom: 4%; right: 50%; } .label-grandfather { right: 2%; bottom: 4%; } .label-nc105 { top: 75%; right: 40%; } .section { padding: 73px 0; } .story-panel { min-height: 318px; padding: 22px; } .story-kicker { margin-top: 44px; } .favorites-grid { grid-template-columns: 1fr; } .favorite-card, .favorite-bring { min-height: 340px; } .favorite-bring { grid-column: auto; } .visit-section { padding: 76px 0; } .visit-card > div { padding: 19px; } .footer-grid { grid-template-columns: 1fr; gap: 25px; } .footer-meta { grid-column: auto; text-align: left; } } /* Higher-specificity north-up map layout overrides */ .site-header .brand-wordmark { font-family: "Bevan", "Roboto Slab", Georgia, serif; font-size: 1rem; font-weight: 400; letter-spacing: .065em; } .hero .hero-map img { object-position: center; } .hero .label-banner-elk { top: 17%; left: 52%; right: auto; } .hero .label-grandfather { top: 54%; left: 51%; right: auto; text-align: left; } .hero .label-seven-devils { top: 28%; left: 67%; right: auto; } .hero .label-foscoe { top: 15%; left: 77%; right: auto; } .hero .label-boone { top: 48%; right: 5%; } .hero .label-nc105 { top: 42%; left: 59%; right: auto; transform: none; } .hero .label-river { top: 58%; right: 10%; color: rgba(72,40,22,.64); transform: rotate(70deg); transform-origin: center; } .hero .hero-marker { top: 26%; left: 66%; width: 190px; height: 180px; color: var(--espresso); cursor: pointer; text-decoration: none; transform: translate(-50%, 0); } .hero .hero-marker:hover .marker-logo { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(33,25,19,.2); } .hero .hero-marker:focus-visible { outline: 2px solid var(--rust); outline-offset: 8px; border-radius: 4px; } .hero .marker-orbit { position: absolute; left: 0; top: 0; width: 96px; height: 96px; border: 1px dashed rgba(72,40,22,.74); border-radius: 50%; animation: slow-spin 26s linear infinite; } .hero .marker-logo { left: 12px; top: 12px; width: 72px; height: 72px; background: #fffefa; box-shadow: 0 8px 20px rgba(33,25,19,.14); transform: none; transition: transform .18s ease, box-shadow .18s ease; } .hero .marker-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; } .hero .marker-stem { position: absolute; left: 47px; top: 97px; width: 1px; height: 47px; background: var(--rust); } .hero .marker-pin { position: absolute; left: 42px; top: 140px; width: 10px; height: 10px; background: var(--rust); transform: rotate(45deg); } .hero .marker-copy { left: 111px; top: 28px; min-width: 104px; padding: 6px 8px; background: rgba(255,253,248,.78); border-left: 2px solid var(--rust); } .hero .marker-copy strong { font-family: "Bevan", "Roboto Slab", Georgia, serif; font-size: .61rem; font-weight: 400; letter-spacing: .06em; } .hero .marker-copy small { font-size: .56rem; font-weight: 700; letter-spacing: .08em; } @media (max-width: 900px) { .hero .hero-marker { top: 61%; left: 66%; transform: translate(-50%, 0) scale(.78); transform-origin: top center; } .hero .label-banner-elk { top: 50%; left: 47%; } .hero .label-grandfather { top: 73%; left: 42%; } .hero .label-seven-devils { top: 58%; left: 65%; } .hero .label-foscoe { top: 49%; left: 76%; } .hero .label-boone { top: 69%; right: 3%; } .hero .label-nc105 { top: 66%; left: 55%; } .hero .label-river { top: 79%; right: 9%; } } @media (max-width: 620px) { .site-header .brand-wordmark { font-size: .81rem; letter-spacing: .05em; } .hero .hero-marker { top: 62%; left: 64%; transform: translate(-50%, 0) scale(.62); } .hero .label-banner-elk { top: 48%; left: 43%; } .hero .label-grandfather { top: 74%; left: 36%; } .hero .label-seven-devils { top: 59%; left: 69%; } .hero .label-foscoe { top: 50%; left: 80%; } .hero .label-boone { top: 70%; right: 1%; } .hero .label-nc105 { top: 66%; left: 52%; } .hero .label-river { top: 80%; right: 2%; } } /* Prevent legacy bottom anchors from stretching the north-up map labels */ .hero .label-banner-elk, .hero .label-grandfather { bottom: auto; } /* Final High Country reference alignment */ .site-header .brand-wordmark { font-family: "Fraunces", Georgia, serif; font-size: 1.34rem; font-weight: 600; letter-spacing: -.045em; } .hero .label-banner-elk { top: 20%; left: 46%; bottom: auto; } .hero .label-grandfather { top: 57%; left: 51%; bottom: auto; } .hero .label-app-state { top: 31%; right: 16%; } .hero .label-boone { top: 45%; right: 5%; } .hero .label-nc105 { top: 42%; left: 59%; } .hero .hero-marker { top: 20%; left: 66%; } @media (max-width: 900px) { .hero .label-banner-elk { top: 49%; left: 45%; } .hero .label-grandfather { top: 73%; left: 42%; } .hero .label-app-state { top: 56%; right: 16%; } .hero .label-boone { top: 69%; right: 3%; } .hero .hero-marker { top: 55%; left: 66%; } } @media (max-width: 620px) { .site-header .brand-wordmark { font-size: 1.03rem; letter-spacing: -.04em; } .hero .label-banner-elk { top: 47%; left: 42%; } .hero .label-grandfather { top: 74%; left: 35%; } .hero .label-app-state { top: 57%; right: 15%; } .hero .label-boone { top: 70%; right: 1%; } .hero .hero-marker { top: 56%; left: 64%; } } /* Final High Country reference alignment */ .site-header .brand-wordmark { font-family: "Fraunces", Georgia, serif; font-size: 1.34rem; font-weight: 600; letter-spacing: -.045em; } .hero .label-banner-elk { top: 20%; left: 46%; bottom: auto; } .hero .label-grandfather { top: 57%; left: 51%; bottom: auto; } .hero .label-app-state { top: 31%; right: 16%; } .hero .label-boone { top: 45%; right: 5%; } .hero .label-nc105 { top: 42%; left: 59%; } .hero .hero-marker { top: 20%; left: 66%; } @media (max-width: 900px) { .hero .label-banner-elk { top: 49%; left: 45%; } .hero .label-grandfather { top: 73%; left: 42%; } .hero .label-app-state { top: 56%; right: 16%; } .hero .label-boone { top: 69%; right: 3%; } .hero .hero-marker { top: 55%; left: 66%; } } @media (max-width: 620px) { .site-header .brand-wordmark { font-size: 1.03rem; letter-spacing: -.04em; } .hero .label-banner-elk { top: 47%; left: 42%; } .hero .label-grandfather { top: 74%; left: 35%; } .hero .label-app-state { top: 57%; right: 15%; } .hero .label-boone { top: 70%; right: 1%; } .hero .hero-marker { top: 56%; left: 64%; } }

/* Geographic map refinement and About Us carousel arrows */
.hero .hero-map img {
  object-position: center center;
}

.hero .map-label {
  z-index: 2;
  display: inline-block;
  padding: .24rem .4rem;
  border: 1px solid rgba(72, 40, 22, .14);
  border-radius: 3px;
  background: rgba(255, 253, 248, .9);
  box-shadow: 0 2px 8px rgba(72, 40, 22, .08);
  white-space: nowrap;
}

.hero .label-banner-elk {
  top: 10%;
  left: 46%;
  right: auto;
  bottom: auto;
}

.hero .label-grandfather {
  top: 70%;
  left: 39%;
  right: auto;
  bottom: auto;
}

.hero .label-seven-devils {
  top: 56%;
  left: 50%;
  right: auto;
}

.hero .label-foscoe {
  top: 42%;
  left: 75%;
  right: auto;
}

.hero .label-boone {
  top: 14%;
  right: 3%;
  left: auto;
}

.hero .label-app-state {
  top: 24%;
  right: 4%;
  left: auto;
}

.hero .label-nc105 {
  top: 61%;
  left: 62%;
  right: auto;
  transform: rotate(-29deg);
}

.hero .label-river {
  top: 67%;
  right: 10%;
  left: auto;
  transform: rotate(66deg);
}

.hero .hero-marker {
  top: 27%;
  left: 62%;
  width: 250px;
  height: 170px;
  transform: translate(-50%, 0);
}

.hero .marker-orbit {
  position: absolute;
  left: 0;
  top: 0;
  width: 104px;
  height: 104px;
  border: 2px dashed rgba(72, 40, 22, .76);
  border-radius: 50%;
  transform-origin: 52px 52px;
  animation: slow-spin 26s linear infinite;
}

.hero .marker-logo {
  position: absolute;
  left: 13px;
  top: 13px;
  width: 78px;
  height: 78px;
  transform: none;
  border-radius: 50%;
  background: #fffefa;
  box-shadow: 0 8px 20px rgba(33, 25, 19, .14);
}

.hero .hero-marker:hover .marker-logo {
  transform: none;
}

.hero .marker-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.hero .marker-stem {
  position: absolute;
  left: 51px;
  top: 105px;
  width: 2px;
  height: 34px;
  background: var(--rust);
}

.hero .marker-pin {
  position: absolute;
  left: 47px;
  top: 136px;
  width: 10px;
  height: 10px;
  background: var(--rust);
  transform: rotate(45deg);
}

.hero .marker-copy {
  position: absolute;
  left: 116px;
  top: 18px;
  min-width: 126px;
  padding: 9px 11px;
  border: 1px solid rgba(72, 40, 22, .16);
  border-left: 3px solid var(--rust);
  border-radius: 3px;
  background: rgba(255, 253, 248, .96);
  box-shadow: 0 6px 18px rgba(72, 40, 22, .1);
}

.hero .marker-copy strong,
.hero .marker-copy small {
  display: block;
  white-space: nowrap;
}

.story-controls {
  display: flex;
  align-items: center;
  gap: 11px;
}

.story-arrow {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 253, 248, .72);
  border-radius: 50%;
  background: rgba(255, 253, 248, .1);
  color: #fffdf8;
  font-size: 1.16rem;
  line-height: 1;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.story-arrow:hover,
.story-arrow:focus-visible {
  color: var(--espresso);
  background: #fffdf8;
  transform: translateY(-2px);
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  .hero .marker-orbit {
    animation: none;
  }
}

@media (max-width: 900px) {
  .hero,
  .hero .hero-grid {
    min-height: 780px;
  }

  .hero .hero-grid {
    align-items: start;
  }

  .hero .hero-marker {
    top: 54%;
    left: 54%;
    transform: translate(-50%, 0) scale(.76);
    transform-origin: top center;
  }

  .hero .label-banner-elk {
    top: 46%;
    left: 37%;
  }

  .hero .label-grandfather {
    top: 80%;
    left: 26%;
  }

  .hero .label-seven-devils {
    top: 69%;
    left: 43%;
  }

  .hero .label-foscoe {
    top: 62%;
    left: 73%;
  }

  .hero .label-boone {
    top: 48%;
    right: 2%;
  }

  .hero .label-app-state {
    top: 56%;
    right: 2%;
  }

  .hero .label-nc105 {
    top: 75%;
    left: 58%;
  }

  .hero .label-river {
    top: 82%;
    right: 4%;
  }
}

@media (max-width: 620px) {
  .hero,
  .hero .hero-grid {
    min-height: 800px;
  }

  .hero .map-label {
    padding: .19rem .3rem;
    font-size: .5rem;
    letter-spacing: .075em;
  }

  .hero .hero-marker {
    top: 55%;
    left: 53%;
    transform: translate(-50%, 0) scale(.66);
  }

  .hero .label-banner-elk {
    top: 47%;
    left: 32%;
  }

  .hero .label-grandfather {
    top: 82%;
    left: 17%;
  }

  .hero .label-seven-devils {
    top: 71%;
    left: 34%;
  }

  .hero .label-foscoe {
    top: 64%;
    left: 73%;
  }

  .hero .label-boone {
    top: 50%;
    right: 1%;
  }

  .hero .label-app-state {
    top: 58%;
    right: 1%;
  }

  .hero .label-nc105 {
    top: 77%;
    left: 55%;
  }

  .hero .label-river {
    top: 84%;
    right: 1%;
  }

  .story-controls {
    gap: 9px;
  }

  .story-arrow {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 900px) {
  .hero .hero-marker {
    top: 50%;
    left: 70%;
  }
}

@media (max-width: 620px) {
  .hero .hero-marker {
    top: 51%;
    left: 70%;
  }
}

/* Mobile-first responsive composition */
@media (max-width: 840px) {
  .container {
    width: min(100% - 32px, 720px);
  }

  .nav-wrap {
    min-height: 72px;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }

  .site-header .brand-wordmark {
    font-size: .92rem;
  }

  .hero {
    min-height: 0;
    overflow: hidden;
    background: var(--cream);
  }

  .hero .hero-grid {
    display: block;
    min-height: 0;
  }

  .hero .hero-copy {
    max-width: 620px;
    padding: 46px 0 440px;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 14.5vw, 4.55rem);
    line-height: .95;
  }

  .hero .hero-text {
    max-width: 520px;
    font-size: 1.03rem;
  }

  .hero .hero-map {
    inset: auto 0 0;
    z-index: 0;
    height: 420px;
  }

  .hero .hero-map img {
    object-fit: cover;
    object-position: 57% center;
  }

  .hero .hero-wash {
    inset: auto 0 0;
    z-index: 1;
    height: 420px;
    background:
      linear-gradient(180deg, var(--cream) 0%, rgba(244, 238, 228, .88) 10%, rgba(244, 238, 228, .28) 27%, rgba(244, 238, 228, .02) 52%),
      linear-gradient(90deg, rgba(244, 238, 228, .32), transparent 36%);
    pointer-events: none;
  }

  .hero .map-label {
    z-index: 3;
    padding: .2rem .32rem;
    font-size: .5rem;
    letter-spacing: .075em;
  }

  .hero .label-banner-elk {
    top: auto;
    left: 12%;
    bottom: 338px;
  }

  .hero .label-boone {
    top: auto;
    right: 1%;
    bottom: 328px;
  }

  .hero .label-app-state {
    top: auto;
    right: 2%;
    bottom: 278px;
  }

  .hero .label-foscoe {
    top: auto;
    left: auto;
    right: 13%;
    bottom: 208px;
  }

  .hero .label-seven-devils {
    top: auto;
    left: 17%;
    bottom: 172px;
  }

  .hero .label-grandfather {
    top: auto;
    left: 3%;
    bottom: 58px;
  }

  .hero .label-nc105 {
    top: auto;
    left: 45%;
    bottom: 105px;
    transform: rotate(-25deg);
  }

  .hero .label-river {
    top: auto;
    right: 5%;
    bottom: 44px;
    transform: rotate(67deg);
  }

  .hero .hero-marker {
    top: calc(100% - 245px);
    left: 64%;
    width: 250px;
    height: 170px;
    transform: translate(-50%, 0) scale(.64);
    transform-origin: top center;
  }

  .hero .marker-copy {
    left: -132px;
    top: 18px;
  }

  .story-panel {
    min-height: 350px;
  }

  .story-controls {
    flex-wrap: nowrap;
  }
}

@media (max-width: 430px) {
  .hero .hero-copy {
    padding-top: 38px;
    padding-bottom: 430px;
  }

  .hero .eyebrow {
    font-size: .52rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 15.2vw, 4rem);
  }

  .hero .hero-actions {
    gap: 14px;
  }

  .hero .button {
    width: 100%;
    max-width: 190px;
  }

  .hero .hero-map,
  .hero .hero-wash {
    height: 410px;
  }

  .hero .label-banner-elk {
    bottom: 326px;
    left: 8%;
  }

  .hero .label-boone {
    bottom: 316px;
  }

  .hero .label-app-state {
    bottom: 266px;
  }

  .hero .label-foscoe {
    bottom: 197px;
    right: 8%;
  }

  .hero .label-seven-devils {
    bottom: 158px;
    left: 12%;
  }

  .hero .label-grandfather {
    bottom: 48px;
    left: 2%;
  }

  .hero .label-nc105 {
    bottom: 94px;
    left: 43%;
  }

  .hero .label-river {
    bottom: 36px;
    right: 1%;
  }

  .hero .hero-marker {
    top: calc(100% - 235px);
    left: 63%;
    transform: translate(-50%, 0) scale(.58);
  }
}

@media (min-width: 841px) {
  .hero,
  .hero .hero-grid {
    min-height: 650px;
  }

  .hero .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) 1.18fr;
    align-items: center;
  }

  .hero .hero-copy {
    padding: 52px 0;
  }

  .hero .hero-map,
  .hero .hero-wash {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .hero .hero-map {
    z-index: -3;
  }

  .hero .hero-wash {
    z-index: -2;
  }

  .hero .hero-map img {
    object-position: center center;
  }

  .hero .label-banner-elk {
    top: 10%;
    left: 44%;
    bottom: auto;
  }

  .hero .label-grandfather {
    top: 82%;
    left: 32%;
    bottom: auto;
  }

  .hero .label-seven-devils {
    top: 56%;
    left: 49%;
  }

  .hero .label-foscoe {
    top: 43%;
    left: 74%;
    right: auto;
  }

  .hero .label-boone {
    top: 14%;
    right: 3%;
    bottom: auto;
  }

  .hero .label-app-state {
    top: 24%;
    right: 4%;
    bottom: auto;
  }

  .hero .label-nc105 {
    top: 61%;
    left: 62%;
    bottom: auto;
    transform: rotate(-29deg);
  }

  .hero .label-river {
    top: 67%;
    right: 9%;
    bottom: auto;
    transform: rotate(66deg);
  }

  .hero .hero-marker {
    top: 27%;
    left: 62%;
    transform: translate(-50%, 0);
  }
}

/* One stable hero artboard: the same complete 3:2 composition at every width. */
.hero {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: var(--cream);
}

.hero .hero-canvas {
  position: relative;
  isolation: isolate;
  container-type: inline-size;
  width: min(100%, 1536px);
  aspect-ratio: 3 / 2;
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
}

.hero .hero-map,
.hero .hero-map img,
.hero .hero-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero .hero-map {
  z-index: 0;
}

.hero .hero-map img {
  display: block;
  object-fit: contain;
  object-position: center;
  filter: saturate(.88) contrast(.98);
}

.hero .hero-wash {
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(244, 238, 228, .2) 0%,
    rgba(244, 238, 228, .08) 31%,
    transparent 43%
  );
  pointer-events: none;
}

.hero .hero-grid,
.hero .container.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0 3.35%;
}

.hero .hero-copy {
  width: 100%;
  max-width: none;
  padding: 0;
}

.hero .hero-copy .eyebrow {
  gap: .6cqw;
  margin: 0 0 .85cqw;
  font-size: clamp(.35rem, .72cqw, .72rem);
  letter-spacing: .07em;
  white-space: nowrap;
}

.hero .hero-copy .eyebrow > span {
  width: 1.55cqw;
}

.hero .hero-copy h1 {
  margin: 0 0 1.28cqw;
  font-size: clamp(1.32rem, 5.78cqw, 5.55rem);
  line-height: .93;
  letter-spacing: -.065em;
}

.hero .hero-text {
  width: 91%;
  max-width: none;
  margin: 0 0 1.65cqw;
  color: rgba(33, 25, 19, .8);
  font-size: clamp(.46rem, 1.12cqw, 1.08rem);
  line-height: 1.42;
}

.hero .hero-actions {
  display: flex;
  align-items: center;
  gap: 0;
}

.hero .hero-actions .button {
  width: auto;
  max-width: none;
  padding: clamp(.35rem, .8cqw, .76rem) clamp(.62rem, 1.35cqw, 1.3rem);
  border-width: 1px;
  font-size: clamp(.45rem, .83cqw, .8rem);
  line-height: 1;
}

.hero .map-label {
  z-index: 4;
  display: inline-block;
  max-width: none;
  padding: .22cqw .32cqw;
  border: max(1px, .065cqw) solid rgba(72, 40, 22, .14);
  border-radius: .18cqw;
  background: rgba(255, 253, 248, .89);
  box-shadow: 0 .13cqw .5cqw rgba(72, 40, 22, .08);
  font-size: clamp(.3rem, .55cqw, .53rem);
  letter-spacing: .08em;
  line-height: 1.15;
  white-space: nowrap;
}

.hero .label-banner-elk {
  top: 10%;
  left: 44%;
  right: auto;
  bottom: auto;
}

.hero .label-grandfather {
  top: 80%;
  left: 28%;
  right: auto;
  bottom: auto;
  text-align: left;
}

.hero .label-seven-devils {
  top: 63%;
  left: 43%;
  right: auto;
  bottom: auto;
}

.hero .label-foscoe {
  top: 48%;
  left: 72%;
  right: auto;
  bottom: auto;
}

.hero .label-boone {
  top: 12%;
  right: 3%;
  left: auto;
  bottom: auto;
}

.hero .label-app-state {
  top: 22%;
  right: 4%;
  left: auto;
  bottom: auto;
}

.hero .label-nc105 {
  top: 68%;
  left: 58%;
  right: auto;
  bottom: auto;
  transform: rotate(-25deg);
}

.hero .label-river {
  top: 72%;
  right: 9%;
  left: auto;
  bottom: auto;
  transform: rotate(66deg);
}

.hero .hero-marker {
  position: absolute;
  z-index: 5;
  top: 55%;
  left: 62%;
  width: clamp(74px, 18cqw, 250px);
  aspect-ratio: 250 / 170;
  height: auto;
  color: var(--espresso);
  text-decoration: none;
  transform: translate(-20.8%, -86%);
  transform-origin: center;
}

.hero .marker-orbit {
  position: absolute;
  top: 0;
  left: 0;
  width: 41.6%;
  aspect-ratio: 1;
  height: auto;
  border: max(1px, .13cqw) dashed rgba(72, 40, 22, .76);
  border-radius: 50%;
  transform-origin: center;
  animation: marker-orbit-spin 26s linear infinite;
}

@keyframes marker-orbit-spin {
  to { transform: rotate(360deg); }
}

.hero .marker-logo {
  position: absolute;
  top: 7.6%;
  left: 5.2%;
  display: grid;
  place-items: center;
  width: 31.2%;
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  background: #fffefa;
  box-shadow: 0 .52cqw 1.3cqw rgba(33, 25, 19, .14);
  transform: none;
}

.hero .hero-marker:hover .marker-logo {
  transform: none;
  box-shadow: 0 .7cqw 1.6cqw rgba(33, 25, 19, .19);
}

.hero .marker-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.hero .marker-stem {
  position: absolute;
  top: 61.8%;
  left: 20.4%;
  width: max(1px, .13cqw);
  height: 20%;
  background: var(--rust);
}

.hero .marker-pin {
  position: absolute;
  top: 80%;
  left: 18.8%;
  width: 4%;
  aspect-ratio: 1;
  height: auto;
  background: var(--rust);
  transform: rotate(45deg);
}

.hero .marker-copy {
  position: absolute;
  top: 10.6%;
  left: 46.4%;
  display: grid;
  gap: .1cqw;
  width: 50.4%;
  min-width: 0;
  padding: .52cqw .64cqw;
  border: max(1px, .13cqw) solid rgba(72, 40, 22, .16);
  border-left: max(2px, .2cqw) solid var(--rust);
  border-radius: .2cqw;
  background: rgba(255, 253, 248, .95);
  box-shadow: 0 .4cqw 1.15cqw rgba(72, 40, 22, .1);
  line-height: 1.12;
}

.hero .marker-copy strong {
  font-size: clamp(.3rem, .55cqw, .53rem);
  letter-spacing: .055em;
}

.hero .marker-copy small {
  font-size: clamp(.28rem, .48cqw, .47rem);
  letter-spacing: .045em;
}

@media (max-width: 840px) {
  .hero,
  .hero .hero-grid,
  .hero .container.hero-grid {
    min-height: 0;
  }
}
