:root {
  --ink: #27211f;
  --paper: #f7f2ea;
  --rose: #bf7d73;
  --sage: #7e8c78;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
.hero { min-height: 800px; padding: 28px 7vw 70px; position: relative; overflow: hidden; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 12px 20px; flex-wrap: wrap; font-size: .75rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.nav a { color: inherit; text-decoration: none; }
.brand { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: bold; letter-spacing: 0; text-transform: none; }
.hero-copy { max-width: 610px; margin: 150px 0 0 4vw; position: relative; z-index: 1; }
.eyebrow { color: var(--sage); font-size: .7rem; font-weight: 700; letter-spacing: .18em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: normal; line-height: 1.1; }
h1 { font-size: clamp(3.8rem, 8vw, 7.2rem); line-height: .98; margin: 18px 0 28px; }
h1 em { color: var(--rose); }
.intro { max-width: 440px; font-size: 1.08rem; line-height: 1.7; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.button { display: inline-block; background: var(--ink); color: white; border: 1px solid var(--ink); margin-top: 20px; padding: 15px 24px; font-size: .8rem; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.button-outline { background: transparent; color: var(--ink); }
.photo { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.hero-slot { width: min(42vw, 620px); height: 650px; position: absolute; right: 6vw; top: 50%; transform: translateY(-50%); }
.about { background: #e7dbce; display: grid; gap: clamp(42px, 8vw, 130px); grid-template-columns: minmax(220px, 390px) minmax(280px, 600px); align-items: center; padding: 110px 12vw; }
.small-slot { height: 360px; }
.about-copy h2 { font-size: clamp(2.5rem, 4vw, 4.2rem); margin: 15px 0 24px; }
.about-copy p:not(.eyebrow) { line-height: 1.8; max-width: 570px; }
.gallery { padding: 110px 7vw; }
.gallery-heading { text-align: center; max-width: 960px; margin: 0 auto; }
.gallery-heading .eyebrow { display: flex; align-items: center; justify-content: center; gap: 20px; font-size: clamp(2rem, 3.4vw, 3rem); font-family: Georgia, "Times New Roman", serif; font-weight: normal; color: var(--rose); letter-spacing: .04em; text-transform: none; margin-bottom: 22px; white-space: nowrap; }
.gallery-heading .eyebrow::before, .gallery-heading .eyebrow::after { content: ""; width: 40px; height: 2px; background: var(--rose); }
.gallery-heading .gallery-note { color: #8a8078; font-size: .95rem; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 16px; max-width: 1100px; margin: 60px auto 0; }
.gallery-grid .photo { height: auto; object-fit: contain; }
.moments { background: #e7dbce; padding: 110px 7vw; }
.moments-intro { max-width: 640px; margin: 0 auto 70px; text-align: center; }
.moments-intro h2 { font-size: clamp(2.5rem, 4.3vw, 4.2rem); margin: 15px 0 24px; }
.moments-intro p:not(.eyebrow) { line-height: 1.8; color: #574d47; }
.moment-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; max-width: 1100px; margin: 0 auto; }
.moment-list article { border-top: 1px solid rgba(39, 33, 31, .18); padding-top: 22px; }
.moment-list span { font-family: Georgia, "Times New Roman", serif; font-size: 2.4rem; color: var(--rose); }
.moment-list h3 { font-family: Georgia, "Times New Roman", serif; font-weight: normal; font-size: 1.5rem; margin: 10px 0 14px; }
.moment-list p { line-height: 1.7; color: #574d47; }
.process { display: grid; grid-template-columns: minmax(140px, 260px) minmax(280px, 640px); gap: clamp(30px, 6vw, 100px); align-items: start; padding: 110px 12vw; }
.process-number { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 5vw, 4.4rem); color: var(--sage); }
.process-copy h2 { font-size: clamp(2.5rem, 4vw, 4.2rem); margin: 15px 0 24px; }
.process-copy p { line-height: 1.8; max-width: 560px; }
.contact { background: var(--sage); color: var(--paper); padding: 100px 12vw; display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: end; }
.contact .eyebrow { color: #dce1d4; }
.contact h2 { font-size: clamp(3.2rem, 5vw, 5.8rem); margin: 18px 0 0; }
.contact h2 em { color: #f1c6bd; }
.contact-details { border-top: 1px solid rgba(255,255,255,.45); }
.contact-details div { display: flex; flex-direction: column; gap: 8px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.45); }
.contact-details span { font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: #dce1d4; }
.contact-details strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: normal; }
footer { background: var(--ink); color: #f7f2ea; padding: 30px 7vw; text-align: center; font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
footer span { color: var(--rose); padding: 0 .4rem; }
.catalog-hero { background: #e7dbce; padding: 28px 7vw 90px; }
.catalog-intro { max-width: 640px; margin: 90px auto 0; text-align: center; }
.catalog-intro h1 { font-size: clamp(3rem, 6vw, 5.2rem); }
.catalog-intro .intro { max-width: 100%; margin: 0 auto; }
.catalog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 36px; max-width: 1200px; margin: 0 auto; padding: 90px 7vw; }
.catalog-item .photo { height: auto; aspect-ratio: 1 / 1; }
.catalog-item h3 { font-family: Georgia, "Times New Roman", serif; font-weight: normal; font-size: 1.3rem; margin: 18px 0 6px; }
.catalog-item p { color: #574d47; margin: 0; }
@media (max-width: 720px) {
  body { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
  .hero { min-height: auto; padding: max(20px, env(safe-area-inset-top)) 6vw 50px; }
  footer { padding-bottom: max(30px, env(safe-area-inset-bottom)); }
  .nav { font-size: .68rem; gap: 10px 16px; }
  .hero-copy { margin: 60px 0 40px; }
  h1 { font-size: clamp(2.6rem, 11vw, 7.2rem); margin: 14px 0 22px; }
  .hero-slot { position: static; top: auto; transform: none; width: 100%; height: 280px; margin-top: 28px; }
  .hero-buttons { margin-top: 4px; }
  .about, .contact, .process { grid-template-columns: 1fr; padding: 60px 8vw; }
  .small-slot { height: 260px; }
  .gallery { padding: 60px 8vw; }
  .gallery-heading .eyebrow { font-size: 1.6rem; white-space: normal; gap: 12px; }
  .gallery-heading .eyebrow::before, .gallery-heading .eyebrow::after { width: 20px; }
  .gallery-grid { grid-template-columns: 1fr; margin-top: 36px; }
  .contact { gap: 40px; }
  .moments { padding: 60px 8vw; }
  .moments-intro { margin-bottom: 40px; }
  .moment-list { grid-template-columns: 1fr; gap: 28px; }
  .process { gap: 18px; }
  .catalog-hero { padding: 20px 6vw 60px; }
  .catalog-intro { margin-top: 60px; }
  .catalog-grid { padding: 60px 8vw; gap: 28px; }
}
