.about-hero{position:relative;min-height:60vh;display:flex;align-items:flex-end;overflow:hidden}.about-hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.about-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,79,140,.85),rgba(0,102,204,.55) 55%,rgba(0,168,107,.3))}.about-hero__content{position:relative;z-index:2;padding-top:calc(var(--navbar-height) + var(--space-16));padding-bottom:var(--space-12);color:#fff}.about-hero__eyebrow{display:inline-block;padding:.4rem 1rem;background:rgba(255,179,71,.2);border:1.5px solid rgba(255,179,71,.5);color:#ffd580;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;margin-bottom:var(--space-4)}.about-hero__title{font-family:var(--font-serif);font-size:clamp(2.25rem,6vw,4rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:var(--space-3)}.about-hero__sub{color:hsla(0,0%,100%,.85);font-size:1.125rem;max-width:55ch}.about-grid{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:var(--space-12);gap:var(--space-12);align-items:start}.about-text__eyebrow{font-size:.875rem;color:var(--color-primary);font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-3)}.about-text__title{font-family:var(--font-serif);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--color-gray-900);letter-spacing:-.02em;margin-bottom:var(--space-5)}.about-text__paragraph{color:var(--color-text-muted);font-size:1.0625rem;line-height:1.75;margin-bottom:var(--space-6)}.about-actions{display:flex;gap:var(--space-3);flex-wrap:wrap}.about-facts{padding:var(--space-8);box-shadow:var(--shadow-md)}.about-facts__title{font-size:1.125rem;font-weight:700;color:var(--color-gray-900);margin-bottom:var(--space-5)}.about-facts__list{list-style:none;display:flex;flex-direction:column}.about-facts__list li{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-3) 0;border-bottom:1px solid var(--color-border)}.about-facts__list li:last-child{border-bottom:none}.about-facts__label{font-size:.875rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.about-facts__value{font-size:.9375rem;font-weight:700;color:var(--color-gray-900);text-align:right}.spots-section{background:#fff}.spots-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-6);gap:var(--space-6)}.spot-card{background:#fff;border:1.5px solid var(--color-border);border-radius:var(--radius-xl);overflow:hidden;transition:all var(--transition-base)}.spot-card:hover{border-color:transparent;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.spot-card__media{position:relative;aspect-ratio:16/10;background:var(--color-gray-50)}.spot-card__img{width:100%;height:100%;object-fit:cover}.spot-card__badge{position:absolute;top:var(--space-3);left:var(--space-3);background:hsla(0,0%,100%,.92)}.spot-card__body{padding:var(--space-5)}.spot-card__title{font-size:1.0625rem;font-weight:700;color:var(--color-gray-900);margin-bottom:var(--space-2)}.spot-card__address{font-size:.8125rem;color:var(--color-text-muted);margin-bottom:var(--space-2)}.spot-card__desc{font-size:.875rem;color:var(--color-text-muted);line-height:1.55}@media (max-width:1024px){.about-grid{grid-template-columns:1fr}.spots-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.spots-grid{grid-template-columns:1fr}}