@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');

:root {
  font-family: 'DM Sans', Arial, sans-serif;
  color: #673c36;
  background: #fffaf3;
  font-synthesis: none;
  --rust: #a14039;
  --rust-deep: #85342e;
  --cream: #fffaf3;
  --blush: #f4e5dc;
  --line: #d8bcb0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #c86f53; outline-offset: 4px; }
[hidden] { display: none !important; }
.skip-link { position: absolute; top: -80px; left: 16px; z-index: 10; padding: 12px 16px; background: white; color: var(--rust); }
.skip-link:focus { top: 12px; }

.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(24px, 5.5vw, 94px);
  background: var(--cream);
}
.brand { display: inline-flex; align-items: center; gap: 14px; flex: none; }
.logo-window {
  width: 54px;
  height: 74px;
  display: inline-block;
  flex: none;
  background-color: #a14039;
  background-image: url('/media/core-logo-original.png');
  background-size: 263.16px 383.86px;
  background-position: -100px -186px;
  background-repeat: no-repeat;
}
.brand-name { color: var(--rust); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.brand-name strong { font-weight: 700; }
.site-header nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); font-size: 13px; font-weight: 600; }
.site-header nav a:not(.nav-cta):hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-cta { border: 1px solid var(--rust); padding: 12px 18px; transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--rust); color: white; }
.nav-cta span { margin-left: 12px; }

.eyebrow { margin: 0; color: var(--rust); font-size: 11px; font-weight: 700; letter-spacing: .24em; line-height: 1.5; }
.eyebrow.light { color: #f9e6dc; }
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; }
em { font-weight: inherit; }
.hero {
  min-height: 665px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
  color: var(--cream);
  background: var(--rust);
}
.hero-copy {
  position: relative;
  overflow: hidden;
  padding: clamp(84px, 10vw, 150px) clamp(28px, 6vw, 100px) 90px clamp(28px, 8vw, 130px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.hero-copy h1 { max-width: 740px; margin: 21px 0 26px; font-size: clamp(58px, 6.4vw, 104px); line-height: 1.08; letter-spacing: -.045em; }
.hero-copy h1 em { display: block; color: #f0d4c3; }
.hero-copy > p:not(.eyebrow) { max-width: 500px; margin: 0; font-size: 17px; line-height: 1.7; color: #f6e8df; }
.hero-actions { margin-top: 40px; display: flex; align-items: center; flex-wrap: wrap; gap: 24px 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 52px; padding: 15px 21px; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-cream { color: var(--rust); background: var(--cream); }
.button-cream:hover { background: #f2e1d7; }
.hero-text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid #ebcbbd; padding-bottom: 6px; }
.hero-text-link span { margin-left: 10px; }
.hero-text-link:hover { color: #f0d4c3; }
.hero-spark { position: absolute; right: 8%; bottom: 46px; color: #f1d0bd; font-size: 40px; }
.hero-image { position: relative; min-height: 665px; overflow: hidden; background: #ab3f31; }
.hero-image img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }

.intro, .services, .booking { max-width: 1440px; margin: auto; }
.intro { display: flex; align-items: end; justify-content: space-between; gap: 60px; padding: 120px clamp(24px, 7vw, 110px) 50px; }
.intro h2 { font-size: clamp(42px, 5vw, 74px); line-height: 1.13; letter-spacing: -.035em; margin: 17px 0 0; }
.intro h2 em { color: var(--rust); }
.intro > p { max-width: 335px; margin: 0 0 10px; line-height: 1.8; font-size: 15px; }
.services { padding: 0 clamp(24px, 7vw, 110px) 122px; }
.service { display: grid; grid-template-columns: 80px minmax(0, 1fr) 60px; align-items: center; gap: 12px; min-height: 170px; padding: 22px 8px; border-top: 1px solid var(--line); }
.service:last-child { border-bottom: 1px solid var(--line); }
.service-number { align-self: start; padding-top: 12px; color: var(--rust); font-size: 12px; font-weight: 700; }
.service h3 { margin: 0 0 10px; font-size: clamp(29px, 3.3vw, 48px); line-height: 1.2; }
.service p { margin: 0; font-size: 14px; line-height: 1.6; }
.service-flower { justify-self: end; color: var(--rust); font-size: 32px; font-weight: 400; }

.statement { text-align: center; padding: 95px 24px 110px; background: #f3e5dc; }
.statement-spark { display: block; color: var(--rust); font-size: 42px; line-height: 1; margin-bottom: 54px; }
.statement h2 { margin: 24px 0; font-size: clamp(48px, 6vw, 86px); line-height: 1.12; letter-spacing: -.045em; }
.statement h2 em { color: var(--rust); }
.statement > p:not(.eyebrow) { margin: 0; font-size: 15px; line-height: 1.7; }
.statement-line { display: block; width: 72px; height: 1px; background: var(--rust); margin: 55px auto 0; }

.booking { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 460px); align-items: center; gap: clamp(45px, 8vw, 140px); padding: 130px clamp(24px, 7vw, 110px); }
.booking-copy h2 { max-width: 550px; margin: 18px 0 24px; font-size: clamp(46px, 5.2vw, 75px); line-height: 1.13; letter-spacing: -.04em; }
.booking-copy > p:not(.eyebrow) { max-width: 470px; font-size: 15px; line-height: 1.8; }
.booking-copy .small-note { font-size: 12px !important; color: #99685d; margin-top: 32px; }
.booking-card { background: #fffdf8; border: 1px solid var(--line); padding: clamp(24px, 3vw, 42px); box-shadow: 17px 17px 0 #f1e2d9; }
.booking-card-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--line); color: var(--rust); font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.booking-card-head span:last-child { font-size: 24px; }
.booking-card form { display: grid; gap: 7px; margin-top: 19px; }
.booking-card label { font-size: 12px; font-weight: 700; margin-top: 10px; }
.booking-card input, .booking-card select { width: 100%; min-height: 44px; border: 1px solid #d5bab0; border-radius: 0; background: var(--cream); color: #673c36; padding: 11px 12px; font-size: 13px; }
.booking-card input:disabled, .booking-card select:disabled { background: #f5eee8; color: #765c56; }
.booking-card button { display: flex; justify-content: space-between; align-items: center; border: 0; width: 100%; min-height: 48px; margin-top: 19px; padding: 12px 16px; background: #c99285; color: white; font-size: 13px; font-weight: 700; cursor: not-allowed; }
.booking-card button:not(:disabled) { background: var(--rust); cursor: pointer; }
.booking-card button:not(:disabled):hover { background: var(--rust-deep); }
.booking-card #booking-status { margin: 14px 0 0; color: #806960; font-size: 11px; line-height: 1.6; }
.booking-card .privacy-label { display: flex; align-items: start; gap: 8px; line-height: 1.5; font-weight: 400; }
.booking-card .privacy-label input { width: auto; min-height: 0; margin: 3px 0 0; }
.booking-card .privacy-label a { text-decoration: underline; }

.contact { background: var(--rust); color: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 140px); padding: 110px clamp(24px, 8vw, 130px); }
.contact h2 { margin: 22px 0 24px; font-size: clamp(52px, 6vw, 88px); line-height: 1.05; letter-spacing: -.045em; }
.contact h2 em { color: #f0d4c3; }
.contact p:not(.eyebrow) { max-width: 440px; font-size: 15px; line-height: 1.8; color: #f7e8e0; }
.contact-links { align-self: end; display: grid; }
.contact-links a { display: flex; justify-content: space-between; gap: 16px; align-items: center; border-top: 1px solid #d89d90; padding: 22px 0; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(22px, 2.6vw, 32px); }
.contact-links a:last-child { border-bottom: 1px solid #d89d90; }
.contact-links a:hover { color: #f0d4c3; }
.contact-links small { display: block; margin-top: 4px; font-family: 'DM Sans', Arial, sans-serif; font-size: 12px; font-weight: 400; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 35px clamp(24px, 5.5vw, 94px); background: var(--cream); color: var(--rust); font-size: 12px; }
footer p { margin: 0; }
footer small { font-size: 11px; }
footer small a { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 42px; padding-right: 30px; }
  .hero-copy h1 { font-size: clamp(50px, 6vw, 70px); }
  .intro { padding-top: 85px; }
  .booking { gap: 55px; grid-template-columns: minmax(0, 1fr) minmax(320px, 420px); }
}
@media (max-width: 760px) {
  .site-header { height: 80px; padding: 0 22px; }
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { display: flex; flex-direction: column; }
  .hero-copy { min-height: 505px; padding: 75px 28px 80px; }
  .hero-copy h1 { font-size: clamp(53px, 11vw, 82px); max-width: 590px; }
  .hero-image { min-height: 490px; max-height: 630px; }
  .hero-image img { height: 100%; object-position: center 45%; }
  .intro { display: block; padding: 80px 28px 45px; }
  .intro > p { margin-top: 30px; }
  .services { padding: 0 28px 85px; }
  .service { grid-template-columns: 48px minmax(0, 1fr) 30px; min-height: 145px; }
  .service-flower { font-size: 24px; }
  .statement { padding: 80px 24px; }
  .booking { grid-template-columns: 1fr; padding: 85px 28px 100px; gap: 35px; }
  .booking-card { width: min(100%, 520px); }
  .contact { grid-template-columns: 1fr; padding: 85px 28px; gap: 44px; }
  footer { flex-wrap: wrap; padding: 30px 28px; }
}
@media (max-width: 440px) {
  .brand-name { font-size: 11px; letter-spacing: .08em; }
  .site-header nav { font-size: 11px; }
  .nav-cta { padding: 11px; }
  .nav-cta span { margin-left: 5px; }
  .hero-copy { min-height: 490px; }
  .hero-copy h1 { font-size: 53px; }
  .hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .hero-image { min-height: 450px; }
  .intro h2 { font-size: 43px; }
  .service { gap: 8px; grid-template-columns: 34px minmax(0, 1fr) 20px; }
  .service h3 { font-size: 27px; }
  .service p { font-size: 12px; }
  .service-flower { font-size: 18px; }
  .statement h2 { font-size: 49px; }
  .booking-copy h2 { font-size: 49px; }
  .booking-card { box-shadow: 9px 9px 0 #f1e2d9; }
  footer { display: grid; justify-content: start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .nav-cta { transition: none; }
}
