:root {
  --ink: #111111;
  --paper: #f5f2eb;
  --white: #ffffff;
  --red: #df493a;
  --pink: #f0b8c1;
  --blue: #b9d8df;
  --yellow: #f1d66c;
  --line: rgba(17, 17, 17, .16);
  --wrap: min(1180px, calc(100% - 40px));
  --radius: 3px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: var(--wrap); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(245,242,235,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-row { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.brand-mark { width: 58px; height: 58px; flex: none; }
.brand span { display: flex; flex-direction: column; line-height: .85; text-transform: uppercase; }
.brand strong { font: 700 19px/1 Arial, sans-serif; letter-spacing: .08em; }
.brand em { margin-left: 34px; font: italic 20px/1.15 Georgia, serif; text-transform: none; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 700; }
.site-nav a:not(.nav-cta):hover { text-decoration: underline; text-underline-offset: 6px; }
.nav-cta { padding: 13px 18px; border: 1px solid var(--ink); transition: .2s ease; }
.nav-cta:hover { color: var(--white); background: var(--ink); }
.menu-toggle { display: none; padding: 12px 0 12px 12px; background: none; border: 0; }
.menu-toggle span:not(.sr-only) { width: 26px; height: 2px; display: block; margin: 5px 0; background: var(--ink); }

.hero { overflow: hidden; }
.hero-grid { min-height: 700px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(46px, 7vw, 110px); padding-block: 80px 100px; }
.hero-copy { min-width: 0; }
.eyebrow { margin: 0 0 20px; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1, .section h2, .final-cta a { margin: 0; font: 400 clamp(58px, 7.2vw, 104px)/.88 Georgia, 'Times New Roman', serif; letter-spacing: -.055em; }
.hero h1 span { position: relative; color: var(--red); font-style: italic; }
.hero h1 span::after { content: ''; position: absolute; right: -14px; bottom: -5px; left: 5px; height: 5px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 8'%3E%3Cpath d='M2 6C55 2 133 2 198 5' fill='none' stroke='%23df493a' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.hero-intro { max-width: 600px; margin: 34px 0 28px; font-size: clamp(18px, 1.8vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; padding: 15px 20px; border: 1px solid var(--ink); font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-light { background: transparent; }
.rating { width: fit-content; display: flex; align-items: center; gap: 12px; margin-top: 30px; font-size: 13px; text-decoration: none; }
.stars { color: var(--red); letter-spacing: 2px; }
.rating:hover span:last-child { text-decoration: underline; text-underline-offset: 4px; }

.hero-visual { position: relative; min-height: 610px; }
.photo-frame { position: absolute; overflow: hidden; background: #ddd; border: 12px solid var(--white); box-shadow: 0 24px 50px rgba(17,17,17,.18); }
.photo-main { inset: 0 58px 16px 30px; transform: rotate(3deg); }
.photo-main img { width: 100%; height: 100%; object-fit: cover; object-position: center 23%; }
.polaroid-note { position: absolute; right: -10px; bottom: 12px; width: 185px; padding: 26px 22px 30px; background: var(--yellow); box-shadow: 0 16px 40px rgba(17,17,17,.15); transform: rotate(-7deg); font-family: Georgia, serif; font-size: 23px; line-height: 1.1; }
.polaroid-note span, .polaroid-note strong, .polaroid-note em { display: block; }
.polaroid-note strong { margin-left: 19px; }
.polaroid-note em { margin-left: 40px; }
.hero-scribble { position: absolute; top: 4px; left: -40px; width: 180px; fill: none; stroke: var(--red); stroke-width: 3; stroke-linecap: round; transform: rotate(-14deg); }
.ticker { width: 100%; overflow: hidden; padding: 18px 0; background: var(--ink); color: var(--white); white-space: nowrap; }
.ticker div { width: max-content; font-size: 13px; font-weight: 800; letter-spacing: .13em; animation: marquee 25s linear infinite; }
.ticker i { padding: 0 22px; color: var(--yellow); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding-block: clamp(90px, 11vw, 150px); }
.services-section { background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; margin-bottom: 64px; }
.section-heading h2, .about-copy h2, .visit-copy h2 { font-size: clamp(48px, 6vw, 82px); }
.section-heading > p { max-width: 440px; margin: 0 0 5px; font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 310px; position: relative; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { z-index: 1; transform: translateY(-5px); box-shadow: 0 20px 35px rgba(17,17,17,.08); }
.service-featured { background: var(--pink); }
.service-number { position: absolute; top: 22px; right: 24px; font: italic 17px Georgia, serif; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 32px; border: 1px solid var(--ink); border-radius: 50%; font: 22px Georgia, serif; }
.service-card h3 { margin: 0 0 12px; font: 400 27px/1.1 Georgia, serif; }
.service-card p { margin: 0; color: #4a4a4a; }
.service-card a { display: inline-block; margin-top: 18px; font-size: 13px; font-weight: 700; text-underline-offset: 4px; }

.about-section { background: var(--paper); overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.about-gallery { min-height: 670px; position: relative; }
.gallery-card { position: absolute; margin: 0; overflow: hidden; border: 10px solid var(--white); box-shadow: 0 18px 45px rgba(17,17,17,.15); }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; }
.gallery-gifts { inset: 0 35% 16% 0; transform: rotate(-3deg); }
.gallery-albums { inset: 21% 0 0 47%; transform: rotate(5deg); }
.gallery-stamp { position: absolute; z-index: 2; right: 27%; bottom: 14%; width: 120px; height: 120px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: var(--white); text-align: center; text-transform: uppercase; font: 700 15px/1.15 Arial, sans-serif; letter-spacing: .1em; transform: rotate(-11deg); }
.about-copy .lead { margin: 28px 0 18px; font: 400 24px/1.45 Georgia, serif; }
.about-copy > p:not(.eyebrow):not(.lead) { color: #474747; }
blockquote { position: relative; margin: 42px 0 28px; padding: 30px 0 0 54px; border-top: 1px solid var(--ink); }
blockquote p { margin: 0 0 8px; font: italic 25px/1.35 Georgia, serif; }
blockquote cite { font-size: 12px; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.quote-mark { position: absolute; top: 19px; left: 0; font: 70px/.8 Georgia, serif; color: var(--red); }
.social-links { display: flex; gap: 24px; }
.social-links a { font-size: 13px; font-weight: 800; text-underline-offset: 5px; }

.visit-section { background: var(--white); }
.visit-card { display: grid; grid-template-columns: 1.15fr .85fr; background: var(--ink); color: var(--white); }
.visit-copy { padding: clamp(45px, 7vw, 85px); }
.visit-copy h2 { color: var(--white); }
.visit-copy address { margin: 36px 0; font: normal 21px/1.55 Georgia, serif; }
.contact-list { margin-bottom: 35px; border-top: 1px solid rgba(255,255,255,.24); }
.contact-list a { display: grid; grid-template-columns: 90px 1fr; gap: 15px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.24); text-decoration: none; }
.contact-list span { color: #aaa; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.contact-list strong { font-size: 15px; overflow-wrap: anywhere; }
.button-paper { width: fit-content; border-color: var(--white); color: var(--ink); background: var(--white); }
.hours-panel { padding: clamp(45px, 7vw, 85px); background: var(--yellow); color: var(--ink); }
.hours-panel dl { margin: 0; }
.hours-panel dl div { display: flex; justify-content: space-between; gap: 25px; padding: 13px 0; border-bottom: 1px solid rgba(17,17,17,.25); }
.hours-panel dt { font-weight: 700; }
.hours-panel dd { margin: 0; }
.hours-note { margin: 24px 0 0; font-size: 12px; }

.final-cta { padding-block: 80px; background: var(--red); color: var(--white); }
.final-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.final-inner p { margin: 0; font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.final-cta a { display: inline-flex; align-items: center; gap: 24px; font-size: clamp(48px, 6vw, 80px); text-decoration: none; }
.final-cta a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 8px; }

.site-footer { padding: 70px 0 26px; background: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 2fr .7fr 1fr; gap: 70px; }
.brand-footer { margin-bottom: 20px; }
.footer-grid > div:first-child p { max-width: 380px; margin: 0; color: #555; }
.footer-links { display: flex; flex-direction: column; gap: 12px; font-size: 14px; font-weight: 700; }
.footer-links a { width: fit-content; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; padding-top: 20px; border-top: 1px solid var(--line); color: #666; font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-privacy-links { display: inline-flex; gap: 14px; margin-left: 18px; }
.footer-privacy-links a, .footer-privacy-links button { padding: 0; border: 0; background: none; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }

.consent-banner { position: fixed; z-index: 1000; right: 20px; bottom: 20px; width: min(520px, calc(100vw - 40px)); padding: 24px; border: 1px solid var(--ink); background: var(--paper); box-shadow: 0 20px 55px rgba(17,17,17,.22); }
.consent-banner h2 { margin: 0; font: 400 30px/1.05 Georgia, serif; letter-spacing: -.03em; }
.consent-banner p { margin: 13px 0 20px; color: #4a4a4a; font-size: 14px; line-height: 1.55; }
.consent-banner a { text-underline-offset: 3px; }
.consent-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.consent-actions button { min-height: 44px; padding: 10px 16px; border: 1px solid var(--ink); background: transparent; color: var(--ink); font: 700 13px Arial, sans-serif; cursor: pointer; }
.consent-actions .consent-accept { background: var(--ink); color: var(--white); }
.consent-actions button:hover { background: var(--red); border-color: var(--red); color: var(--white); }

.privacy-content { padding-block: clamp(75px, 10vw, 130px); background: var(--white); }
.privacy-inner { max-width: 820px; }
.privacy-content h1 { margin: 0 0 40px; font: 400 clamp(58px, 7vw, 96px)/.88 Georgia, serif; letter-spacing: -.055em; }
.privacy-content h1 span { color: var(--red); font-style: italic; }
.privacy-content h2 { margin: 48px 0 14px; font: 400 32px/1.1 Georgia, serif; }
.privacy-content p { color: #414141; font-size: 17px; line-height: 1.75; }
.privacy-content a { text-underline-offset: 4px; }
.privacy-content .privacy-updated { color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.privacy-manage { margin-top: 24px; }
.privacy-manage .button { color: var(--white); }
.privacy-footer { margin-top: 0; }

/* Service landing pages */
.service-detail-page { background: var(--white); }
.breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 70px; font-size: 12px; font-weight: 700; }
.breadcrumb a { text-underline-offset: 4px; }
.breadcrumb span:last-child { color: #666; }
.service-detail-hero { padding: 34px 0 clamp(90px, 11vw, 145px); background: var(--paper); overflow: hidden; }
.service-detail-grid { display: grid; grid-template-columns: 1.32fr .68fr; align-items: end; gap: clamp(50px, 9vw, 130px); }
.service-detail-copy { min-width: 0; }
.service-detail-copy h1 { max-width: 850px; margin: 0; font: 400 clamp(58px, 7.4vw, 104px)/.9 Georgia, 'Times New Roman', serif; letter-spacing: -.055em; }
.service-detail-copy h1 span { color: var(--red); font-style: italic; }
.service-lead { max-width: 760px; margin: 34px 0 28px; font-size: clamp(19px, 2vw, 24px); line-height: 1.5; }
.service-summary { padding: 34px; background: var(--yellow); transform: rotate(1.5deg); box-shadow: 0 18px 40px rgba(17,17,17,.1); }
.service-photo .service-summary { background: var(--blue); }
.service-plans .service-summary { background: var(--pink); }
.service-gifts .service-summary { background: var(--yellow); }
.service-summary ul { margin: 0; padding: 0; list-style: none; }
.service-summary li { position: relative; padding: 13px 0 13px 25px; border-bottom: 1px solid rgba(17,17,17,.24); font-weight: 700; }
.service-summary li::before { content: '✓'; position: absolute; left: 0; }
.service-explainer { padding-block: clamp(90px, 11vw, 150px); background: var(--white); }
.service-content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: clamp(60px, 10vw, 140px); }
.service-content-grid article { max-width: 760px; }
.service-content-grid article h2 { margin: 0 0 30px; font: 400 clamp(44px, 5.5vw, 72px)/.95 Georgia, serif; letter-spacing: -.045em; }
.service-content-grid article h3 { margin: 42px 0 10px; font: 400 29px/1.1 Georgia, serif; }
.service-content-grid article p { color: #414141; font-size: 18px; }
.local-card { position: sticky; top: 125px; padding: 32px; background: var(--ink); color: var(--white); }
.local-card h3 { margin: 0 0 22px; font: 400 27px/1.35 Georgia, serif; }
.local-card p:not(.eyebrow) { color: #c9c9c9; }
.local-card a { display: inline-block; margin-top: 15px; color: var(--yellow); font-weight: 800; text-underline-offset: 5px; }
.local-card-photo { padding: 0; }
.local-card-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center; }
.local-card-photo > div { padding: 28px; }
.service-steps { padding-block: clamp(90px, 10vw, 135px); background: var(--paper); }
.service-steps ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.service-steps li { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-steps li > span { font: italic 17px Georgia, serif; }
.service-steps h3 { margin: 70px 0 12px; font: 400 27px/1.1 Georgia, serif; }
.service-steps p { margin: 0; color: #4a4a4a; }
.related-services { padding-block: clamp(80px, 9vw, 120px); background: var(--ink); color: var(--white); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.24); border-left: 1px solid rgba(255,255,255,.24); }
.related-grid a { min-height: 170px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border-right: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); text-decoration: none; transition: background .2s ease, color .2s ease; }
.related-grid a:hover { background: var(--yellow); color: var(--ink); }
.related-grid span { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.related-grid strong { font: 400 23px/1.25 Georgia, serif; }
.service-footer { background: var(--paper); }

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

@media (max-width: 900px) {
  .nav-row { min-height: 74px; }
  .brand-mark { width: 49px; height: 49px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 20px 24px; background: var(--paper); border-bottom: 1px solid var(--ink); }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav a { padding: 14px 0; }
  .nav-cta { margin-top: 8px; padding: 13px 18px !important; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 70px 90px; }
  .hero-visual { width: min(610px, 100%); min-height: 600px; margin-inline: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .about-gallery { width: min(620px, 100%); margin-inline: auto; }
  .visit-card { grid-template-columns: 1fr; }
  .service-detail-grid, .service-content-grid { grid-template-columns: 1fr; }
  .service-summary { max-width: 600px; transform: none; }
  .local-card { position: static; max-width: 600px; }
  .service-steps ol, .related-grid { grid-template-columns: 1fr; }
  .service-steps li { min-height: auto; }
  .service-steps h3 { margin-top: 35px; }
}

@media (max-width: 620px) {
  :root { --wrap: min(100% - 28px, 1180px); }
  .brand strong { font-size: 16px; }
  .brand em { margin-left: 27px; font-size: 17px; }
  .hero-grid { min-height: auto; gap: 48px; padding-block: 54px 65px; }
  .hero h1 { max-width: 100%; font-size: clamp(43px, 12.7vw, 54px); overflow-wrap: anywhere; }
  .hero-intro { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .rating { align-items: flex-start; }
  .rating span:last-child { max-width: 140px; }
  .hero-visual { min-height: 470px; }
  .photo-main { inset: 0 28px 6px 10px; border-width: 8px; }
  .polaroid-note { right: -5px; bottom: -12px; width: 145px; padding: 19px 16px 22px; font-size: 18px; }
  .hero-scribble { left: -20px; width: 130px; }
  .section { padding-block: 80px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .about-copy h2, .visit-copy h2 { font-size: 48px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 28px; }
  .about-gallery { min-height: 490px; }
  .gallery-gifts { inset: 0 33% 15% 0; }
  .gallery-albums { inset: 25% 0 0 45%; }
  .gallery-stamp { right: 27%; bottom: 12%; width: 90px; height: 90px; font-size: 11px; }
  .about-copy .lead { font-size: 21px; }
  blockquote { padding-left: 45px; }
  blockquote p { font-size: 21px; }
  .visit-copy, .hours-panel { padding: 40px 26px; }
  .contact-list a { grid-template-columns: 1fr; gap: 2px; }
  .final-inner { align-items: flex-start; flex-direction: column; }
  .final-cta a { font-size: 48px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; }
  .footer-privacy-links { display: flex; margin: 10px 0 0; }
  .consent-banner { right: 14px; bottom: 14px; width: calc(100vw - 28px); padding: 20px; }
  .consent-actions { flex-direction: column; }
  .consent-actions button { width: 100%; }
  .privacy-content h1 { font-size: 54px; }
  .breadcrumb { margin-bottom: 48px; }
  .service-detail-hero { padding-bottom: 75px; }
  .service-detail-copy h1 { max-width: 100%; font-size: clamp(42px, 12vw, 54px); overflow-wrap: anywhere; }
  .service-lead { font-size: 18px; }
  .service-summary { padding: 26px; }
  .service-content-grid article h2 { font-size: 46px; }
  .service-content-grid article p { font-size: 17px; }
  .related-grid a { min-height: 145px; }
}
