: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; }

.showcase-banner { background: var(--ink); color: var(--white); font-size: 13px; letter-spacing: .02em; }
.banner-inner { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.banner-inner p { margin: 0; }
.banner-inner a { margin-left: 18px; color: var(--yellow); font-weight: 700; text-underline-offset: 3px; }
.banner-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(241,214,108,.16); }

.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; }
.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; }

/* Website concept page */
.concept-back { font-size: 14px; font-weight: 700; text-underline-offset: 4px; }
.concept-hero { padding-block: clamp(90px, 12vw, 170px); background: var(--paper); }
.concept-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: clamp(50px, 9vw, 130px); }
.concept-hero h1 { margin: 0; font: 400 clamp(64px, 8vw, 112px)/.87 Georgia, 'Times New Roman', serif; letter-spacing: -.06em; }
.concept-hero h1 span { color: var(--red); font-style: italic; }
.concept-intro { padding-bottom: 5px; }
.concept-intro p { margin: 0 0 28px; font: 400 clamp(21px, 2.2vw, 28px)/1.45 Georgia, serif; }
.concept-value { padding-block: clamp(90px, 11vw, 150px); background: var(--white); }
.concept-heading h2, .offer-title h2, .concept-process h2, .concept-contact h2 { margin: 0; font: 400 clamp(50px, 6vw, 82px)/.92 Georgia, serif; letter-spacing: -.05em; }
.concept-benefits { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.concept-benefits article { min-height: 330px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.concept-benefits article > span { font: italic 17px Georgia, serif; }
.concept-benefits h3 { margin: 80px 0 14px; font: 400 29px/1.1 Georgia, serif; }
.concept-benefits p { margin: 0; color: #4a4a4a; }
.concept-offer { padding-block: clamp(90px, 11vw, 150px); background: var(--ink); color: var(--white); }
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 10vw, 150px); }
.offer-title { position: sticky; top: 150px; align-self: start; }
.offer-title h2 span { color: var(--yellow); font-style: italic; }
.offer-details { border-top: 1px solid rgba(255,255,255,.25); }
.offer-item { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.offer-item > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--ink); font-weight: 800; }
.offer-item h3 { margin: 2px 0 8px; font: 400 26px Georgia, serif; }
.offer-item p { margin: 0; color: #c9c9c9; }
.concept-process { padding-block: clamp(90px, 11vw, 150px); background: var(--yellow); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); }
.concept-process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(17,17,17,.3); }
.concept-process li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(17,17,17,.3); }
.concept-process li > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-weight: 800; }
.concept-process strong { font: 400 25px Georgia, serif; }
.concept-process li p { margin: 7px 0 0; }
.concept-contact { padding-block: clamp(100px, 14vw, 190px); background: var(--red); color: var(--white); text-align: center; }
.concept-contact-inner { max-width: 900px; }
.concept-contact h2 { font-size: clamp(62px, 8vw, 112px); }
.concept-contact-inner > p:not(.eyebrow) { max-width: 570px; margin: 28px auto; font-size: 19px; }
.concept-email { display: block; width: fit-content; max-width: 100%; margin: 38px auto 28px; font: italic clamp(28px, 5vw, 62px) Georgia, serif; text-underline-offset: 10px; overflow-wrap: anywhere; }
.concept-contact .button { width: fit-content; }
.concept-footer { padding-top: 15px; }
.concept-footer .footer-bottom { margin-top: 0; }

@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; }
  .concept-hero-grid, .offer-grid, .process-grid { grid-template-columns: 1fr; }
  .concept-benefits { grid-template-columns: 1fr; }
  .concept-benefits article { min-height: auto; }
  .concept-benefits h3 { margin-top: 45px; }
  .offer-title { position: static; }
}

@media (max-width: 620px) {
  :root { --wrap: min(100% - 28px, 1180px); }
  .banner-inner { min-height: 54px; justify-content: flex-start; gap: 9px; }
  .banner-inner p { line-height: 1.25; }
  .banner-inner p strong { display: none; }
  .banner-inner a { margin-left: auto; white-space: nowrap; }
  .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 { font-size: clamp(49px, 15.2vw, 75px); }
  .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; }
  .concept-header .brand-mark { display: none; }
  .concept-header .nav-row { min-height: 68px; }
  .concept-back { font-size: 12px; }
  .concept-hero { padding-block: 70px 85px; }
  .concept-hero h1 { font-size: clamp(50px, 15vw, 75px); }
  .concept-benefits article { padding: 28px; }
  .offer-item { grid-template-columns: 40px 1fr; gap: 14px; }
  .concept-contact .button { width: 100%; }
}
