:root {
  --bg: #fefcf9;
  --bg-soft: #fffdfa;
  --surface: rgba(255, 255, 252, 0.88);
  --surface-strong: rgba(255, 254, 250, 0.96);
  --line: rgba(90, 71, 51, 0.12);
  --text: #3b271d;
  --text-soft: rgba(59, 39, 29, 0.78);
  --accent: #ad9061;
  --accent-deep: #8b6c3f;
  --sage: #95a88e;
  --sage-deep: #6f866a;
  --shadow: 0 24px 60px rgba(86, 60, 38, 0.12);
  --header-height: 120px;
  --anchor-offset: calc(var(--header-height) + 2rem);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --max-width: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(173, 144, 97, 0.06), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(149, 168, 142, 0.05), transparent 20%),
    radial-gradient(circle at 20% 78%, rgba(173, 144, 97, 0.03), transparent 25%),
    linear-gradient(180deg, #fffdf9 0%, #fcf8f2 56%, #fffdfa 100%);
  min-height: 100vh;
  line-height: 1.6;
  overflow-x: hidden;
}

img,
video,
iframe {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

.page-aura {
  position: fixed;
  inset: auto;
  width: 26rem;
  height: 26rem;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.page-aura-left {
  top: -4rem;
  left: -8rem;
  background: rgba(173, 144, 97, 0.1);
}

.page-aura-right {
  top: 22rem;
  right: -10rem;
  background: rgba(149, 168, 142, 0.12);
}

.section,
.site-footer {
  position: relative;
  z-index: 1;
}

.header-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 7.5rem;
  background: linear-gradient(
    180deg,
    rgba(255, 253, 249, 0.96) 0%,
    rgba(255, 253, 249, 0.86) 55%,
    rgba(255, 253, 249, 0) 100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: 2;
}

.site-header {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 1rem auto 0;
  padding: 0.85rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border: 1px solid rgba(89, 69, 47, 0.1);
  background: rgba(255, 255, 252, 0.97);
  backdrop-filter: blur(14px);
  border-radius: 999px;
  box-shadow: 0 18px 50px rgba(60, 41, 30, 0.06);
  position: sticky;
  top: 1rem;
  isolation: isolate;
  overflow: hidden;
  transition: background 180ms ease, box-shadow 180ms ease;
  z-index: 3;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 252, 0.99);
  box-shadow: 0 20px 54px rgba(60, 41, 30, 0.1);
}

.brand,
.gift-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.brand {
  padding: 0.32rem 0.8rem 0.32rem 0.32rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 252, 0.98), rgba(252, 247, 241, 0.9));
  border: 1px solid rgba(82, 58, 36, 0.08);
  box-shadow: 0 10px 24px rgba(86, 60, 38, 0.06);
}

.brand-copy,
.gift-brand div {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

.brand-copy strong,
.gift-brand strong {
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 1.04rem;
}

.brand-copy span,
.gift-brand span {
  color: var(--sage-deep);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.68rem;
}

.brand-kicker {
  color: rgba(59, 39, 29, 0.58);
  letter-spacing: 0.18em;
  font-size: 0.58rem;
}

.brand-subtitle {
  font-size: 0.72rem;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 3.45rem;
  height: 3.45rem;
  border-radius: 50%;
  border: 1px solid rgba(82, 58, 36, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 252, 0.97), rgba(250, 244, 236, 0.84));
  color: #5a3522;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.brand-mark.small {
  width: 2.65rem;
  height: 2.65rem;
}

.brand-letter {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.95rem;
  text-align: center;
  line-height: 1;
}

.brand-divider {
  width: 1px;
  height: 1.9rem;
  background: linear-gradient(180deg, transparent, #5a3522, transparent);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.site-nav a {
  font-size: 0.95rem;
  color: var(--text-soft);
  transition: color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

.section {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 6rem 0 0;
}

section[id] {
  scroll-margin-top: var(--anchor-offset);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 2rem;
  padding-top: 3.5rem;
  align-items: center;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--sage-deep);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.72rem;
  font-weight: 700;
}

h1,
h2,
h3,
summary {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0;
}

h1 {
  font-size: clamp(3.2rem, 6vw, 5.6rem);
  max-width: 12ch;
}

h2 {
  font-size: clamp(2.3rem, 4vw, 3.6rem);
  max-width: 14ch;
}

h3 {
  font-size: clamp(1.75rem, 2.5vw, 2.2rem);
}

.hero-lead,
.section-heading p + h2 + p,
.story-panel p,
.detail-card p,
.faq-list p,
.service-description,
.summary-note,
.floating-note p,
.contact-card p {
  color: var(--text-soft);
}

.hero-lead {
  max-width: 62ch;
  font-size: 1.08rem;
  margin: 1.3rem 0 0;
}

.hero-actions,
.inline-actions {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.hero-actions {
  margin: 2rem 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.95rem 1.35rem;
  min-height: 3.15rem;
  border: 1px solid transparent;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-solid {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: #fffaf3;
  box-shadow: 0 16px 30px rgba(138, 106, 63, 0.25);
}

.button-outline {
  background: rgba(255, 251, 246, 0.55);
  border-color: rgba(90, 71, 51, 0.15);
}

.button-ghost {
  background: rgba(255, 251, 246, 0.38);
  border-color: rgba(90, 71, 51, 0.14);
}

.header-cta {
  white-space: nowrap;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.highlight-card,
.portrait-card,
.story-panel,
.booking-card,
.summary-card,
.gift-card,
.gift-preview,
.detail-card,
.contact-card,
.map-card,
.service-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 253, 0.97), rgba(255, 252, 247, 0.88)),
    rgba(255, 255, 253, 0.9);
  border: 1px solid rgba(90, 71, 51, 0.1);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.highlight-card {
  padding: 1rem 1.1rem;
}

.highlight-card strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.highlight-card span {
  color: var(--text-soft);
  font-size: 0.94rem;
}

.hero-contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.hero-contact a {
  font-weight: 700;
}

.hero-media {
  position: relative;
}

.video-shell {
  position: relative;
  min-height: 43rem;
  border-radius: min(3rem, 6vw);
  overflow: hidden;
  border: 1px solid rgba(90, 71, 51, 0.1);
  box-shadow: 0 32px 70px rgba(74, 52, 35, 0.18);
  background: linear-gradient(180deg, rgba(245, 235, 220, 0.65), rgba(237, 228, 212, 0.88));
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(43, 28, 18, 0.15) 0%, rgba(43, 28, 18, 0.3) 100%),
    linear-gradient(120deg, rgba(250, 243, 232, 0.26), transparent 44%);
}

.floating-note {
  position: absolute;
  max-width: 18rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-lg);
  background: rgba(251, 245, 237, 0.84);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(90, 71, 51, 0.1);
  box-shadow: 0 18px 40px rgba(61, 41, 28, 0.18);
}

.floating-note-top {
  top: 1.5rem;
  right: 1.5rem;
  animation: drift 7s ease-in-out infinite;
}

.floating-note-bottom {
  left: 1.5rem;
  bottom: 1.5rem;
  animation: drift 8s ease-in-out infinite reverse;
}

.note-label,
.summary-label,
.service-type {
  display: inline-flex;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  background: rgba(149, 168, 142, 0.14);
  color: var(--sage-deep);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.68rem;
  font-weight: 700;
}

.floating-note strong {
  display: block;
  margin: 0.6rem 0 0.35rem;
  font-size: 1.12rem;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.story-grid,
.booking-grid,
.gift-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.story-grid {
  grid-template-columns: 0.95fr 1.1fr 0.95fr;
  align-items: stretch;
}

.portrait-card,
.story-panel,
.booking-card,
.summary-card,
.gift-card,
.gift-preview,
.detail-card,
.contact-card,
.map-card {
  padding: 1.7rem;
}

.portrait-card {
  grid-row: span 2;
  overflow: hidden;
}

.portrait-visual {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.9rem;
  border-radius: calc(var(--radius-xl) - 4px);
  background:
    radial-gradient(circle at top left, rgba(173, 144, 97, 0.1), transparent 28%),
    radial-gradient(circle at right center, rgba(149, 168, 142, 0.09), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 252, 0.97), rgba(250, 245, 238, 0.95));
  border: 1px solid rgba(90, 71, 51, 0.08);
}

.portrait-badge,
.story-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.38rem 0.76rem;
  border-radius: 999px;
  background: rgba(149, 168, 142, 0.12);
  color: var(--sage-deep);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.66rem;
  font-weight: 700;
}

.portrait-photo {
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  border: 1px solid rgba(90, 71, 51, 0.08);
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 44px rgba(74, 52, 35, 0.18);
}

.portrait-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.portrait-caption {
  display: grid;
  gap: 0.25rem;
}

.portrait-caption strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
}

.portrait-caption span {
  color: var(--text-soft);
}

.story-panel h3 {
  margin-top: 0.95rem;
}

.story-intro {
  font-size: 1.18rem;
  color: var(--text);
}

.story-note {
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(90, 71, 51, 0.1);
  font-size: 0.95rem;
}

.benefit-list,
.journey-list {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
  color: var(--text-soft);
}

.benefit-list li,
.journey-list li {
  margin-bottom: 0.7rem;
}

.services-grid,
.detail-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.service-card {
  padding: 1.6rem;
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto -3rem -3rem auto;
  width: 10rem;
  height: 10rem;
  background: radial-gradient(circle, rgba(149, 168, 142, 0.14), transparent 70%);
  pointer-events: none;
}

.featured-service {
  background:
    linear-gradient(180deg, rgba(255, 255, 252, 0.98), rgba(255, 250, 243, 0.9)),
    rgba(255, 255, 252, 0.9);
}

.service-card-top {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.service-description {
  margin: 1rem 0 1.2rem;
}

.service-prices {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.service-choice {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(90, 71, 51, 0.1);
  background: rgba(255, 251, 246, 0.9);
  color: var(--text);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.service-choice:hover,
.service-choice:focus-visible,
.service-choice.active {
  transform: translateY(-1px);
  border-color: rgba(139, 108, 63, 0.26);
  background: rgba(250, 240, 226, 0.98);
}

.service-choice span {
  font-weight: 700;
}

.service-choice.wide {
  margin-top: 1rem;
}

.booking-form,
.gift-form,
.contact-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
}

label {
  display: grid;
  gap: 0.45rem;
  font-size: 0.92rem;
  color: var(--text);
}

input,
textarea,
select {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(90, 71, 51, 0.13);
  background: rgba(255, 252, 247, 0.95);
  color: var(--text);
  padding: 0.95rem 1rem;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(139, 108, 63, 0.38);
  box-shadow: 0 0 0 4px rgba(173, 144, 97, 0.12);
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.toggle {
  display: flex;
  align-items: start;
  gap: 0.8rem;
  padding: 1rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(90, 71, 51, 0.1);
  background: rgba(255, 249, 239, 0.82);
}

.toggle input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.15rem;
}

.booking-confirm {
  margin-top: 1.2rem;
  display: grid;
  gap: 1rem;
}

.booking-confirm[hidden] {
  display: none;
}

.booking-confirm-block {
  padding: 1.1rem 1.2rem;
  border-radius: var(--radius-md);
  background: rgba(149, 168, 142, 0.1);
  border: 1px solid rgba(149, 168, 142, 0.28);
  display: grid;
  gap: 0.7rem;
}

.booking-confirm-block[hidden] {
  display: none;
}

.booking-confirm-title {
  margin: 0;
  font-weight: 700;
  color: var(--sage-deep);
}

.booking-confirm-note {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.rib-list {
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.rib-list div {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 0.8rem;
  align-items: center;
  padding: 0.55rem 0.75rem;
  border-radius: 12px;
  background: rgba(255, 252, 247, 0.9);
  border: 1px solid rgba(90, 71, 51, 0.08);
}

.rib-list dt {
  color: var(--text-soft);
  font-size: 0.86rem;
}

.rib-list dd {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  font-weight: 600;
  font-feature-settings: "tnum";
  letter-spacing: 0.02em;
}

.rib-copy {
  border: 1px solid rgba(90, 71, 51, 0.15);
  background: rgba(255, 251, 246, 0.95);
  color: var(--accent-deep);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.rib-copy:hover,
.rib-copy:focus-visible {
  background: rgba(250, 240, 226, 0.98);
  border-color: rgba(139, 108, 63, 0.32);
  transform: translateY(-1px);
}

.summary-list {
  margin: 1.35rem 0 1.2rem;
  display: grid;
  gap: 1rem;
}

.summary-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(90, 71, 51, 0.08);
}

.summary-list dt {
  color: var(--text-soft);
}

.summary-list dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.summary-steps {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.3rem;
}

.summary-steps span {
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: rgba(149, 168, 142, 0.1);
  color: var(--sage-deep);
}

.gift-visual {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.4rem;
  padding: 1.8rem;
  border-radius: calc(var(--radius-xl) - 4px);
  background:
    radial-gradient(circle at top left, rgba(173, 144, 97, 0.07), transparent 26%),
    radial-gradient(circle at right center, rgba(149, 168, 142, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 253, 0.99), rgba(252, 247, 240, 0.9));
  border: 1px solid rgba(90, 71, 51, 0.08);
}

.gift-preview h3 {
  font-size: clamp(2rem, 3vw, 2.7rem);
}

.gift-preview-message {
  color: var(--text-soft);
}

.gift-preview-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: var(--text-soft);
}

.detail-card h3 {
  margin: 0.75rem 0 0.75rem;
}

.testimonials-gallery {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.testimonials-track {
  display: flex;
  gap: 1.1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.5rem 0.25rem 1.2rem;
  flex: 1;
  scrollbar-width: thin;
  scrollbar-color: rgba(139, 108, 63, 0.3) transparent;
}

.testimonials-track::-webkit-scrollbar {
  height: 8px;
}

.testimonials-track::-webkit-scrollbar-thumb {
  background: rgba(139, 108, 63, 0.3);
  border-radius: 999px;
}

.testimonial-card {
  flex: 0 0 calc((100% - 2 * 1.1rem) / 3);
  scroll-snap-align: start;
  background:
    linear-gradient(180deg, rgba(255, 255, 253, 0.97), rgba(255, 252, 247, 0.88)),
    rgba(255, 255, 253, 0.9);
  border: 1px solid rgba(90, 71, 51, 0.1);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 1rem;
}

.testimonial-video {
  position: relative;
  border-radius: calc(var(--radius-xl) - 6px);
  overflow: hidden;
  background: rgba(43, 28, 18, 0.85);
  aspect-ratio: 9 / 16;
  border: 1px solid rgba(90, 71, 51, 0.08);
}

.testimonial-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-nav {
  flex: 0 0 auto;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  border: 1px solid rgba(90, 71, 51, 0.18);
  background: rgba(255, 251, 246, 0.95);
  color: var(--accent-deep);
  font-size: 1.6rem;
  line-height: 1;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 26px rgba(86, 60, 38, 0.12);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.gallery-nav:hover,
.gallery-nav:focus-visible {
  transform: translateY(-1px);
  background: rgba(250, 240, 226, 0.98);
  border-color: rgba(139, 108, 63, 0.32);
}

.reviews-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.review-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 253, 0.97), rgba(255, 252, 247, 0.88)),
    rgba(255, 255, 253, 0.9);
  border: 1px solid rgba(90, 71, 51, 0.1);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 1.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.review-stars {
  color: #d4a851;
  font-size: 1.15rem;
  letter-spacing: 0.18em;
}

.review-card blockquote {
  margin: 0;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  line-height: 1.4;
}

.review-author {
  margin: 0;
  font-weight: 700;
  color: var(--text-soft);
  font-size: 0.92rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}


.local-grid,
.journal-grid,
.article-layout {
  display: grid;
  gap: 1.25rem;
}

.local-grid {
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
}

.local-card,
.journal-card,
.article-sidebar-card,
.cta-panel,
.article-list-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 253, 0.97), rgba(255, 252, 247, 0.88)),
    rgba(255, 255, 253, 0.9);
  border: 1px solid rgba(90, 71, 51, 0.1);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.local-card,
.journal-card,
.article-sidebar-card,
.cta-panel,
.article-list-card {
  padding: 1.7rem;
}

.local-card-large p {
  max-width: 64ch;
}

.local-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.3rem;
}

.local-points span {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(149, 168, 142, 0.12);
  color: var(--sage-deep);
}

.local-list {
  margin: 1rem 0 0;
  padding-left: 1.15rem;
  color: var(--text-soft);
}

.local-list li {
  margin-bottom: 0.7rem;
}

.journal-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.journal-card h3 {
  margin-top: 0.9rem;
}

.journal-card p {
  color: var(--text-soft);
}

.journal-link {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  color: var(--accent-deep);
  font-weight: 700;
}

.journal-footer {
  margin-top: 1.5rem;
}

.article-page {
  background:
    radial-gradient(circle at top left, rgba(173, 144, 97, 0.06), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(149, 168, 142, 0.05), transparent 20%),
    linear-gradient(180deg, #fffdf9 0%, #fcf8f2 56%, #fffdfa 100%);
}

.article-shell {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--text);
}

.article-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.25rem;
  align-items: start;
}

.article-hero-copy {
  display: grid;
  gap: 1rem;
}

.article-hero-copy h1 {
  max-width: 13ch;
  font-size: clamp(3rem, 5vw, 4.7rem);
}

.article-hero-copy p {
  max-width: 62ch;
  color: var(--text-soft);
}

.article-masthead,
.article-sidebar-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 253, 0.97), rgba(255, 252, 247, 0.9)),
    rgba(255, 255, 253, 0.9);
  border: 1px solid rgba(90, 71, 51, 0.1);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.article-masthead {
  padding: 1.8rem;
}

.article-masthead h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  max-width: none;
}

.article-masthead p {
  color: var(--text-soft);
}

.article-stat-list {
  margin: 1.2rem 0 0;
  display: grid;
  gap: 0.75rem;
}

.article-stat-list span {
  display: inline-flex;
  padding: 0.8rem 0.95rem;
  border-radius: 16px;
  background: rgba(149, 168, 142, 0.1);
  color: var(--sage-deep);
}

.article-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.42fr);
  align-items: start;
  margin-top: 2rem;
}

.article-body,
.article-list-grid {
  display: grid;
  gap: 1.25rem;
}

.article-body .prose,
.article-list-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 253, 0.97), rgba(255, 252, 247, 0.9)),
    rgba(255, 255, 253, 0.9);
  border: 1px solid rgba(90, 71, 51, 0.1);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  padding: 1.9rem;
}

.prose h2,
.prose h3 {
  margin-bottom: 0.9rem;
}

.prose h2 {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  max-width: none;
}

.prose h3 {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
}

.prose p,
.prose li {
  color: var(--text-soft);
}

.prose ul {
  margin: 0;
  padding-left: 1.2rem;
}

.prose ul + p,
.prose p + ul,
.prose p + p,
.prose h2 + p,
.prose h3 + p {
  margin-top: 0.9rem;
}

.article-sidebar {
  display: grid;
  gap: 1.25rem;
  position: sticky;
  top: 6.5rem;
}

.article-sidebar-card h3 {
  margin-bottom: 0.8rem;
}

.article-sidebar-card p,
.article-sidebar-card li {
  color: var(--text-soft);
}

.article-sidebar-card ul {
  margin: 0;
  padding-left: 1.15rem;
}

.cta-panel h3 {
  margin-bottom: 0.9rem;
}

.article-list-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-list-card h3 {
  margin-top: 0.75rem;
}

.article-list-card p {
  color: var(--text-soft);
}

.faq-list {
  display: grid;
  gap: 1rem;
}

details {
  padding: 1.3rem 1.4rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(90, 71, 51, 0.1);
  background: rgba(255, 252, 247, 0.82);
  box-shadow: 0 12px 30px rgba(63, 42, 27, 0.08);
}

summary {
  cursor: pointer;
  list-style: none;
  font-size: 1.55rem;
}

summary::-webkit-details-marker {
  display: none;
}

details p {
  margin: 0.9rem 0 0;
}

.contact-link {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0.3rem 0 0.75rem;
}

.contact-link-email {
  display: block;
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
  word-break: break-all;
}

.map-card {
  overflow: hidden;
  padding: 0;
}

.map-card iframe {
  width: 100%;
  min-height: 100%;
  border: 0;
  aspect-ratio: 4 / 3;
}

.site-footer {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 5rem auto 2rem;
  padding: 1.6rem 1.8rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(90, 71, 51, 0.1);
  background: rgba(255, 251, 246, 0.84);
}

.site-footer strong {
  display: block;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.88rem;
}

.site-footer span,
.site-footer p {
  color: var(--text-soft);
}

.toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  padding: 0.9rem 1.1rem;
  border-radius: 16px;
  background: rgba(53, 39, 28, 0.92);
  color: #fff9f2;
  box-shadow: 0 14px 30px rgba(40, 29, 20, 0.25);
  opacity: 0;
  transform: translateY(0.6rem);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 10;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  filter: blur(4px);
  will-change: opacity, transform;
  transition:
    opacity 480ms ease,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

@keyframes drift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 1100px) {
  .site-header {
    border-radius: 28px;
    padding: 1rem 1.1rem;
    top: 0.75rem;
    flex-wrap: wrap;
  }

  .hero,
  .story-grid,
  .local-grid,
  .services-grid,
  .booking-grid,
  .gift-grid,
  .detail-cards,
  .contact-grid,
  .journal-grid,
  .reviews-grid,
  .article-hero,
  .article-layout,
  .article-list-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    flex: 0 0 calc((100% - 1.1rem) / 2);
  }

  .hero-highlights {
    grid-template-columns: 1fr;
  }

  .video-shell {
    min-height: 34rem;
  }

  .portrait-card {
    grid-row: auto;
  }

  .site-footer {
    flex-direction: column;
  }

  .article-sidebar {
    position: static;
  }
}

@media (max-width: 780px) {
  .site-header {
    width: min(calc(100% - 1rem), var(--max-width));
    margin-top: 0.5rem;
    justify-content: center;
  }

  .testimonial-card {
    flex: 0 0 85%;
  }

  .gallery-nav {
    display: none;
  }

  .brand {
    width: 100%;
    justify-content: center;
  }

  .site-nav {
    justify-content: center;
  }

  .header-cta {
    width: 100%;
  }

  .section {
    width: min(calc(100% - 1rem), var(--max-width));
    padding-top: 4.5rem;
  }

  .hero {
    padding-top: 2.5rem;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .inline-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .floating-note {
    max-width: calc(100% - 2rem);
  }

  .floating-note-top,
  .floating-note-bottom {
    animation: none;
  }

  .video-shell {
    min-height: 28rem;
  }

  h1 {
    max-width: none;
  }

  .article-hero-copy h1 {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
