: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.28);
  --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;
}

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

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

.announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 360px;
  min-height: 48px;
  border-bottom: 1px solid rgba(203, 162, 74, 0.16);
  color: var(--ink);
  background: var(--clean-white);
  font-size: 14px;
  font-weight: 300;
}

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

.announcement svg {
  width: 18px;
  height: 18px;
  color: #B4640A;
}

.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;
  letter-spacing: 0;
}

.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;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  min-width: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 3px;
  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: 24px;
}

.book-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 112px;
  height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  color: var(--white);
  background: var(--dark-crimson);
  box-shadow: 0 4px 16px rgba(8, 8, 8, 0.18);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

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

.book-short {
  display: none;
}

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

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

.bag-count {
  position: absolute;
  top: 4px;
  right: -8px;
  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: 500px;
  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.72) 45%, rgba(255, 255, 255, 0) 70%);
  content: "";
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 48%;
  min-width: 520px;
  padding: 72px 36px 52px 54px;
}

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

.hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(64px, 4.9vw, 76px);
  line-height: 0.98;
}

.hero-script {
  margin: 8px 0 24px;
  color: var(--dark-crimson);
  font-size: clamp(38px, 3.4vw, 52px);
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
}

.hero-script span {
  color: var(--gold);
  font-family: "Jost", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
}

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

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 28px;
}

.primary-btn,
.outline-btn,
.light-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 208px;
  height: 54px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}

.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,
.outline-btn svg,
.light-btn svg {
  width: 18px;
  height: 18px;
}

.rating-line {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 12px;
  max-width: 390px;
  margin-top: 32px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 300;
}

.rating-line img {
  width: 88px;
  height: 28px;
  object-fit: cover;
}

.rating-line strong {
  font-weight: 400;
}

.rating-line .stars {
  color: var(--gold);
  font-size: 15px;
  letter-spacing: 1px;
}

.rating-line small {
  grid-column: 2 / 4;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 300;
}

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

.services-section {
  padding: 18px 48px 24px;
  background: var(--white);
}

.section-heading {
  display: grid;
  justify-items: center;
  margin-bottom: 20px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.1;
}

.section-heading em {
  color: var(--dark-crimson);
  font-style: italic;
}

.section-heading span {
  position: relative;
  display: block;
  width: 112px;
  height: 20px;
  margin-top: 6px;
}

.section-heading span::before,
.section-heading span::after {
  position: absolute;
  top: 10px;
  width: 38px;
  height: 1px;
  background: var(--gold);
  content: "";
}

.section-heading span::before {
  left: 0;
}

.section-heading span::after {
  right: 0;
}

.section-heading span {
  color: var(--gold);
}

.section-heading span::marker {
  color: transparent;
}

.section-heading span::selection {
  background: transparent;
}

.section-heading span {
  background: radial-gradient(circle at center, transparent 0 7px, transparent 7px);
}

.section-heading span::before {
  box-shadow: 58px 0 0 -18px var(--white);
}

.section-heading span::after {
  box-shadow: -58px 0 0 -18px var(--white);
}

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

.service-card,
.bridge-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(203, 162, 74, 0.18);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 8, 8, 0.06);
}

.service-card {
  display: grid;
  grid-template-rows: 194px auto auto 1fr auto auto;
  min-height: 508px;
  justify-items: center;
  background: var(--clean-white);
  text-align: center;
}

.service-card img {
  width: 100%;
  height: 194px;
  object-fit: cover;
  object-position: center;
}

.service-icon {
  display: grid;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  place-items: center;
  border: 1px solid var(--gold-pale);
  border-radius: 50%;
  color: #B4640A;
  background: var(--white);
  box-shadow: 0 6px 14px rgba(8, 8, 8, 0.08);
  font-size: 22px;
}

.service-card h3,
.bridge-card h3 {
  margin: 12px 18px 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.service-card p,
.bridge-card p {
  margin: 18px 20px 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.45;
}

.service-card strong {
  margin-top: 22px;
  color: var(--crimson);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.service-card a,
.bridge-card a {
  margin: 18px 0 24px;
  color: var(--dark-crimson);
  font-size: 14px;
  font-weight: 400;
}

.bridge-card {
  display: grid;
  grid-template-rows: 168px 1fr;
  min-height: 508px;
  background: var(--white);
  text-align: left;
}

.bridge-card::after {
  position: absolute;
  inset: auto 20px 20px 20px;
  height: 1px;
  background: var(--gold-pale);
  content: "";
}

.bridge-card img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.72);
}

.bridge-card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 20px 44px;
  border-top: 3px solid var(--gold);
}

.bridge-card span:first-child {
  color: var(--gold);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bridge-card h3 {
  margin: 12px 0 0;
  color: var(--dark-crimson);
  font-size: 28px;
  line-height: 1.05;
}

.bridge-card p {
  margin: 16px 0 0;
}

.bridge-card a {
  margin: 22px 0 0;
}

.experience-band {
  display: grid;
  grid-template-columns: minmax(260px, 408px) 1fr minmax(176px, 254px);
  align-items: stretch;
  gap: 34px;
  margin: 0 48px 24px;
  overflow: hidden;
  border: 1px solid rgba(203, 162, 74, 0.18);
  border-radius: 8px;
  background: var(--clean-white);
}

.experience-studio,
.experience-floral {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.experience-copy {
  align-self: center;
  padding: 30px 0;
}

.experience-copy h2 {
  margin: 0 0 14px;
  color: var(--dark-crimson);
  font-size: clamp(32px, 3vw, 42px);
  font-style: italic;
  line-height: 1.08;
}

.experience-copy > p {
  max-width: 680px;
  margin: 0 0 34px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
}

.experience-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.experience-benefits div {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: start;
  column-gap: 14px;
}

.experience-benefits span {
  grid-row: 1 / 3;
  color: #B4640A;
  font-size: 34px;
  line-height: 1;
}

.experience-benefits strong,
.experience-benefits small {
  display: block;
  color: var(--ink);
}

.experience-benefits strong {
  font-size: 14px;
  font-weight: 400;
}

.experience-benefits small {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 0 48px 24px;
  padding: 24px;
  border: 1px solid rgba(203, 162, 74, 0.18);
  border-radius: 8px;
  background: var(--clean-white);
  box-shadow: var(--shadow);
}

.trust-strip div {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  column-gap: 12px;
  min-height: 72px;
}

.trust-strip div + div {
  padding-left: 24px;
  border-left: 1px solid var(--gold-pale);
}

.trust-strip span {
  grid-row: 1 / 3;
  color: #B4640A;
  font-size: 36px;
  line-height: 1;
}

.trust-strip strong,
.trust-strip small {
  display: block;
  color: var(--ink);
}

.trust-strip strong {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 1.2;
  text-transform: uppercase;
}

.trust-strip small {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.35;
}

.booking-band {
  display: grid;
  grid-template-columns: 176px 1fr auto 244px;
  align-items: center;
  gap: 24px;
  min-height: 132px;
  margin: 0 48px 32px;
  overflow: hidden;
  border-radius: 8px;
  color: var(--white);
  background: var(--crimson);
}

.booking-band img {
  width: 176px;
  height: 132px;
  object-fit: cover;
}

.booking-band h2 {
  margin: 0 0 6px;
  font-size: 32px;
  line-height: 1.1;
}

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

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

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

.question a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

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

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

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

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

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

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

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

.newsletter {
  position: relative;
  min-height: 208px;
  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;
}

.footer-bridge {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 8px 0 0;
  color: var(--gold);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.footer-bridge::before,
.footer-bridge::after {
  width: min(120px, 18vw);
  height: 1px;
  background: var(--gold-pale);
  content: "";
}

.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: auto 1fr;
    padding: 16px 24px;
  }

  .main-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    white-space: normal;
  }

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

  .services-section,
  .site-footer {
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .experience-band,
  .trust-strip,
  .booking-band {
    margin-right: 24px;
    margin-left: 24px;
  }

  .experience-band {
    grid-template-columns: 320px 1fr 220px;
  }

  .trust-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-strip div + div {
    border-left: 0;
    padding-left: 0;
  }

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

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

  .question {
    grid-column: 2 / 4;
    padding: 0 0 24px;
    border-left: 0;
  }

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

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

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

  .hero {
    min-height: 680px;
  }

  .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: 40px 24px;
  }

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

  .experience-band {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .experience-copy {
    padding: 28px 24px;
  }

  .experience-floral {
    display: none;
  }

  .experience-benefits {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

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

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

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

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

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

  .header-actions {
    position: absolute;
    top: 20px;
    right: auto;
    left: min(72vw, 272px);
    margin-left: 0;
    gap: 8px;
  }

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

  .main-nav {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    width: 100%;
    max-width: calc(100vw - 32px);
    gap: 8px 16px;
    min-width: 0;
    margin-top: 8px;
    font-size: 11px;
    letter-spacing: 1.4px;
    overflow-x: visible;
    scrollbar-width: none;
    white-space: normal;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    display: inline-block;
  }

  .book-button {
    min-width: 80px;
    padding: 0;
  }

  .book-button svg,
  .book-full {
    display: none;
  }

  .book-short {
    display: inline;
  }

  .hero {
    min-height: 720px;
  }

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

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

  .hero-script {
    font-size: 34px;
  }

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

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

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

  .rating-line {
    grid-template-columns: auto 1fr;
    max-width: 330px;
    gap: 8px 10px;
  }

  .rating-line .stars {
    grid-column: 1;
  }

  .rating-line small {
    grid-column: 1 / -1;
  }

  .hero-image {
    height: 37%;
  }

  .services-section {
    padding: 18px 16px 24px;
  }

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

  .service-card,
  .bridge-card {
    min-height: 0;
  }

  .service-card {
    grid-template-rows: 226px auto auto auto auto auto;
  }

  .service-card img {
    height: 226px;
  }

  .bridge-card {
    grid-template-rows: 180px auto;
  }

  .bridge-card img {
    height: 180px;
  }

  .experience-band,
  .trust-strip,
  .booking-band {
    margin-right: 16px;
    margin-left: 16px;
  }

  .experience-studio {
    min-height: 216px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    padding: 12px 0;
  }

  .trust-strip div + div {
    border-top: 1px solid rgba(203, 162, 74, 0.24);
  }

  .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;
  }
}
