:root {
  --white: #FFFFFF;
  --clean-white: #FBF7F4;
  --soft-white: #F8F8F6;
  --ink: #080808;
  --ink-soft: #34302D;
  --crimson: #8B0015;
  --dark-crimson: #5E000E;
  --gold: #CBA24A;
  --gold-soft: #D6B766;
  --gold-pale: #E8D7AE;
  --line: rgba(203, 162, 74, 0.24);
  --shadow: 0 8px 24px rgba(8, 8, 8, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  color: var(--ink);
  background: var(--white);
  font-family: "Jost", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--white);
  overflow-x: hidden;
}

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

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: default;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.page-shell,
.announcement,
.site-header,
main {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 340px;
  min-height: 36px;
  color: var(--white);
  background: linear-gradient(90deg, #5E000E 0%, #7A0012 52%, #5E000E 100%);
  font-size: 13px;
  font-weight: 400;
}

.announce-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.announcement svg {
  width: 16px;
  height: 16px;
  color: var(--gold);
}

.site-header {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 88px;
  padding: 16px 36px 8px;
  background: var(--white);
}

.brand {
  display: grid;
  width: 136px;
  justify-items: center;
  color: var(--dark-crimson);
  line-height: 1;
}

.brand-main {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 56px;
  font-weight: 500;
}

.brand-rule {
  width: 104px;
  height: 1px;
  margin: -2px 0 4px;
  background: var(--gold-soft);
}

.brand-sub {
  color: var(--ink);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.menu-button {
  display: none;
  width: 36px;
  height: 36px;
  padding: 8px;
  border: 0;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 1px;
  margin: 5px 0;
  background: var(--ink);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 38px;
  min-width: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
}

.main-nav .active {
  color: var(--dark-crimson);
}

.main-nav .active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--dark-crimson);
  content: "";
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.book-button,
.primary-btn,
.outline-btn,
.light-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.book-button {
  min-width: 146px;
  height: 42px;
  color: var(--white);
  background: var(--dark-crimson);
  box-shadow: 0 4px 16px rgba(8, 8, 8, 0.18);
}

.book-button svg {
  width: 15px;
  height: 15px;
}

.book-short {
  display: none;
}

.icon-link {
  position: relative;
  display: grid;
  width: 24px;
  height: 42px;
  place-items: center;
  color: var(--ink);
}

.icon-link svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.8;
}

.bag-count {
  position: absolute;
  top: 3px;
  right: -7px;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--dark-crimson);
  font-size: 10px;
  line-height: 1;
}

.hero {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: var(--white);
}

.hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--white) 0%, rgba(255, 255, 255, 0.98) 31%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0) 72%);
  content: "";
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 50%;
  min-width: 540px;
  padding: 14px 36px 28px 60px;
}

.eyebrow,
.rule-heading h2 {
  margin: 0;
  color: var(--dark-crimson);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1;
  text-transform: uppercase;
}

.hero h1,
.service-band h2,
.booking-band h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 470px;
  margin: 14px 0 14px;
  color: var(--ink);
  font-size: clamp(58px, 5.2vw, 72px);
  line-height: 0.96;
}

.hero h1 em {
  display: inline-block;
  color: var(--dark-crimson);
  font-style: italic;
}

.hero h1 span {
  color: #B4640A;
  font-family: "Jost", Arial, sans-serif;
  font-size: 0.55em;
  font-weight: 300;
}

.hero-text {
  max-width: 420px;
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
}

.trust-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 520px;
  margin-top: 24px;
}

.trust-badges article {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  min-height: 64px;
  padding-right: 16px;
}

.trust-badges article + article {
  padding-left: 16px;
  border-left: 1px solid rgba(203, 162, 74, 0.28);
}

.trust-badges svg {
  width: 29px;
  height: 29px;
  color: #B4640A;
  stroke-width: 1.4;
}

.trust-badges strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.4px;
  line-height: 1.25;
  text-transform: uppercase;
}

.trust-badges span {
  display: block;
  color: var(--ink);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
}

.primary-btn,
.outline-btn,
.light-btn {
  min-width: 208px;
  min-height: 54px;
  padding: 0 24px;
}

.primary-btn {
  color: var(--white);
  background: var(--crimson);
  box-shadow: 0 8px 18px rgba(139, 0, 21, 0.18);
}

.outline-btn {
  border: 1px solid rgba(139, 0, 21, 0.58);
  color: var(--dark-crimson);
  background: rgba(255, 255, 255, 0.82);
}

.primary-btn svg,
.light-btn svg {
  width: 17px;
  height: 17px;
}

.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 56%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.perfect-section,
.experience-section,
.gallery-section {
  padding: 18px 60px 22px;
  background: var(--white);
}

.rule-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin-bottom: 22px;
  text-align: center;
}

.rule-heading.tight {
  margin-bottom: 12px;
}

.rule-heading span {
  height: 1px;
  background: rgba(203, 162, 74, 0.32);
}

.perfect-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.perfect-grid article {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 122px;
  padding: 42px 22px 20px;
  border: 1px solid rgba(203, 162, 74, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
}

/* Item 23: subtle elevation for the highest-value path (Weddings). */
/* Gold used as line/label accent only; palette-locked; additive + reversible. */
.perfect-grid article.featured {
  border-color: var(--gold);
  box-shadow: 0 1px 10px rgba(203, 162, 74, 0.16);
  background: rgba(255, 255, 255, 0.92);
}

.round-icon {
  position: absolute;
  top: -24px;
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border: 1px solid rgba(203, 162, 74, 0.28);
  border-radius: 50%;
  color: #B4640A;
  background: var(--clean-white);
}

.round-icon svg {
  width: 30px;
  height: 30px;
}

.perfect-grid h3,
.experience-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.perfect-grid p,
.experience-grid p {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45;
}

.service-band {
  display: grid;
  grid-template-columns: minmax(520px, 1.08fr) minmax(360px, 0.92fr);
  gap: 24px;
  min-height: 230px;
  margin: 0 60px 18px;
  overflow: hidden;
  border: 1px solid rgba(203, 162, 74, 0.2);
  border-radius: 8px;
  background: var(--clean-white);
}

.service-copy {
  padding: 28px 0 24px 48px;
}

.service-band h2 {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(30px, 2.8vw, 36px);
  line-height: 1.08;
}

.service-band h2 em {
  color: var(--dark-crimson);
  font-style: italic;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(135px, 1fr));
  gap: 12px 28px;
  max-width: 585px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.service-list li {
  position: relative;
  padding-left: 25px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 300;
}

.service-list li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--dark-crimson);
  font-size: 11px;
  content: "✓";
}

.compact {
  min-width: 212px;
  min-height: 48px;
}

.service-band img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  object-position: center;
}

.experience-section {
  padding-top: 0;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(203, 162, 74, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
}

.experience-grid article {
  display: grid;
  justify-items: center;
  min-height: 138px;
  padding: 18px 26px 18px;
  text-align: center;
}

.experience-grid article + article {
  border-left: 1px solid rgba(203, 162, 74, 0.2);
}

.experience-grid svg {
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  color: #B4640A;
  stroke-width: 1.3;
}

.experience-grid h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: none;
}

.gallery-section {
  padding-top: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.gallery-grid figure {
  margin: 0;
  text-align: center;
}

.gallery-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1.42;
  border-radius: 4px;
  object-fit: cover;
}

.gallery-grid figcaption {
  margin-top: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 300;
}

.booking-band {
  display: grid;
  grid-template-columns: 160px 1fr auto 244px;
  align-items: center;
  gap: 24px;
  min-height: 86px;
  margin: 0 60px 24px;
  overflow: hidden;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(90deg, #720011 0%, #8B0015 52%, #5E000E 100%);
}

.booking-band img {
  width: 160px;
  height: 86px;
  object-fit: cover;
}

.booking-band h2 {
  margin: 0 0 4px;
  color: var(--white);
  font-size: 29px;
  line-height: 1.1;
}

.booking-band p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}

.light-btn {
  min-width: 238px;
  min-height: 48px;
  color: var(--dark-crimson);
  background: var(--white);
}

.question {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 14px;
  line-height: 1.5;
}

.question a {
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: 200px 1fr 360px;
  gap: 48px;
  padding: 24px 60px 20px;
  overflow: hidden;
  background: var(--clean-white);
}

.footer-brand .brand {
  margin-bottom: 18px;
}

.footer-brand p,
.newsletter p {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.socials {
  display: flex;
  gap: 13px;
  margin-top: 22px;
  color: var(--ink);
}

.socials a {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  font-size: 10px;
  font-weight: 500;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.footer-links h2,
.newsletter h2 {
  margin: 0 0 15px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.1;
  text-transform: uppercase;
}

.footer-links a {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 300;
}

.newsletter {
  position: relative;
  min-height: 176px;
  padding-left: 32px;
  border-left: 1px solid rgba(203, 162, 74, 0.24);
}

.newsletter form {
  position: relative;
  z-index: 1;
  display: flex;
  width: 240px;
  height: 40px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(52, 48, 45, 0.16);
  border-radius: 4px;
  background: var(--white);
}

.newsletter label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.newsletter input {
  width: 100%;
  border: 0;
  padding: 0 48px 0 16px;
  color: var(--ink);
  background: transparent;
  font-size: 13px;
  font-weight: 300;
}

.newsletter button {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 0;
  color: var(--crimson);
  background: transparent;
}

.newsletter button svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.8;
}

.newsletter img {
  position: absolute;
  right: -16px;
  bottom: -24px;
  width: 208px;
  height: 176px;
  object-fit: cover;
}

.legal {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 300;
}

.legal nav {
  display: flex;
  gap: 24px;
}

@media (max-width: 1320px) {
  .announcement {
    gap: 96px;
  }

  .site-header {
    grid-template-columns: 150px minmax(0, 1fr) auto;
    padding: 16px 24px;
  }

  .main-nav {
    gap: 18px;
    font-size: 11px;
    letter-spacing: 2px;
  }

  .header-actions {
    justify-content: flex-end;
    gap: 16px;
  }

  .book-button {
    min-width: 146px;
  }

  .icon-link {
    width: 22px;
  }

  .perfect-section,
  .experience-section,
  .gallery-section,
  .site-footer {
    padding-right: 24px;
    padding-left: 24px;
  }

  .service-band,
  .booking-band {
    margin-right: 24px;
    margin-left: 24px;
  }

  .service-band h2 {
    font-size: 25px;
  }

  .booking-band {
    grid-template-columns: 144px 1fr auto 244px;
  }

  .booking-band img {
    width: 144px;
  }

  .question {
    grid-column: auto;
    padding: 0 0 0 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.28);
  }

  .site-footer {
    grid-template-columns: 200px 1fr 320px;
  }

  .newsletter {
    grid-column: auto;
    padding: 0 0 0 28px;
    border-top: 0;
    border-left: 1px solid rgba(203, 162, 74, 0.24);
  }
}

@media (max-width: 980px) {
  .announcement {
    gap: 12px;
    padding: 8px 16px;
    flex-wrap: wrap;
    font-size: 13px;
  }

  .hero {
    min-height: 720px;
  }

  .hero::after {
    background: linear-gradient(180deg, var(--white) 0%, rgba(255, 255, 255, 0.98) 47%, rgba(255, 255, 255, 0.18) 100%);
  }

  .hero-copy {
    width: 100%;
    min-width: 0;
    padding: 32px 24px;
  }

  .hero-image {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 43%;
  }

  .perfect-grid,
  .experience-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .service-band {
    grid-template-columns: 1fr;
  }

  .service-copy {
    padding: 30px 28px 6px;
  }

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

  .booking-band {
    grid-template-columns: 128px 1fr;
    padding-right: 24px;
  }

  .light-btn,
  .question {
    grid-column: 2;
  }
}

@media (max-width: 860px) {
  .announcement {
    min-height: 40px;
  }

  .announce-item {
    justify-content: center;
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .site-header {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    max-width: 100vw;
    gap: 12px;
    padding: 14px 16px;
    overflow: visible;
  }

  main {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .menu-button {
    display: block;
  }

  .brand {
    width: 112px;
  }

  .brand-main {
    font-size: 46px;
  }

  .brand-rule {
    width: 88px;
  }

  .brand-sub {
    font-size: 10px;
    letter-spacing: 3px;
  }

  .header-actions {
    margin-left: auto;
    gap: 8px;
  }

  .header-actions .icon-link {
    display: none;
  }

  .main-nav {
    display: none;
  }

  .book-button {
    min-width: 132px;
    height: 42px;
    padding: 0 12px;
    font-size: 11px;
    letter-spacing: 1.2px;
  }

  .book-button svg {
    display: none;
  }

  .hero {
    min-height: 780px;
  }

  .hero-copy {
    padding: 24px 16px;
  }

  .hero h1 {
    font-size: 53px;
  }

  .hero-text {
    max-width: 332px;
    font-size: 16px;
  }

  .trust-badges {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 330px;
  }

  .trust-badges article,
  .trust-badges article + article {
    padding: 0;
    border-left: 0;
  }

  .hero-actions {
    gap: 12px;
    margin-top: 22px;
  }

  .primary-btn,
  .outline-btn {
    width: 100%;
    min-width: 0;
  }

  .hero-image {
    height: 36%;
  }

  .perfect-section,
  .experience-section,
  .gallery-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .rule-heading {
    gap: 12px;
  }

  .perfect-grid,
  .experience-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .perfect-grid {
    gap: 30px;
  }

  .experience-grid article {
    min-height: 0;
  }

  .experience-grid article + article {
    border-top: 1px solid rgba(203, 162, 74, 0.18);
  }

  .service-band,
  .booking-band {
    margin-right: 16px;
    margin-left: 16px;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .booking-band {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 20px 24px;
  }

  .booking-band img {
    width: calc(100% + 40px);
    height: 96px;
    margin: 0 -20px;
  }

  .booking-band h2 {
    font-size: 28px;
  }

  .light-btn,
  .question {
    grid-column: auto;
  }

  .light-btn {
    width: 100%;
    min-width: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 32px 16px 24px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .newsletter {
    min-height: 256px;
  }

  .legal {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal nav {
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media (max-width: 420px) {
  .book-button {
    min-width: 92px;
  }

  .book-full {
    display: none;
  }

  .book-short {
    display: inline;
  }

  .hero h1 {
    font-size: 48px;
  }
}
