/* Astra's approved editorial system. DEMO / REPLACE WITH CLIENT CONTENT: identity and photography. */
:root {
  --ivory: #f6f1e9; --cocoa: #32221d; --oat: #e8dfd2;
  --muted: #67564a; --gold: #a56b3d; --line: #d1c5b7;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --gutter: clamp(24px, 5.55vw, 80px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; color: var(--cocoa); background: var(--ivory); font: 1rem/1.65 var(--sans); -webkit-font-smoothing: antialiased; overflow-wrap: anywhere; }
::selection { background: #dac4ab; color: var(--cocoa); }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 6px; }
.closing :focus-visible { outline-color: #e2b77f; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
figure, h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
em { font-weight: 400; }
.wrap { width: min(100% - var(--gutter) * 2, 1280px); margin-inline: auto; }
.section { padding-block: clamp(76px, 8.9vw, 128px); }
.eyebrow { font-size: .6875rem; letter-spacing: .17em; font-weight: 500; line-height: 1.65; }
h2 { font-size: clamp(2.65rem, 4.7vw, 4.25rem); line-height: 1.07; letter-spacing: -.045em; }
h2 em { color: var(--muted); }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; background: var(--cocoa); color: var(--ivory); padding: 12px 20px; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { min-height: 118px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #e4dbcf; position: relative; z-index: 5; }
.wordmark { display: inline-flex; flex-direction: column; align-items: center; line-height: .9; flex-shrink: 1; min-width: 0; }
.wordmark-top { font-size: .5625rem; letter-spacing: .31em; margin: 0 0 5px 7px; }
.wordmark-name { font: 3.1rem/.9 var(--serif); letter-spacing: -.065em; }
.wordmark-dot { color: var(--gold); }
.desktop-nav { display: flex; gap: clamp(24px, 3.2vw, 46px); margin-left: auto; margin-right: 28px; }
.desktop-nav a, .site-footer nav a { font-size: .8125rem; position: relative; padding-block: 12px; }
.desktop-nav a::after, .site-footer nav a::after { content: ''; position: absolute; height: 1px; background: currentColor; inset: auto 0 5px; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 16px 23px; min-height: 54px; background: var(--cocoa); color: var(--ivory); font-size: .8125rem; line-height: 1.4; transition: background .25s, transform .25s; }
.button--small { padding: 13px 21px; min-height: 48px; }
.arrow { font-size: 1.2rem; line-height: 1; display: inline-block; transition: transform .25s ease; }
.text-link { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; max-width: 100%; font-size: .8125rem; line-height: 1.45; border-bottom: 1px solid var(--line); transition: border-color .25s; }
.mobile-menu { display: none; }
.hero { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(30px, 4.5vw, 65px); align-items: center; padding-top: 48px; padding-bottom: 48px; }
.hero-copy { padding-bottom: 10px; }
.hero-copy .eyebrow { margin-bottom: 25px; }
h1 { font-size: clamp(4rem, 6.4vw, 5.75rem); line-height: .99; letter-spacing: -.052em; }
h1 em { color: var(--muted); }
.hero-intro { font-size: .9375rem; line-height: 1.75; max-width: 300px; margin-top: 28px; color: var(--muted); }
.hero-actions { margin-top: 29px; display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.hero-actions .text-link { border-bottom: 0; gap: 22px; }
.hero-figure { position: relative; }
.image-wrap { overflow: hidden; background: var(--oat); }
.image-wrap img { transition: transform .7s cubic-bezier(.2,.6,.2,1); }
.hero-photo { aspect-ratio: .89; }
.hero-photo img { object-position: 49% 55%; }
figcaption { display: flex; justify-content: space-between; gap: 12px; font-size: .6875rem; color: var(--muted); margin-top: 14px; line-height: 1.5; }
.caption-index { font-size: .5625rem; letter-spacing: .14em; white-space: nowrap; }
.hero-side-note { position: absolute; right: -27px; top: 0; writing-mode: vertical-rl; font-size: .5625rem; letter-spacing: .2em; }
.intro-rule { display: flex; justify-content: space-between; align-items: center; padding-block: 19px; border-block: 1px solid var(--line); font-size: .75rem; color: var(--muted); }
.intro-rule > :last-child { font-size: .5625rem; letter-spacing: .16em; display: flex; gap: 24px; align-items: center; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 42px; margin-bottom: 56px; }
.section-heading .eyebrow { margin-bottom: 22px; }
.section-heading > p { font-size: .9375rem; color: var(--muted); max-width: 260px; padding-bottom: 5px; }
.pastry-grid { display: grid; grid-template-columns: 1.14fr .86fr; column-gap: 9%; row-gap: 50px; }
.pastry--2 { margin-top: 100px; }
.pastry--3 { width: 87%; margin-top: -30px; }
.pastry--4 { margin-top: 50px; }
.pastry-image { display: block; aspect-ratio: 1.03; position: relative; }
.pastry--2 .pastry-image { aspect-ratio: .9; }
.pastry--3 .pastry-image { aspect-ratio: .93; }
.pastry--4 .pastry-image { aspect-ratio: 1.03; }
.pastry-copy { padding-top: 20px; }
.pastry-number { font-size: .5625rem; letter-spacing: .16em; color: var(--muted); margin-bottom: 10px; }
.pastry-title { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.pastry-title h3 { font-size: clamp(1.5rem, 2.25vw, 2rem); line-height: 1.18; letter-spacing: -.035em; }
.price { font-size: .75rem; white-space: nowrap; }
.pastry-copy > p:not(.pastry-number) { margin-top: 11px; color: var(--muted); font-size: .875rem; max-width: 330px; line-height: 1.7; }
.image-action { position: absolute; bottom: 16px; right: 16px; background: var(--ivory); padding: 9px 14px; display: flex; align-items: center; gap: 24px; font-size: .6875rem; }
.product-link { margin-top: 7px; font-size: .75rem; min-height: 38px; }
.selection-note { border-top: 1px solid var(--line); margin-top: 64px; padding-top: 23px; font-size: .8125rem; color: var(--muted); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.story { background: var(--oat); }
.story-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; align-items: center; }
.story-figure { padding-left: 9%; }
.story-figure .image-wrap { aspect-ratio: .85; }
.story-figure img { object-position: 56% 55%; transform: scale(1.22); }
.story-copy .eyebrow { margin-bottom: 23px; }
.story-copy h2 { font-size: clamp(2.5rem, 4.2vw, 3.8rem); }
.story-copy > p:not(.eyebrow) { margin-top: 21px; font-size: .875rem; color: var(--muted); max-width: 370px; }
.story-copy p.story-lead { font-family: var(--serif); font-size: 1.375rem; color: var(--cocoa); line-height: 1.45; margin-top: 30px; }
.story-copy p.story-signature { margin-top: 31px; font-size: .75rem; }
.story-signature span { display: block; font: italic 2rem/1.3 var(--serif); margin-top: 4px; }
.gallery-layout { display: grid; grid-template-columns: 1.08fr .25fr .72fr; column-gap: 6%; row-gap: 55px; align-items: start; }
.gallery-wide { grid-column: 1 / 3; }
.gallery-wide .image-wrap { aspect-ratio: 1.52; }
.gallery-detail { grid-column: 3; margin-top: 108px; }
.gallery-detail .image-wrap { aspect-ratio: .78; }
.gallery-detail img { object-position: 50% 64%; }
.gallery-quote { grid-column: 1; padding: 25px 8% 0 15%; }
.gallery-quote > span { display: block; font: italic 2.5rem/1 var(--serif); color: var(--gold); margin-bottom: 23px; }
.gallery-quote p { font: 3.15rem/1.1 var(--serif); letter-spacing: -.04em; }
.gallery-portrait { grid-column: 2 / 4; margin-top: 12px; padding-left: 12%; }
.gallery-portrait .image-wrap { aspect-ratio: 1.2; }
.gallery-portrait img { object-position: 50% 56%; }
.values { border-block: 1px solid var(--line); padding-block: 52px 62px; }
.values-heading { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-bottom: 45px; }
.values-heading h2 { font-size: 2rem; letter-spacing: -.035em; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7%; }
.values-grid article { border-left: 1px solid var(--line); padding-left: 25px; }
.value-index { font-size: .625rem; color: var(--gold); letter-spacing: .1em; }
.values-grid h3 { font-size: 1.75rem; line-height: 1.15; letter-spacing: -.035em; margin: 19px 0 15px; }
.values-grid p { font-size: .8125rem; color: var(--muted); max-width: 230px; }
.order .section-heading h2 { font-size: clamp(2.5rem, 4.2vw, 3.8rem); }
.order-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7%; }
.order-steps li { border-top: 1px solid var(--line); padding-top: 20px; }
.step-number { color: var(--gold); font: italic 2rem/1 var(--serif); }
.order-steps h3 { margin: 24px 0 13px; font-size: 1.5rem; line-height: 1.25; letter-spacing: -.03em; }
.order-steps p { max-width: 270px; font-size: .875rem; color: var(--muted); }
.arrangements { display: flex; align-items: center; gap: 25px; background: var(--oat); padding: 31px 35px; margin-top: 64px; }
.arrangements-mark { font-size: 2rem; font-weight: 300; color: var(--gold); }
.arrangements h3 { font-size: 1.5rem; letter-spacing: -.025em; }
.arrangements p { margin-top: 5px; font-size: .8125rem; color: var(--muted); }
.arrangements .text-link { margin-left: auto; font-size: .75rem; }
.closing { background: var(--cocoa); color: var(--ivory); padding-block: 98px; }
.closing-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: center; }
.closing h2 { font-size: clamp(3.5rem, 6.1vw, 5.5rem); line-height: .99; margin: 29px 0 28px; }
.closing h2 em { color: #d2b798; }
.closing-copy > p:not(.eyebrow):not(.contact-helper) { font-size: .9375rem; color: #d8cabe; }
.button--ivory { background: var(--ivory); color: var(--cocoa); margin-top: 29px; }
.contact-helper { font-size: .6875rem; color: #c8b8aa; margin-top: 13px; max-width: 265px; line-height: 1.65; }
.closing-figure { padding-top: 18px; }
.closing-figure .image-wrap { aspect-ratio: .91; }
.closing-figure img { object-position: 55% 50%; }
.closing-figure figcaption { color: #c8b8aa; }
.site-footer { display: flex; align-items: center; gap: 45px; padding-block: 47px; }
.site-footer .wordmark-name { font-size: 2.9rem; }
.site-footer > p { font: italic 1rem/1.35 var(--serif); color: var(--muted); }
.site-footer nav { display: flex; gap: 27px; margin-left: auto; }
.back-top { margin-left: 25px; font-size: .75rem; border: 0; }
/* Content stays visible without script. One-time motion is added, never required. */
@media (prefers-reduced-motion: no-preference) {
  .hero-step { animation: hero-in .7s both cubic-bezier(.2,.65,.3,1); }
  h1.hero-step { animation-delay: .09s; }
  .hero-intro.hero-step { animation-delay: .16s; }
  .hero-actions.hero-step { animation-delay: .23s; }
  .hero-photo img { animation: image-in .9s both cubic-bezier(.2,.65,.3,1); }
  .is-revealing { animation: section-in .55s both cubic-bezier(.2,.65,.3,1); }
  .mobile-menu[open] nav { animation: menu-in .22s ease both; }
}
@keyframes hero-in { from { opacity: .3; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes image-in { from { opacity: .6; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }
@keyframes section-in { from { opacity: .45; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes menu-in { from { opacity: .5; transform: translateY(-5px); } to { opacity: 1; transform: none; } }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .image-wrap:hover img { transform: scale(1.025); }
  .story-figure .image-wrap:hover img { transform: scale(1.245); }
  .button:hover { background: #50392e; transform: translateY(-2px); }
  .button--ivory:hover { background: #e8d8c4; }
  .button:hover .arrow, .text-link:hover .arrow { transform: translate(2px, -2px); }
  .text-link:hover { border-color: var(--cocoa); }
  .desktop-nav a:hover::after, .site-footer nav a:hover::after { transform: scaleX(1); }
}
@media (max-width: 1100px) {
  .desktop-nav { margin-right: 0; gap: 24px; }
  .hero { gap: 35px; }
  h1 { font-size: 4.3rem; }
  .hero-photo { aspect-ratio: .77; }
  .hero-copy .eyebrow { font-size: .625rem; }
  .story-layout { gap: 8%; }
  .arrangements { flex-wrap: wrap; }
  .arrangements .text-link { margin-left: 52px; }
  .site-footer { gap: 25px; }
  .site-footer nav { gap: 18px; }
  .back-top { margin-left: 0; }
}
@media (max-width: 900px) {
  :root { --gutter: 36px; }
  .site-header { min-height: 100px; }
  .desktop-nav { display: none; }
  .header-order { display: none; }
  .mobile-menu { display: block; margin-left: auto; }
  .mobile-menu summary { list-style: none; display: flex; gap: 13px; align-items: center; min-height: 48px; min-width: 48px; cursor: pointer; font-size: .75rem; justify-content: flex-end; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .menu-icon { width: 21px; height: 15px; display: flex; flex-direction: column; justify-content: space-around; }
  .menu-icon i { display: block; height: 1px; width: 21px; background: currentColor; transition: transform .22s; }
  .mobile-menu[open] .menu-icon i:first-child { transform: translateY(3.75px) rotate(45deg); }
  .mobile-menu[open] .menu-icon i:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .mobile-menu nav { position: absolute; inset: calc(100% - 1px) 0 auto; padding: 17px 25px 24px; background: var(--ivory); border: 1px solid var(--line); box-shadow: 0 18px 28px #32221d0c; }
  .mobile-menu nav a { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); font: 1.5rem/1.2 var(--serif); }
  .mobile-menu nav a span { font: .625rem/1 var(--sans); }
  .mobile-menu nav .menu-order { font: .8125rem/1.5 var(--sans); border: 0; padding-top: 23px; }
  .hero { grid-template-columns: 1fr; padding-top: 45px; gap: 38px; }
  .hero-copy { display: grid; grid-template-columns: 1.2fr 1fr; gap: 0 35px; padding: 0; align-items: start; }
  .hero-copy .eyebrow { grid-column: 1 / -1; margin-bottom: 23px; }
  h1 { grid-column: 1; grid-row: 2 / 4; font-size: 3.9rem; }
  .hero-intro { grid-column: 2; margin-top: 0; }
  .hero-actions { grid-column: 2; gap: 12px; margin-top: 23px; }
  .hero-actions .button { padding-inline: 17px; gap: 16px; }
  .hero-photo { aspect-ratio: 1.42; }
  .hero-photo img { object-position: 50% 60%; }
  .hero-figure { margin-left: 7%; }
  .hero-side-note { right: -23px; }
  .section-heading { gap: 30px; margin-bottom: 42px; }
  .section-heading > p { max-width: 215px; font-size: .875rem; }
  .pastry-grid { column-gap: 6%; }
  .pastry--2 { margin-top: 75px; }
  .pastry--3 { margin-top: -15px; width: 95%; }
  .pastry--4 { margin-top: 35px; }
  .story-layout { gap: 7%; grid-template-columns: .85fr 1.15fr; }
  .story-figure { padding-left: 0; }
  .story-figure .image-wrap { aspect-ratio: .62; }
  .story-copy h2 { font-size: 2.5rem; }
  .story-copy p.story-lead { font-size: 1.2rem; }
  .gallery-layout { gap: 35px 5%; }
  .gallery-detail { margin-top: 70px; }
  .gallery-quote { padding-left: 5%; }
  .gallery-quote p { font-size: 2.4rem; }
  .values-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .values-grid { gap: 4%; }
  .values-grid article { padding-left: 17px; }
  .values-grid h3 { font-size: 1.5rem; }
  .order .section-heading { align-items: flex-start; flex-direction: column; gap: 23px; }
  .order-steps { gap: 5%; }
  .order-steps h3 { font-size: 1.3rem; }
  .order-steps p { font-size: .8125rem; }
  .closing { padding-block: 75px; }
  .closing-layout { gap: 7%; }
  .closing h2 { font-size: 3.8rem; }
  .closing-figure .image-wrap { aspect-ratio: .72; }
  .site-footer { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
  .site-footer .wordmark { justify-self: start; }
  .site-footer > p { text-align: right; }
  .site-footer nav { margin: 0; gap: 22px; }
  .back-top { justify-self: end; }
}
@media (max-width: 600px) {
  :root { --gutter: 22px; }
  html { scroll-padding-top: 18px; }
  .section { padding-block: 70px; }
  .site-header { min-height: 86px; gap: 20px; }
  .wordmark-name { font-size: 2.65rem; }
  .wordmark-top { font-size: .5rem; margin-bottom: 5px; }
  .menu-label { position: absolute; clip-path: inset(50%); width: 1px; height: 1px; overflow: hidden; }
  .mobile-menu summary { min-width: 48px; }
  .hero { padding-top: 31px; padding-bottom: 28px; gap: 34px; }
  .hero-copy { display: block; }
  .hero-copy .eyebrow { font-size: .5625rem; letter-spacing: .15em; margin-bottom: 20px; }
  h1 { font-size: clamp(2.5rem, 11vw, 3.2rem); line-height: 1.05; letter-spacing: -.05em; }
  .desktop-break { display: none; }
  .hero-intro { margin-top: 20px; font-size: .875rem; max-width: 290px; line-height: 1.7; }
  .hero-actions { margin-top: 21px; gap: 13px; display: flex; flex-direction: row; align-items: center; flex-wrap: wrap; }
  .hero-actions .button { padding-inline: 15px; gap: 15px; font-size: .75rem; min-height: 49px; }
  .hero-actions .text-link { font-size: .6875rem; gap: 10px; min-height: 44px; }
  .hero-figure { margin-left: 0; }
  .hero-photo { aspect-ratio: 1.12; }
  .hero-photo img { object-position: 50% 60%; }
  .hero-side-note { display: none; }
  figcaption { font-size: .625rem; margin-top: 11px; }
  .caption-index { font-size: .5rem; }
  .intro-rule { padding-block: 16px; font-size: .6875rem; }
  .intro-rule > :last-child { font-size: .5rem; gap: 10px; }
  .section-heading { display: block; margin-bottom: 33px; }
  .section-heading .eyebrow { margin-bottom: 19px; }
  .eyebrow { font-size: .625rem; letter-spacing: .14em; }
  h2 { font-size: 2.7rem; }
  .section-heading > p { margin-top: 22px; max-width: 275px; font-size: .875rem; }
  .pastry-grid { display: block; }
  .pastry--1 { margin-bottom: 36px; }
  .pastry--1 .pastry-image { aspect-ratio: 1.09; }
  .pastry-copy { padding-top: 16px; }
  .pastry-title h3 { font-size: 1.75rem; }
  .pastry-copy > p:not(.pastry-number) { font-size: .8125rem; margin-top: 8px; }
  .pastry-number { font-size: .5rem; margin-bottom: 8px; }
  .pastry:not(.pastry--1) { display: grid; grid-template-columns: 42% 1fr; gap: 19px; margin: 0; width: auto; border-top: 1px solid var(--line); padding-block: 25px; }
  .pastry:not(.pastry--1) .pastry-image { aspect-ratio: .78; align-self: start; }
  .pastry:not(.pastry--1) .pastry-copy { padding-top: 2px; }
  .pastry:not(.pastry--1) .pastry-title { display: block; }
  .pastry:not(.pastry--1) h3 { font-size: 1.43rem; line-height: 1.08; }
  .pastry:not(.pastry--1) .price { display: block; margin-top: 8px; font-size: .6875rem; }
  .pastry:not(.pastry--1) .pastry-number { display: none; }
  .pastry:not(.pastry--1) .image-action { display: none; }
  .pastry:not(.pastry--1) .pastry-copy > p { font-size: .75rem; line-height: 1.65; }
  .pastry:not(.pastry--1) .product-link { min-height: 36px; font-size: .6875rem; margin-top: 5px; }
  .selection-note { margin-top: 10px; padding-top: 19px; display: block; font-size: .75rem; }
  .selection-note .text-link { font-size: .75rem; margin-top: 5px; }
  .story-layout { display: flex; flex-direction: column-reverse; gap: 37px; align-items: stretch; }
  .story-copy h2 { font-size: 2.7rem; }
  .story-copy p.story-lead { font-size: 1.375rem; margin-top: 25px; }
  .story-copy > p:not(.eyebrow) { font-size: .875rem; }
  .story-copy p.story-signature { font-size: .75rem; margin-top: 25px; }
  .story-figure { margin-left: 12%; }
  .story-figure .image-wrap { aspect-ratio: 1.04; }
  .gallery-layout { display: grid; grid-template-columns: 1.1fr .7fr; gap: 30px 22px; }
  .gallery-wide { grid-column: 1 / -1; }
  .gallery-wide .image-wrap { aspect-ratio: 1.18; }
  .gallery-detail { grid-column: 1; margin: 0; }
  .gallery-detail .image-wrap { aspect-ratio: .8; }
  .gallery-quote { grid-column: 2; padding: 25px 0 0; align-self: center; }
  .gallery-quote > span { font-size: 1.9rem; margin-bottom: 15px; }
  .gallery-quote p { font-size: 1.55rem; line-height: 1.13; }
  .gallery-portrait { grid-column: 1 / -1; margin: 4px 0 0 18%; padding: 0; }
  .gallery-portrait .image-wrap { aspect-ratio: 1.1; }
  .values { padding-block: 36px 10px; }
  .values-heading { gap: 18px; margin-bottom: 29px; }
  .values-heading h2 { font-size: 2.1rem; max-width: 280px; line-height: 1.1; }
  .values-grid { display: block; }
  .values-grid article { display: grid; grid-template-columns: 25px 1fr; gap: 0 15px; border-left: 0; border-top: 1px solid var(--line); padding: 23px 0; }
  .value-index { grid-row: 1 / 3; padding-top: 6px; }
  .values-grid h3 { font-size: 1.5rem; margin: 0 0 10px; }
  .values-grid h3 br { display: none; }
  .values-grid p { max-width: 270px; font-size: .8125rem; }
  .order .section-heading h2 { font-size: 2.55rem; }
  .order .section-heading > .text-link { margin-top: 20px; }
  .order-steps { display: block; }
  .order-steps li { display: grid; grid-template-columns: 44px 1fr; column-gap: 18px; padding-block: 26px; }
  .step-number { grid-row: 1 / 3; font-size: 1.75rem; padding-top: 3px; }
  .order-steps h3 { margin: 0 0 10px; font-size: 1.5rem; }
  .order-steps p { font-size: .8125rem; }
  .arrangements { padding: 24px; margin-top: 13px; gap: 15px; align-items: flex-start; }
  .arrangements-mark { display: none; }
  .arrangements h3 { font-size: 1.6rem; line-height: 1.2; max-width: 250px; }
  .arrangements p { margin-top: 12px; }
  .arrangements .text-link { margin-left: 0; font-size: .6875rem; gap: 12px; }
  .closing { padding-block: 62px 48px; }
  .closing-layout { display: block; }
  .closing h2 { font-size: 3.85rem; margin-top: 25px; }
  .closing-copy > p:not(.eyebrow):not(.contact-helper) { font-size: .875rem; }
  .button--ivory { min-height: 53px; }
  .closing-figure { margin: 37px 0 0 13%; padding: 0; }
  .closing-figure .image-wrap { aspect-ratio: 1.08; }
  .site-footer { padding-block: 36px; gap: 27px 20px; }
  .site-footer .wordmark-name { font-size: 2.65rem; }
  .site-footer > p { font-size: .9375rem; }
  .site-footer nav { gap: 0; flex-direction: column; align-items: flex-start; }
  .site-footer nav a { font-size: .75rem; padding-block: 8px; min-height: 36px; }
  .back-top { align-self: end; font-size: .6875rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
