:root {
  --cream: #f7efe4;
  --paper: #fffaf3;
  --paper-deep: #efe0ce;
  --ink: #2c1d16;
  --muted: #725f53;
  --coffee: #70452f;
  --coffee-dark: #3d2419;
  --espresso: #26150f;
  --caramel: #bd7b3c;
  --latte: #d9b98f;
  --line: rgba(61, 36, 25, .15);
  --shadow: 0 22px 55px rgba(55, 31, 20, .14);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(217, 185, 143, .18), transparent 20%),
    radial-gradient(circle at bottom right, rgba(112, 69, 47, .10), transparent 24%),
    var(--cream);
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: auto; }
.skip-link:focus { left: 16px; top: 16px; z-index: 999; background: #fff; padding: 10px 14px; border-radius: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 239, 228, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.alert-banner {
  background: #7a2f23;
  color: #fff8ef;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.alert-banner .container {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-weight: 800;
  line-height: 1.4;
}
.alert-banner strong { color: #ffd8b5; }
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(61, 36, 25, .12);
  box-shadow: 0 8px 18px rgba(61, 36, 25, .12);
  flex: 0 0 auto;
}
.brand-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.brand-copy span {
  font-weight: 800;
  letter-spacing: -.03em;
}
.brand-copy small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-nav a {
  text-decoration: none;
  padding: 10px 13px;
  border-radius: 999px;
  font-weight: 650;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: rgba(112, 69, 47, .11);
  color: var(--coffee-dark);
}
.nav-cta {
  background: var(--coffee) !important;
  color: #fff !important;
}
.nav-cta:hover { background: var(--coffee-dark) !important; }
.menu-toggle {
  display: none;
  border: 0;
  background: var(--paper);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
  cursor: pointer;
}

.hero {
  padding: clamp(58px, 9vw, 112px) 0 68px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 88% 12%, rgba(189, 123, 60, .18), transparent 28%),
    radial-gradient(circle at 8% 95%, rgba(112, 69, 47, .10), transparent 25%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: start;
  gap: clamp(30px, 6vw, 82px);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--coffee);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 12px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--caramel);
}
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: .98;
  letter-spacing: -.055em;
  margin: 18px 0 24px;
  max-width: 760px;
}
.hero-copy {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  max-width: 640px;
}
.notice-box {
  margin-top: 26px;
  max-width: 520px;
  background: linear-gradient(180deg, #fff7ef 0%, #ffe8d1 100%);
  border: 3px solid #b7472a;
  border-radius: 12px;
  padding: 22px 22px 20px;
  box-shadow: 0 18px 38px rgba(122, 47, 35, .18);
}
.notice-box-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 11px;
  background: #b7472a;
  color: #fff;
  border-radius: 8px;
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.notice-box h2 {
  margin: 0 0 8px;
  font-family: Georgia, serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.15;
  color: #7a2f23;
}
.notice-box p {
  margin: 0;
  color: #5d3a2b;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 700;
}
.notice-box p + p { margin-top: 8px; }
.notice-box strong { color: #7a2f23; }
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
  transition: .2s ease;
}
.btn-primary {
  background: var(--coffee);
  color: #fff;
  box-shadow: 0 12px 28px rgba(84, 48, 31, .25);
}
.btn-primary:hover {
  background: var(--coffee-dark);
  transform: translateY(-1px);
}
.btn-secondary {
  border-color: var(--line);
  background: rgba(255, 250, 243, .75);
}
.btn-secondary:hover {
  border-color: var(--coffee);
  color: var(--coffee);
}

.hero-media {
  display: grid;
  gap: 16px;
}
.hero-photo {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, .72);
  background: var(--paper);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-photo-primary {
  min-height: 305px;
  position: relative;
}
.hero-photo-primary img { height: 305px; }
.hero-photo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.hero-photo-secondary {
  min-height: 250px;
}
.hero-photo-secondary img { height: 250px; }
.hero-promo-copy {
  padding: 18px 20px 20px;
  background: var(--paper);
  color: var(--ink);
  border-top: 1px solid var(--line);
}
.hero-promo-copy strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.35;
  margin-bottom: 4px;
  color: var(--coffee-dark);
}
.hero-promo-copy span {
  display: block;
  color: var(--coffee);
  font-weight: 800;
}
.hero-caption {
  display: flex;
  gap: 10px;
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px 16px;
  color: var(--muted);
  box-shadow: 0 8px 24px rgba(55,31,20,.07);
}
.hero-caption strong {
  display: block;
  color: var(--coffee-dark);
  margin-bottom: 2px;
}
.hero-caption-badge {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(189, 123, 60, .16);
  font-size: 20px;
  flex: 0 0 auto;
}

.info-section { padding: 24px 0 84px; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card {
  background: var(--paper);
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(55, 31, 20, .07);
}
.info-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(189, 123, 60, .16);
  font-size: 21px;
  margin-bottom: 20px;
}
.info-card h2, .info-card h3 { margin: 0 0 8px; font-size: 1.1rem; }
.info-card p { margin: 0; color: var(--muted); }
.info-card a { color: var(--coffee); font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.gallery-section {
  padding: 18px 0 88px;
}
.section-heading {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}
.section-heading h2 {
  font-family: Georgia, serif;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  line-height: 1.08;
  letter-spacing: -.04em;
  margin: 14px 0 12px;
}
.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(55,31,20,.08);
}
.gallery-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.gallery-card-body {
  padding: 20px 22px 24px;
}
.gallery-card h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
}
.gallery-card p {
  margin: 0;
  color: var(--muted);
}

.feature {
  padding: 90px 0;
  background: var(--espresso);
  color: #fff;
}
.feature-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(40px, 8vw, 100px);
  align-items: center;
}
.feature-art {
  min-height: 430px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
}
.feature-art img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.feature h2,
.page-hero h1 {
  font-family: Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  line-height: 1.05;
  letter-spacing: -.04em;
  margin: 14px 0 22px;
}
.feature p { color: rgba(255,255,255,.74); font-size: 1.1rem; }

.page-hero {
  padding: 74px 0 38px;
  text-align: center;
}
.page-hero h1 { margin-inline: auto; }
.page-hero p {
  color: var(--muted);
  max-width: 650px;
  margin: 0 auto;
  font-size: 1.1rem;
}
.contact-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 30px;
  padding: 30px 0 90px;
  align-items: start;
}
.contact-panel,
.form-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 40px);
  box-shadow: 0 12px 34px rgba(55,31,20,.08);
}
.contact-panel h2,
.form-card h2 {
  margin-top: 0;
  font-family: Georgia, serif;
  font-size: 2rem;
}
.contact-list { display: grid; gap: 18px; margin-top: 26px; }
.contact-row { display: grid; grid-template-columns: 42px 1fr; gap: 14px; }
.contact-row strong { display: block; }
.contact-row span,
.contact-row a { color: var(--muted); }
.contact-photo {
  margin-top: 28px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(55,31,20,.08);
}
.contact-photo img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.form-grid { display: grid; gap: 18px; }
.field label { display: block; font-weight: 750; margin-bottom: 7px; }
.field input,
.field textarea {
  width: 100%;
  border: 1px solid #d8c9bb;
  border-radius: 14px;
  background: #fffdf9;
  padding: 14px 16px;
  outline: none;
}
.field input:focus,
.field textarea:focus {
  border-color: var(--coffee);
  box-shadow: 0 0 0 4px rgba(112,69,47,.1);
}
.field textarea { min-height: 150px; resize: vertical; }

.order-shell {
  width: min(980px, calc(100% - 24px));
  margin: 34px auto 70px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.order-toolbar {
  padding: clamp(26px, 5vw, 54px);
  text-align: center;
  background: linear-gradient(145deg, var(--coffee-dark), var(--espresso));
  color: #fff;
}
.order-toolbar h1 { font-size: clamp(2.5rem, 6vw, 4.7rem); margin: 0 0 14px; }
.order-toolbar p { margin: 0 auto 26px; color: rgba(255,255,255,.76); max-width: 650px; }
.order-preview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.order-preview img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.site-footer { padding: 34px 0; border-top: 1px solid var(--line); }
.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: .92rem;
}
.footer-wrap a { color: var(--coffee); font-weight: 700; }

@media (max-width: 960px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .menu-toggle { display: grid; place-items: center; }
  .site-nav {
    display: none;
    position: absolute;
    top: 74px;
    left: 20px;
    right: 20px;
    padding: 12px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }
  .site-nav.open { display: flex; }
  .site-nav a { text-align: center; }
  .hero-grid,
  .feature-grid,
  .contact-layout,
  .order-preview { grid-template-columns: 1fr; }
  .info-grid,
  .gallery-grid,
  .hero-photo-grid { grid-template-columns: 1fr; }
  .feature-art,
  .feature-art img { min-height: 320px; height: 320px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--max)); }
  .brand-logo { width: 50px; height: 50px; }
  .brand-copy span { font-size: 14px; }
  .brand-copy small { font-size: 9px; }
  .hero { padding-top: 46px; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .actions { flex-direction: column; }
  .btn { width: 100%; }
  .hero-photo-primary img { height: 250px; }
  .hero-photo-secondary img,
  .order-preview img,
  .gallery-card img,
  .contact-photo img { height: 220px; }
  .hero-promo-copy { padding: 16px; }
  .hero-promo-copy strong { font-size: 1rem; }
  .footer-wrap { flex-direction: column; text-align: center; }
}
