:root {
  --paper: #f2f0e8;
  --cream: #f6f3eb;
  --ink: #33443d;
  --forest: #415d50;
  --clay: #b97868;
  --sage: #dce3d8;
  --blush: #e8d9cf;
  --line: rgba(51, 68, 61, .22);
  --display: "Newsreader", Georgia, serif;
  --body: "Source Sans 3", Arial, sans-serif;
  --page-pad: clamp(24px, 7vw, 112px);
  --section-pad: clamp(88px, 10vw, 152px);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 102px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--body); }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; }
h1 { margin-bottom: 26px; font-size: clamp(68px, 8.5vw, 132px); line-height: .86; letter-spacing: -.045em; text-wrap: balance; }
h2 { margin-bottom: 24px; font-size: clamp(50px, 5.8vw, 84px); line-height: .96; letter-spacing: -.035em; text-wrap: balance; }
h3 { margin-bottom: 12px; font-size: clamp(27px, 2.2vw, 36px); line-height: 1.05; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 18px; background: var(--ink); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eyebrow { margin-bottom: 18px; font: 600 11px/1.4 var(--body); letter-spacing: .2em; text-transform: uppercase; }
.section-pad { padding: var(--section-pad) var(--page-pad); }
.section-heading { max-width: 830px; margin: 0 auto clamp(46px, 6vw, 82px); text-align: center; }
.section-heading h2 { margin-bottom: 0; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 14px 23px; border: 1px solid var(--forest); background: var(--forest); color: var(--cream); font: 600 11px/1 var(--body); letter-spacing: .11em; text-transform: uppercase; transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease; }
.button:hover { border-color: var(--clay); background: var(--clay); transform: translateY(-2px); }
.button-light { border-color: var(--cream); background: var(--cream); color: var(--forest); }
.button-light:hover { border-color: var(--cream); background: transparent; color: var(--cream); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-block: 8px; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { font-size: 20px; transition: transform .25s ease; }
.text-link:hover span { transform: translateX(6px); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--clay); outline-offset: 4px; }

.site-header { position: relative; z-index: 20; display: grid; min-height: 108px; grid-template-columns: 180px 1fr auto; align-items: center; gap: 34px; padding: 14px var(--page-pad); border-bottom: 1px solid var(--line); background: rgba(246, 243, 235, .97); }
.brand { display: block; width: 165px; }
.brand img { height: auto; object-fit: contain; }
.site-header nav { display: flex; justify-content: center; gap: clamp(18px, 2.7vw, 42px); font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.site-header nav a, footer a { position: relative; }
.site-header nav a::after, footer a::after { position: absolute; right: 100%; bottom: -5px; left: 0; height: 1px; background: currentColor; content: ""; transition: right .25s ease; }
.site-header nav a:hover::after, footer a:hover::after { right: 0; }
.header-cta { min-height: 43px; padding-inline: 18px; }
.menu-toggle { display: none; border: 0; background: none; }

.hero { position: relative; display: grid; min-height: min(810px, calc(100svh - 108px)); place-items: center; overflow: hidden; padding: 120px var(--page-pad) 138px; isolation: isolate; text-align: center; }
.hero::before { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(238, 240, 231, .92), rgba(238, 240, 231, .74)), url("assets/images/ceremony.jpg") center 48% / cover; content: ""; transform: scale(1.015); }
.hero::after { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 50% 38%, rgba(246, 243, 235, .62), transparent 50%); content: ""; }
.hero-copy { z-index: 2; width: 100%; max-width: 980px; min-width: 0; }
.hero .eyebrow { color: #8e574a; }
.hero .lede { max-width: 610px; margin: 0 auto; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.actions { display: flex; align-items: center; justify-content: center; gap: 30px; margin-top: 36px; }
.hero-detail { position: absolute; z-index: 1; width: clamp(130px, 14vw, 205px); height: clamp(190px, 20vw, 285px); margin: 0; overflow: hidden; border: 8px solid rgba(246, 243, 235, .72); border-radius: 24px; box-shadow: 0 22px 55px rgba(45, 62, 54, .23); }
.hero-detail-left { top: 24%; left: clamp(20px, 5vw, 78px); transform: rotate(-2.5deg); }
.hero-detail-right { right: clamp(20px, 5vw, 78px); bottom: 9%; transform: rotate(2.5deg); }
.hero-caption { position: absolute; bottom: 30px; left: 50%; margin: 0; font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }

.intro { display: grid; grid-template-columns: .6fr 1.4fr; gap: clamp(40px, 8vw, 140px); align-items: start; background: #e3e3d6; }
.intro > div { max-width: 900px; }
.intro h2 em { color: #945a4e; font-weight: 400; }
.intro > div > p { max-width: 790px; margin: 0; font-size: clamp(19px, 1.9vw, 25px); line-height: 1.65; }

.services { background: var(--paper); }
.service-list { display: grid; max-width: 1120px; grid-template-columns: repeat(2, 1fr); gap: 22px; margin: 0 auto; }
.service-list article { position: relative; min-height: 245px; padding: 42px; overflow: hidden; border: 1px solid rgba(51, 68, 61, .06); border-radius: 20px; background: var(--sage); transition: transform .3s ease, box-shadow .3s ease; }
.service-list article:nth-child(2), .service-list article:nth-child(3) { background: var(--blush); }
.service-list article:hover { box-shadow: 0 20px 50px rgba(51, 68, 61, .09); transform: translateY(-5px); }
.service-list article > span { position: absolute; top: 28px; right: 30px; font-size: 11px; font-weight: 600; letter-spacing: .16em; color: #8d5b4f; }
.service-list h3 { padding-right: 44px; }
.service-list p { max-width: 450px; margin: 28px 0 0; color: #53645d; font-size: 16px; line-height: 1.7; }

.portfolio { background: #6b8074; color: #f7f3eb; }
.gallery { display: grid; max-width: var(--max); grid-template-columns: 1.15fr .9fr 1fr; grid-template-rows: 390px 300px; gap: 18px; margin: 0 auto; }
.gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: 24px; background: #52685d; }
.gallery img { transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .5s ease; }
.gallery figure:hover img { filter: saturate(1.06); transform: scale(1.035); }
.gallery figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 10px 12px; background: rgba(25, 38, 31, .54); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(4px); }
.g1 { grid-row: 1 / 3; }
.g2 { grid-column: 2 / 4; }
.portfolio-button { margin-top: 38px; }

.process { background: #f1eee5; }
.process ol { display: grid; max-width: var(--max); grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 0; margin: 0 auto; list-style: none; }
.process li { padding: 24px clamp(16px, 2.5vw, 38px); text-align: center; }
.process li > span { display: grid; width: 56px; height: 56px; place-items: center; margin: 0 auto 28px; border: 1px solid var(--clay); border-radius: 50%; color: #965c4f; font-size: 11px; font-weight: 600; letter-spacing: .13em; }
.process h3 { font-size: clamp(25px, 2vw, 32px); }
.process p { margin: 0; color: #5c6962; line-height: 1.7; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 140px); align-items: center; background: #dfded0; }
.about figure { height: min(680px, 65vw); margin: 0; overflow: hidden; border-radius: 24px; }
.about figure img { object-position: center 40%; }
.about-copy { max-width: 640px; }
.about-copy > p:not(.eyebrow):not(.signature) { font-size: 18px; line-height: 1.8; }
.signature { margin: 35px 0; color: #945a4e; font: italic 400 29px/1.3 var(--display); }

.testimonials { background: #d7ded4; }
.testimonials > .eyebrow { text-align: center; }
.quote-wrap { display: grid; max-width: var(--max); grid-template-columns: repeat(3, 1fr); margin: 50px auto 0; }
.quote-wrap blockquote { padding: 8px clamp(24px, 3vw, 50px); margin: 0; border-right: 1px solid rgba(51, 68, 61, .24); font: 400 clamp(21px, 2vw, 29px)/1.46 var(--display); text-align: center; }
.quote-wrap blockquote:last-child { border: 0; }
.quote-wrap cite { display: block; margin-top: 28px; font: normal 600 10px var(--body); letter-spacing: .14em; text-transform: uppercase; }

.final-cta { position: relative; min-height: 600px; overflow: hidden; padding-top: clamp(130px, 13vw, 200px); background: linear-gradient(rgba(54, 80, 66, .91), rgba(54, 80, 66, .95)), url("assets/images/bouquet-white.jpg") center 42% / cover; color: var(--cream); text-align: center; }
.final-cta::before { position: absolute; top: -1px; right: -8%; left: -8%; height: clamp(70px, 9vw, 135px); border-radius: 0 0 50% 50%; background: #d7ded4; content: ""; }
.final-cta-inner { position: relative; max-width: 900px; margin: 0 auto; }
.final-cta h2 { margin-inline: auto; }
.final-cta-inner > p:not(.eyebrow) { max-width: 620px; margin: 0 auto; font-size: 18px; line-height: 1.65; }
.final-cta .button { margin-top: 30px; }

footer { display: grid; grid-template-columns: 1.1fr .6fr 1fr; gap: 60px; align-items: start; padding: 74px var(--page-pad) 26px; border-top: 1px solid #aeb8ad; background: #e7e3d6; color: #31483e; }
.footer-brand img { width: 180px; height: auto; mix-blend-mode: multiply; }
.footer-brand p { margin-top: 12px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
footer nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; font-size: 14px; }
.footer-contact span { color: #65766d; }
.copyright { grid-column: 1 / -1; padding-top: 34px; margin: 0; border-top: 1px solid #aeb8ad; color: #65766d; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 150px 1fr auto; gap: 20px; }
  .site-header nav { gap: 18px; }
  .header-cta { display: none; }
  .hero-detail { opacity: .62; }
  .hero-detail-left { left: -38px; }
  .hero-detail-right { right: -38px; }
  .process ol { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 82px; }
  h1 { font-size: clamp(55px, 16vw, 76px); line-height: .9; }
  h2 { font-size: clamp(43px, 12vw, 58px); }
  .section-pad { padding: 78px 22px; }
  .site-header { min-height: 82px; grid-template-columns: 112px 1fr auto; padding: 9px 18px; }
  .brand { width: 108px; }
  .menu-toggle { display: flex; flex-direction: column; align-items: flex-end; justify-self: end; gap: 4px; padding: 8px 0 8px 10px; cursor: pointer; }
  .menu-toggle span { width: 25px; height: 1px; background: currentColor; transition: transform .25s ease, opacity .2s ease; }
  .menu-toggle b { margin-top: 2px; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .site-header nav { position: absolute; top: 100%; right: 0; left: 0; display: flex; flex-direction: column; gap: 0; align-items: center; max-height: 0; padding: 0 24px; overflow: hidden; border-bottom: 0 solid var(--line); background: var(--cream); opacity: 0; visibility: hidden; transition: max-height .35s ease, padding .35s ease, opacity .2s ease, visibility .35s ease, border-width .35s ease; }
  .site-header nav.open { max-height: 340px; padding: 16px 24px 22px; border-bottom-width: 1px; opacity: 1; visibility: visible; }
  .site-header nav a { width: 100%; padding: 11px; text-align: center; }
  .site-header nav a::after { display: none; }
  .hero { min-height: 710px; padding: 86px 22px 126px; }
  .hero::before { background-position: 60% center; }
  .hero .lede { max-width: 480px; font-size: 17px; }
  .actions { flex-direction: column; gap: 17px; margin-top: 30px; }
  .hero-detail-left { display: none; }
  .hero-detail-right { right: 18px; bottom: -46px; width: 120px; height: 170px; border-width: 5px; opacity: .9; }
  .hero-caption { right: auto; bottom: 25px; left: 22px; max-width: 60%; transform: none; white-space: normal; text-align: left; }
  .intro { grid-template-columns: 1fr; gap: 28px; }
  .intro > div > p { font-size: 19px; }
  .service-list { grid-template-columns: 1fr; gap: 14px; }
  .service-list article:nth-child(3) { background: var(--sage); }
  .service-list article:nth-child(4) { background: var(--blush); }
  .service-list article { min-height: 0; padding: 32px; }
  .service-list p { margin-top: 18px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 380px 230px; gap: 9px; }
  .gallery .g1 { grid-column: 1 / 3; grid-row: 1; }
  .gallery .g2 { grid-column: 1; grid-row: 2; }
  .gallery .g3 { grid-column: 2; grid-row: 2; }
  .gallery .g4, .gallery .g5 { display: none; }
  .gallery figure { border-radius: 14px; }
  .process ol { grid-template-columns: 1fr; }
  .process li { padding: 22px 12px 34px; }
  .about { grid-template-columns: 1fr; gap: 46px; }
  .about figure { height: 510px; }
  .quote-wrap { grid-template-columns: 1fr; margin-top: 32px; }
  .quote-wrap blockquote { padding: 30px 0; border-right: 0; border-bottom: 1px solid rgba(51, 68, 61, .24); }
  .final-cta { min-height: 560px; padding-top: 125px; }
  .final-cta::before { right: -25%; left: -25%; height: 78px; }
  footer { grid-template-columns: 1fr; gap: 34px; padding: 60px 22px 24px; }
  .copyright { grid-column: auto; }
}

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