:root {
  --rose: #d9a194;
  --rose-deep: #b57577;
  --blush: #f7d1cb;
  --pink: #f4b3b0;
  --peach: #f2cfb5;
  --gold: #d69b71;
  --sand: #f6e6d5;
  --cream: #fcfbf7;
  --paper: #fefefe;
  --cocoa: #6f5147;
  --ink: #59443e;
  --line: rgba(111, 81, 71, .24);
  --font-sans: 'DM Sans', Arial, sans-serif;
  --font-display: 'Lora', Georgia, serif;
  --header-h: 102px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--font-sans); }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
button { font: inherit; }

.skip-link { position: absolute; top: -60px; left: 0; z-index: 100; padding: 14px 20px; background: var(--cocoa); color: white; font-size: 13px; font-weight: 700; border-radius: 0 0 6px 0; transition: top .2s ease; }
.skip-link:focus { top: 0; }

.announcement { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 7px 18px; overflow: hidden; background: var(--rose-deep); color: white; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.announcement b { color: var(--peach); font-size: 7px; }

/* Header */
.site-header { height: var(--header-h); padding: 0 clamp(20px, 5vw, 74px); display: flex; align-items: center; justify-content: space-between; gap: 18px; position: relative; z-index: 20; background: rgba(254, 254, 253, .97); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand img { width: 124px; height: 94px; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 31px; font-size: 12px; font-weight: 700; }
.site-header nav a { padding: 8px 0; border-bottom: 1px solid transparent; }
.site-header nav a:hover { border-color: var(--rose-deep); color: var(--rose-deep); }
.site-header nav .nav-cta { display: none; }
.nav-close { display: none; }
.header-button, .button, .inline-link, .gallery-heading > a { display: inline-flex; align-items: center; justify-content: center; gap: 11px; font-weight: 700; }
.header-button { min-height: 45px; padding: 0 18px; border: 1px solid var(--rose-deep); border-radius: 3px; background: var(--blush); color: var(--cocoa); font-size: 11px; transition: .2s ease; flex-shrink: 0; }
.header-button:hover { background: var(--pink); }

.nav-toggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; flex-shrink: 0; border: 1px solid var(--line); border-radius: 3px; background: transparent; color: var(--cocoa); cursor: pointer; }
.nav-scrim { position: fixed; inset: 0; z-index: 40; background: rgba(46, 30, 26, .45); }

/* Hero */
.hero { min-height: calc(100vh - 134px); height: 750px; position: relative; display: flex; align-items: center; overflow: hidden; color: white; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.62) sepia(.08) contrast(.95); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(70, 47, 43, .9) 0%, rgba(83, 54, 51, .68) 44%, rgba(111, 81, 71, .14) 78%), linear-gradient(0deg, rgba(72, 51, 47, .42) 0%, transparent 46%); }
.hero-content { width: min(760px, 90%); margin-left: clamp(24px, 8vw, 124px); position: relative; z-index: 2; padding-bottom: 64px; }
.pill { width: fit-content; margin-bottom: 22px; padding: 9px 14px; border: 1px solid rgba(255, 255, 255, .58); border-radius: 30px; background: rgba(92, 63, 58, .26); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; backdrop-filter: blur(8px); }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -.035em; line-height: 1.02; }
.hero h1 { max-width: 780px; margin-bottom: 23px; font-size: clamp(56px, 6.7vw, 98px); font-weight: 500; }
.hero h1 span { color: var(--blush); font-style: italic; }
.hero-content > p:not(.pill) { max-width: 620px; margin-bottom: 31px; color: #fff9f6; font-size: 16px; font-weight: 500; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 22px; border: 1px solid currentColor; border-radius: 3px; font-size: 12px; transition: transform .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--rose-deep); background: var(--blush); color: var(--cocoa); }
.button-primary:hover { background: var(--pink); }
.button-outline { border-color: rgba(255, 255, 255, .7); background: rgba(255, 255, 255, .1); color: white; backdrop-filter: blur(8px); }
.hero-sticker { width: 126px; height: 126px; position: absolute; z-index: 3; right: 7vw; top: 8%; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(111, 81, 71, .45); border-radius: 50%; background: rgba(252, 251, 247, .94); color: var(--cocoa); box-shadow: 0 12px 35px rgba(58, 34, 29, .18); transform: rotate(5deg); text-align: center; }
.hero-sticker b { font-family: var(--font-display); font-size: 19px; font-weight: 500; font-style: italic; }
.hero-sticker span { width: 85px; margin-top: 6px; font-size: 8px; font-weight: 700; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.hero-bottom { min-height: 60px; padding: 14px 4vw; position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; gap: clamp(14px, 3vw, 42px); background: rgba(111, 81, 71, .94); color: white; font-family: var(--font-display); font-size: clamp(13px, 1.35vw, 18px); white-space: nowrap; backdrop-filter: blur(8px); }
.hero-bottom b { color: var(--blush); }

/* Quick facts */
.quick-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.quick-facts article { min-height: 155px; padding: 29px clamp(24px, 3vw, 44px); display: flex; align-items: center; gap: 20px; border-right: 1px solid var(--line); }
.quick-facts article:last-child { border-right: 0; }
.quick-facts strong { font-family: var(--font-display); font-size: 42px; font-weight: 500; color: rgba(111, 81, 71, .24); }
.quick-facts div { display: flex; flex-direction: column; gap: 7px; }
.quick-facts b { font-family: var(--font-display); font-size: 18px; font-weight: 600; }
.quick-facts span { font-size: 12px; font-weight: 500; line-height: 1.55; }
.fact-rose { background: var(--blush); } .fact-cream { background: var(--cream); } .fact-peach { background: var(--peach); }

/* Intro / About */
.intro { min-height: 670px; display: grid; grid-template-columns: .9fr 1.1fr; position: relative; background: var(--sand); border-bottom: 1px solid var(--line); }
.intro-copy { padding: 78px clamp(28px, 6vw, 88px); display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin-bottom: 16px; color: var(--rose-deep); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.intro h2, .section-title h2, .menu-heading h2, .gallery-heading h2, .how h2, .booking-copy h2 { margin-bottom: 26px; font-size: clamp(45px, 5.1vw, 74px); font-weight: 500; }
.intro h2 span { color: var(--rose-deep); font-style: italic; }
.intro-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 28px; font-size: 15px; font-weight: 500; line-height: 1.78; }
.inline-link { width: fit-content; padding-bottom: 7px; border-bottom: 1px solid var(--rose-deep); color: var(--cocoa); font-size: 12px; }
.intro-photo { position: relative; min-height: 580px; margin: 42px 42px 42px 0; border: 1px solid var(--line); overflow: hidden; box-shadow: 12px 12px 0 rgba(217, 161, 148, .48); }
.intro-photo > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) sepia(.05); }
.photo-note { min-width: 190px; position: absolute; right: 20px; bottom: 20px; padding: 17px 20px; border: 1px solid var(--line); background: rgba(252, 251, 247, .95); box-shadow: 0 8px 25px rgba(87, 59, 52, .12); }
.photo-note span { display: block; margin-bottom: 6px; color: var(--rose-deep); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.photo-note b { font-family: var(--font-display); font-size: 19px; font-weight: 500; line-height: 1.12; }

/* Services */
.services { padding: 82px clamp(20px, 5vw, 74px) 96px; background: var(--cream); }
.section-title { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 42px; }
.section-title h2 { margin-bottom: 0; }
.section-title > p { max-width: 370px; margin-bottom: 6px; font-size: 14px; font-weight: 500; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); }
.service-card { min-height: 650px; display: grid; grid-template-rows: 59% 41%; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card:nth-child(2n) { border-right: 0; } .service-card:nth-child(n+3) { border-bottom: 0; }
.service-image { overflow: hidden; border-bottom: 1px solid var(--line); }
.service-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) sepia(.05); transition: transform .45s ease, filter .45s ease; }
.service-card:hover .service-image img { transform: scale(1.025); filter: saturate(.82); }
.service-content { position: relative; padding: 27px 30px 31px; }
.service-top { display: flex; justify-content: space-between; align-items: center; }
.service-top span { font-family: var(--font-display); font-size: 25px; color: rgba(111, 81, 71, .45); }
.service-top b { padding: 7px 10px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 255, 255, .45); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-content h3 { margin: 18px 0 10px; font-size: clamp(32px, 2.7vw, 43px); font-weight: 500; }
.service-content p { max-width: 490px; margin-bottom: 0; padding-right: 55px; font-size: 13px; font-weight: 500; line-height: 1.7; }
.service-content > a { width: 44px; height: 44px; position: absolute; right: 27px; bottom: 27px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255, 255, 255, .72); transition: background .2s ease, transform .2s ease; }
.service-content > a:hover { background: white; transform: scale(1.06); }
.service-card.rose { background: var(--blush); } .service-card.cream { background: var(--cream); } .service-card.peach { background: var(--peach); } .service-card.sand { background: var(--sand); }

/* Gallery */
.gallery { padding: 86px clamp(20px, 5vw, 74px) 96px; background: var(--blush); border-bottom: 1px solid var(--line); }
.gallery-heading { display: flex; justify-content: space-between; align-items: end; gap: 45px; margin-bottom: 42px; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > a { padding-bottom: 7px; border-bottom: 1px solid var(--rose-deep); color: var(--cocoa); font-size: 12px; white-space: nowrap; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-item { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; padding: 0; border: 1px solid rgba(111, 81, 71, .32); background: var(--cream); cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) sepia(.04); transition: transform .45s ease, filter .45s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.05); filter: saturate(.85); }
.gallery-overlay { position: absolute; left: 12px; bottom: 12px; padding: 8px 12px; border: 1px solid var(--line); background: rgba(252, 251, 247, .94); color: var(--cocoa); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.gallery-item:focus-visible { outline: 2px solid var(--rose-deep); outline-offset: 3px; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 80; display: flex; align-items: center; justify-content: center; padding: 24px; }
.lightbox[hidden] { display: none; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(28, 18, 15, .88); }
.lightbox-content { position: relative; z-index: 1; margin: 0; max-width: min(900px, 92vw); max-height: 88vh; display: flex; flex-direction: column; align-items: center; }
.lightbox-content img { max-width: 100%; max-height: 76vh; width: auto; object-fit: contain; border: 1px solid rgba(255, 255, 255, .2); background: var(--cream); }
.lightbox-content figcaption { margin-top: 14px; color: white; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-align: center; }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .4); border-radius: 50%; background: rgba(0, 0, 0, .35); color: white; cursor: pointer; }
.lightbox-close { top: -18px; right: -18px; width: 40px; height: 40px; }
.lightbox-prev, .lightbox-next { top: 50%; width: 46px; height: 46px; transform: translateY(-50%); }
.lightbox-prev { left: -14px; } .lightbox-next { right: -14px; }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: rgba(0, 0, 0, .55); }

/* Menu / pricing */
.menu { padding: 86px clamp(20px, 5vw, 74px) 40px; background: var(--cream); }
.menu-heading { max-width: 640px; margin-bottom: 46px; }
.menu-heading > p:not(.eyebrow) { font-size: 15px; font-weight: 500; line-height: 1.78; }
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-bottom: 20px; }
.price-card, .addon-card, .package-card { padding: 30px 32px; border: 1px solid var(--line); background: var(--paper); box-shadow: 8px 8px 0 rgba(217, 161, 148, .28); }
.price-card h3, .addon-card h3, .package-heading h3 { font-size: 26px; font-weight: 600; margin-bottom: 18px; color: var(--cocoa); }
.price-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.price-list li { display: flex; align-items: baseline; gap: 8px; }
.price-list .item { font-size: 13.5px; font-weight: 600; }
.price-list .item em { font-style: normal; color: var(--rose-deep); font-weight: 500; }
.price-list .fill { flex: 1; margin-bottom: 3px; border-bottom: 1px dotted rgba(111, 81, 71, .4); }
.price-list .price { font-family: var(--font-display); font-size: 15px; font-weight: 600; color: var(--rose-deep); white-space: nowrap; }
.package-heading { margin: 28px 0 18px; }
.package-heading h3 { margin-bottom: 0; font-size: 32px; }
.package-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-bottom: 24px; }
.package-card.featured { background: var(--blush); }
.package-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.package-head b { font-family: var(--font-display); font-size: 21px; font-weight: 600; }
.package-head .price { font-family: var(--font-display); font-size: 26px; font-weight: 600; color: var(--rose-deep); }
.package-card ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; }
.package-card li { font-size: 13px; font-weight: 500; }
.package-card li em { font-style: normal; color: var(--rose-deep); }
.addon-card { margin-bottom: 36px; }
.menu-contact { margin-top: 26px; padding-top: 26px; border-top: 1px solid var(--line); text-align: center; font-size: 13px; font-weight: 600; }
.menu-contact a { border-bottom: 1px solid var(--rose-deep); color: var(--rose-deep); }

/* How it works */
.how { min-height: 610px; padding: 82px clamp(24px, 6vw, 88px); display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 7vw; background: var(--peach); }
.how h2 { margin-bottom: 0; }
.steps { display: grid; gap: 12px; }
.steps article { min-height: 132px; padding: 24px 27px; display: grid; grid-template-columns: 55px 190px 1fr; align-items: center; gap: 20px; border: 1px solid var(--line); background: rgba(252, 251, 247, .84); box-shadow: 7px 7px 0 rgba(217, 161, 148, .34); }
.steps article:nth-child(2) { background: rgba(247, 209, 203, .86); } .steps article:nth-child(3) { background: rgba(246, 230, 213, .9); }
.steps span { font-family: var(--font-display); font-size: 30px; color: var(--rose-deep); }
.steps b { font-family: var(--font-display); font-size: 19px; font-weight: 600; }
.steps p { margin: 0; font-size: 12px; font-weight: 500; line-height: 1.65; }

/* Booking + inquiry form */
.booking { display: grid; grid-template-columns: .8fr 1.2fr; background: var(--rose); color: white; }
.booking-photo { overflow: hidden; border-right: 1px solid rgba(255, 255, 255, .28); }
.booking-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.68) sepia(.08); }
.booking-copy { padding: 72px clamp(30px, 6vw, 88px) 84px; display: flex; flex-direction: column; justify-content: center; }
.booking .eyebrow { color: #fff2ee; }
.booking-copy > p:not(.eyebrow) { max-width: 560px; color: #fff9f6; font-size: 15px; font-weight: 500; line-height: 1.78; }
.booking-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.booking .button-primary { border-color: white; background: var(--cream); color: var(--cocoa); }
.button-light { border-color: rgba(255, 255, 255, .72); background: transparent; color: white; }
.contact-handle { display: block; margin-top: 40px; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.inquiry-form { margin-top: 40px; padding: 32px clamp(24px, 3vw, 40px); border: 1px solid rgba(255, 255, 255, .35); background: rgba(252, 251, 247, .97); color: var(--ink); box-shadow: 14px 14px 0 rgba(90, 58, 52, .22); }
.inquiry-form h3 { margin-bottom: 20px; font-size: 24px; font-weight: 600; color: var(--cocoa); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; display: flex; flex-direction: column; gap: 7px; }
.form-group label { font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--cocoa); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 3px; background: white; color: var(--ink); font: inherit; font-size: 14px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: 2px solid var(--rose-deep); outline-offset: 1px; }
.form-group textarea { resize: vertical; min-height: 90px; }
.inquiry-form .button { width: 100%; margin-top: 4px; }
.form-note { min-height: 20px; margin: 14px 0 0; font-size: 13px; font-weight: 600; }
.form-note.success { color: #4b7a4f; }

footer { min-height: 160px; padding: 36px clamp(24px, 5vw, 74px); display: flex; align-items: center; justify-content: space-between; gap: 35px; background: #5b443d; color: white; }
.footer-brand img { width: 92px; height: 101px; object-fit: contain; }
footer p { max-width: 390px; margin: 0; color: #eadbd5; font-size: 12px; font-weight: 500; line-height: 1.6; }
footer > div { display: flex; gap: 22px; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.mobile-book { display: none; }

/* ============ Tablet / small-desktop ============ */
@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .site-header nav {
    position: fixed; top: 0; right: 0; bottom: 0; z-index: 45;
    width: min(320px, 86vw); height: 100dvh;
    flex-direction: column; align-items: stretch; gap: 4px;
    padding: 84px 26px 32px; margin: 0;
    background: var(--paper); box-shadow: -14px 0 34px rgba(30, 18, 15, .22);
    transform: translateX(100%); transition: transform .32s ease;
    overflow-y: auto;
  }
  .site-header.nav-open nav { transform: translateX(0); }
  .site-header nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .site-header nav .nav-cta { display: flex; margin-top: 18px; padding: 0 18px; min-height: 50px; border: 1px solid var(--rose-deep); border-radius: 3px; background: var(--blush); color: var(--cocoa); }
  .nav-close { display: grid; place-items: center; position: absolute; top: 22px; right: 22px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--cocoa); cursor: pointer; }

  .hero { height: 700px; }
  .hero-sticker { width: 108px; height: 108px; right: 4vw; }
  .quick-facts article { flex-direction: column; align-items: flex-start; }
  .intro { grid-template-columns: 1fr 1fr; }
  .section-title { align-items: flex-start; flex-direction: column; gap: 20px; }
  .service-card { min-height: 600px; }
  .price-grid, .package-grid { grid-template-columns: 1fr; }
  .how { grid-template-columns: 1fr; }
  .steps article { grid-template-columns: 55px 175px 1fr; }
  .booking { grid-template-columns: .8fr 1.2fr; }
  .form-row { grid-template-columns: 1fr; }
  footer { flex-wrap: wrap; }
}

/* ============ Mobile ============ */
@media (max-width: 720px) {
  .announcement { justify-content: flex-start; font-size: 8px; overflow-x: auto; scrollbar-width: none; }
  .site-header { height: 78px; padding: 0 15px; }
  .brand img { width: 88px; height: 68px; }
  .header-button { display: none; }
  .site-header nav { padding-top: 74px; }
  .hero { min-height: 680px; height: calc(100svh - 110px); align-items: flex-end; }
  .hero-image { object-position: 61% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(70, 47, 43, .94) 0%, rgba(76, 51, 47, .67) 57%, rgba(111, 81, 71, .12) 100%); }
  .hero-content { width: auto; margin: 0; padding: 0 22px 101px; }
  .hero h1 { font-size: clamp(49px, 13.5vw, 68px); }
  .hero-content > p:not(.pill) { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; width: 100%; max-width: 390px; }
  .hero-sticker { width: 92px; height: 92px; top: 24px; right: 18px; }
  .hero-sticker b { font-size: 15px; } .hero-sticker span { font-size: 7px; }
  .hero-bottom { min-height: 52px; justify-content: flex-start; overflow-x: auto; font-size: 13px; }
  .quick-facts { grid-template-columns: 1fr; }
  .quick-facts article { min-height: 120px; padding: 22px 25px; flex-direction: row; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-facts article:last-child { border-bottom: 0; }
  .quick-facts strong { font-size: 34px; }
  .intro { grid-template-columns: 1fr; }
  .intro-copy { padding: 65px 24px 49px; }
  .intro h2, .section-title h2, .menu-heading h2, .gallery-heading h2, .how h2, .booking-copy h2 { font-size: 44px; }
  .intro-photo { min-height: 380px; margin: 0 20px 34px; }
  .services { padding: 65px 16px 76px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(2n), .service-card:nth-child(n+3) { min-height: 570px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .service-content { padding: 24px; }
  .service-content > a { right: 22px; bottom: 22px; }

  .gallery { padding: 65px 16px 76px; }
  .gallery-heading { align-items: flex-start; flex-direction: column; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .lightbox-close { top: -50px; right: 0; }
  .lightbox-prev { left: -6px; } .lightbox-next { right: -6px; }
  .lightbox-prev, .lightbox-next { width: 40px; height: 40px; }

  .menu { padding: 65px 16px 32px; }
  .price-card, .addon-card, .package-card { padding: 24px 20px; }

  .how { padding: 65px 20px 76px; }
  .steps article { min-height: auto; padding: 24px; grid-template-columns: 45px 1fr; gap: 14px; }
  .steps p { grid-column: 2; }

  .booking { grid-template-columns: 1fr; }
  .booking-photo { height: 300px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .3); }
  .booking-copy { padding: 52px 20px 86px; }
  .booking-actions { flex-direction: column; }
  .inquiry-form { margin-top: 32px; padding: 24px 18px; box-shadow: none; }
  .form-group input, .form-group select, .form-group textarea { font-size: 16px; }

  footer { align-items: flex-start; flex-direction: column; padding-bottom: 95px; }
  footer > div { flex-direction: column; gap: 12px; }
  .mobile-book { height: 53px; position: fixed; z-index: 50; left: 12px; right: 12px; bottom: 12px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--rose-deep); border-radius: 3px; background: var(--blush); color: var(--cocoa); box-shadow: 0 8px 24px rgba(91, 63, 56, .24); font-size: 12px; font-weight: 700; }
}

@media (max-width: 420px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .01ms !important; }
}
