:root {
  --ink: #201c1e;
  --muted: #675e62;
  --rose: #c26482;
  --blush: #f4d6e0;
  --soft: #fcf3f6;
  --line: #e7dce0;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: #fff; color: var(--ink); font: 1rem/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
a, button { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a { color: inherit; text-underline-offset: 6px; }
button { font: inherit; }
img { display: block; max-width: 100%; }
p { margin: 0 0 1.1rem; }
h1, h2, h3 { font: 400 1em/1.2 var(--serif); margin: 0; }
h1, h2 { text-wrap: balance; }
em { color: var(--rose); font-weight: 400; }
[hidden] { display: none !important; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--rose); outline-offset: 5px; }
.wrap { width: min(1180px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 5; padding: 14px; background: #fff; }
.skip-link:focus { top: 10px; }
.top { background: var(--soft); color: var(--rose); padding: 7px 20px; text-align: center; font-size: .75rem; letter-spacing: .15em; }
.nav { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: block; flex: 0 0 182px; height: 104px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.links { display: flex; align-items: center; gap: 28px; }
.links > a { font-size: .875rem; text-decoration: none; }
.links > a:not(.btn):hover { color: var(--rose); }
.lang { padding: 10px 7px; min-width: 44px; min-height: 44px; border: none; border-bottom: 1px solid var(--line); background: none; font-size: .875rem; cursor: pointer; }
.btn { display: inline-flex; justify-content: center; align-items: center; padding: 17px 25px; color: #fff; background: var(--ink); border: 1px solid var(--ink); border-radius: 3px; font-size: .9375rem; font-weight: 500; text-decoration: none; line-height: 1.5; text-align: center; transition: background .2s, border-color .2s; }
.btn:hover { background: #47333d; border-color: #47333d; }
.nav .btn { padding: 12px 19px; }
.hero { padding: 70px 0 145px; border-top: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 78px; }
.eyebrow { font: 500 .8125rem/1.6 var(--sans); letter-spacing: .16em; text-transform: uppercase; margin-bottom: 25px; color: var(--rose); }
h1 { font-size: clamp(3.1rem, 5.6vw, 5.1rem); letter-spacing: -.055em; line-height: 1.15; }
.lead { max-width: 450px; font-size: 1.15rem; line-height: 1.75; margin: 27px 0 30px; color: var(--muted); }
.hero-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 19px; }
.tiny { color: var(--muted); font-size: .875rem; }
.hero-gallery { min-height: 560px; position: relative; }
.hero-gallery figure { margin: 0; position: absolute; overflow: hidden; background: var(--soft); border: 10px solid #fff; box-shadow: 0 16px 35px rgba(32,28,30,.12); }
.hero-gallery img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { width: 70%; height: 385px; top: 32px; left: 0; border-radius: 7px 7px 7px 80px; }
.hero-photo-main img { object-position: 52% center; }
.hero-photo-main figcaption { position: absolute; left: 16px; bottom: 15px; padding: 8px 12px; background: rgba(255,255,255,.92); color: var(--rose); font: 500 .8125rem/1.3 var(--sans); letter-spacing: .04em; }
.hero-photo-side { width: 43%; height: 235px; right: 0; bottom: 72px; border: 11px solid #fff; transform: rotate(2deg); }
.hero-photo-side img { object-position: 50% 45%; }
.hero-photo-portrait { width: 30%; height: 190px; right: 8%; top: 0; border: 9px solid #fff; transform: rotate(-4deg); }
.hero-photo-portrait img { object-position: 52% 48%; }
.hero-gallery .hero-actions { position: absolute; left: 0; bottom: -90px; z-index: 2; align-items: flex-start; }
section:not(.hero) { padding: 94px 0; }
.section-head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 90px; align-items: end; margin-bottom: 50px; }
h2 { font-size: clamp(2.5rem, 3.8vw, 3.65rem); letter-spacing: -.045em; line-height: 1.2; }
.section-head > p { margin: 0 0 4px; color: var(--muted); }
.services { border-top: 1px solid var(--line); background: linear-gradient(180deg, #fff 0%, #fffafc 100%); }
.services .section-head { position: relative; }
.services .section-head::after { content: "✦"; position: absolute; top: -22px; right: 8%; color: #f2c84b; font: 1.6rem/1 var(--serif); transform: rotate(12deg); }
.fun-strip { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: -22px 0 36px; }
.fun-pill { padding: 8px 14px; border: 1px solid; border-radius: 999px; font: 600 .72rem/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.fun-pill-pink { color: #a74e6c; border-color: #e7b2c3; background: #fff1f5; }
.fun-pill-yellow { color: #8b6a18; border-color: #ead38a; background: #fff8dc; }
.fun-pill-mint { color: #4b8a6b; border-color: #b9ddc8; background: #effaf3; }
.fun-note { margin-left: auto; color: var(--muted); font: italic 400 1rem/1.4 var(--serif); }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.card { position: relative; overflow: hidden; min-height: 255px; padding: 30px 28px 32px; border: 1px solid #ebd3dc; border-radius: 24px 24px 24px 8px; background: #fff; box-shadow: 0 12px 28px rgba(32,28,30,.06); transition: transform .2s ease, box-shadow .2s ease; }
.card:nth-child(2) { background: #fffaf0; border-color: #f0dda4; border-radius: 24px 24px 8px 24px; }
.card:nth-child(3) { background: #f6fbf8; border-color: #cbe5d8; border-radius: 8px 24px 24px 24px; }
.card::before { content: ""; position: absolute; width: 94px; height: 94px; top: -34px; right: -24px; border-radius: 50%; background: var(--blush); opacity: .85; }
.card:nth-child(2)::before { background: #f8d978; }
.card:nth-child(3)::before { background: #b9e4d0; }
.card h3 { position: relative; font-size: 1.7rem; line-height: 1.3; letter-spacing: -.025em; margin: 35px 0 15px; }
.card h3::after { content: ""; display: block; width: 42px; height: 3px; margin-top: 12px; border-radius: 99px; background: var(--rose); }
.card:nth-child(2) h3::after { background: #e2ba43; }
.card:nth-child(3) h3::after { background: #7abb9a; }
.card p { position: relative; font-size: 1rem; color: var(--muted); margin: 0; }
.card:hover { transform: translateY(-5px); box-shadow: 0 18px 34px rgba(32,28,30,.1); }
.moments { border-top: 1px solid var(--line); }
.moments-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 88px; align-items: center; }
.moments-copy h2 { font-size: clamp(2.5rem, 3.8vw, 3.65rem); }
.moments-copy > p:not(.eyebrow) { max-width: 390px; color: var(--muted); margin: 25px 0 24px; }
.moments-photos { min-height: 530px; position: relative; }
.moments-photos figure { margin: 0; position: absolute; overflow: hidden; background: var(--soft); }
.moments-photos img { width: 100%; height: 100%; object-fit: cover; }
.moments-photos figcaption { position: absolute; left: 14px; right: 14px; bottom: 12px; padding: 8px 11px; background: rgba(255,255,255,.9); color: var(--ink); font: .75rem/1.35 var(--sans); }
.moment-main { width: 63%; height: 405px; top: 0; left: 0; border-radius: 3px; }
.moment-main img { object-position: 55% center; }
.moment-side { width: 42%; height: 245px; bottom: 0; right: 0; border: 12px solid #fff; border-bottom-width: 0; }
.moment-side img { object-position: 50% center; }
.moment-portrait { width: 28%; height: 205px; top: 53px; right: 4px; border: 10px solid #fff; transform: rotate(3deg); }
.moment-portrait img { object-position: 50% 35%; }
.moment-portrait figcaption { display: none; }
#about { background: var(--soft); }
.about-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 110px; }
.about-art .eyebrow { margin-bottom: 22px; }
.about-portrait { width: min(100%, 255px); height: 300px; margin: 35px 0 12px; overflow: hidden; border: 10px solid #fff; border-radius: 8px 8px 8px 58px; background: #fff; box-shadow: 0 16px 35px rgba(32,28,30,.13); }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; display: block; }
.signature-caption { font-size: .875rem; color: var(--muted); }
.about-copy { color: var(--muted); }
.about-copy h2 { font: 400 1.7rem/1.5 var(--serif); color: var(--ink); letter-spacing: -.02em; margin-bottom: 22px; }
.checks { margin-top: 30px; padding-top: 23px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; border-top: 1px solid #e4c9d3; }
.check { display: flex; align-items: flex-start; gap: 10px; color: var(--ink); font-size: .875rem; }
.check > span { color: var(--rose); }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.price-card { padding: 39px 42px; }
.price-card + .price-card { border-left: 1px solid var(--line); }
.price-card:first-child { background: #fff9fb; }
.price-card .label { font-size: .8125rem; letter-spacing: .14em; text-transform: uppercase; color: var(--rose); margin-bottom: 13px; }
.price-card h3 { font-size: 2.25rem; line-height: 1.35; margin-bottom: 18px; letter-spacing: -.03em; }
.price-card > p { color: var(--muted); max-width: 420px; }
.group-size { margin: -2px 0 0; color: var(--rose) !important; font-size: .875rem; font-weight: 600; letter-spacing: .02em; }
.price-options { margin-top: 29px; padding-top: 25px; border-top: 1px solid var(--line); display: grid; gap: 9px; }
.price-option { color: var(--muted); font: 400 .95rem/1.5 var(--sans); }
.price-option strong { color: var(--ink); font: 400 2.35rem/1 var(--serif); letter-spacing: -.04em; margin-right: 4px; }
.price { font: 400 3.3rem/1.2 var(--serif); letter-spacing: -.04em; margin-top: 29px; padding-top: 25px; border-top: 1px solid var(--line); }
.single-price { font-size: 2.35rem; }
.single-price span { white-space: nowrap; }
.price small { display: block; font: 400 .875rem/1.65 var(--sans); letter-spacing: normal; color: var(--muted); margin-top: 9px; }
.session-note { color: var(--muted); font-size: .875rem; margin: 22px 0 0; text-align: center; }
.cta { background: var(--ink); color: white; text-align: center; }
.cta .eyebrow { color: var(--blush); }
.cta h2 { font-size: clamp(2.8rem, 4.7vw, 4.6rem); }
.cta h2 em { color: var(--blush); }
.cta p { margin: 27px auto 32px; max-width: 560px; color: #e1d7dc; }
.cta-actions { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; }
.cta .btn { background: var(--blush); color: var(--ink); border-color: var(--blush); }
.cta .btn:hover { background: #fff; border-color: #fff; }
.cta .btn.secondary { background: transparent; color: #fff; border-color: #fff; }
.cta .btn.secondary:hover { background: #fff; color: var(--ink); border-color: #fff; }
.cta a:focus-visible { outline-color: white; }
footer { padding: 30px 0; }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 24px; font-size: .875rem; color: var(--muted); }
.footer-inner strong { color: var(--ink); font: 400 1.125rem/1.5 var(--serif); }
@media (min-width: 1500px) { .hero { padding-top: 90px; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .links { gap: 18px; }
  .hero-grid { gap: 50px; }
  .hero-gallery { min-height: 450px; }
  .section-head { gap: 50px; }
  .about-grid { gap: 60px; }
  .cards { gap: 28px; }
}
@media (max-width: 860px) {
  .links > a:not(.btn) { display: none; }
  .hero-grid { grid-template-columns: 1fr .85fr; gap: 32px; }
  h1 { font-size: 3.3rem; }
  .hero-gallery { min-height: 410px; }
  section:not(.hero) { padding: 75px 0; }
  .section-head { grid-template-columns: 1fr; gap: 24px; }
  .section-head > p { max-width: 600px; }
  .fun-strip { margin-top: -8px; }
  .fun-note { margin-left: 0; width: 100%; }
  .cards { gap: 22px; }
  .card h3 { font-size: 1.5rem; }
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .moments-grid { grid-template-columns: 1fr; gap: 45px; }
  .moments-copy > p:not(.eyebrow) { max-width: 600px; }
  .moments-photos { max-width: 700px; width: 100%; justify-self: center; }
  .about-portrait { margin-top: 27px; }
  .checks { max-width: 660px; }
  .price-card { padding: 30px; }
  .footer-inner { justify-content: center; text-align: center; }
}
@media (max-width: 650px) {
  .wrap { width: calc(100% - 40px); }
  .nav { min-height: 95px; gap: 15px; }
  .brand { flex-basis: 152px; height: 90px; }
  .nav .btn { display: none; }
  .hero { padding-block: 43px 130px; }
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  h1 { font-size: clamp(2.6rem, 9.8vw, 3.85rem); line-height: 1.17; }
  .eyebrow { letter-spacing: .11em; margin-bottom: 22px; }
  .lead { font-size: 1.125rem; margin-top: 24px; }
  .hero-gallery { max-width: 360px; width: calc(100% - 24px); justify-self: center; min-height: 430px; }
  .hero-photo-main { height: 340px; }
  .hero-photo-side { height: 210px; }
  .hero-photo-portrait { height: 175px; }
  section:not(.hero) { padding: 63px 0; }
  h2 { font-size: clamp(2.25rem, 8vw, 3rem); }
  .section-head { gap: 23px; margin-bottom: 35px; }
  .cards { grid-template-columns: 1fr; gap: 30px; }
  .card { padding-top: 18px; }
  .card h3 { font-size: 1.75rem; margin: 12px 0; }
  .about-grid { gap: 20px; }
  .moments-photos { min-height: 470px; }
  .moment-main { height: 345px; width: 68%; }
  .moment-side { width: 46%; height: 210px; }
  .moment-portrait { width: 31%; height: 178px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { padding: 30px 25px; }
  .price-card + .price-card { border-left: none; border-top: 1px solid var(--line); }
  .price-card h3 { font-size: 2rem; }
  .cta h2 { font-size: clamp(2.2rem, 8vw, 3.2rem); }
  .cta p { margin-block: 23px 28px; }
  .footer-inner { flex-direction: column; gap: 9px; }
}
@media (max-width: 380px) {
  .wrap { width: calc(100% - 32px); }
  .btn { padding-inline: 17px; }
  .checks { grid-template-columns: 1fr; }
  .eyebrow { letter-spacing: .075em; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
