:root {
  --wine: #6f1730;
  --wine-dark: #4f1023;
  --rose: #a74b62;
  --sand: #f7f1e9;
  --cream: #fffaf4;
  --ink: #33282a;
  --muted: #6f6362;
  --gold: #bf8b4c;
  --line: #e7d9d0;
  --shadow: 0 20px 55px rgba(65, 28, 30, 0.12);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3,
.brand,
.footer-brand {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.12;
}
h1 {
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  max-width: 780px;
  margin-bottom: 1.25rem;
}
h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: 1rem;
}
h3 {
  font-size: 1.55rem;
  margin-bottom: 0.65rem;
}
.container {
  width: min(1180px, calc(100% - 3rem));
  margin: 0 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: absolute;
  top: -100px;
  left: 1rem;
  z-index: 20;
  background: var(--wine);
  color: #fff;
  padding: 0.7rem 1rem;
}
.skip-link:focus {
  top: 1rem;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 250, 244, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(111, 23, 48, 0.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 76px;
}
.brand img {
  width: 110px;
  height: 64px;
  object-fit: cover;
  object-position: center;
}
.site-header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.2rem;
  font-size: 0.9rem;
}
.site-header nav a {
  text-decoration: none;
  color: var(--wine-dark);
  font-weight: 700;
}
.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--rose);
}
.hero {
  position: relative;
  isolation: isolate;
  min-height: 680px;
  display: flex;
  align-items: center;
  background: url("images/boritokep.webp") center/cover no-repeat;
  color: #fff;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(53, 13, 25, 0.88) 0%,
    rgba(53, 13, 25, 0.57) 48%,
    rgba(53, 13, 25, 0.15) 100%
  );
}
.hero-content {
  padding: 7rem 0;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 0.73rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 1rem;
}
.hero .eyebrow {
  color: #f3d4a6;
}
.hero-lead {
  font-size: 1.25rem;
  max-width: 650px;
  color: #fff9f4;
  margin-bottom: 2rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}
.button-primary {
  background: #d99d5c;
  color: #32151a;
}
.button-primary:hover,
.button-primary:focus-visible {
  background: #e9b875;
}
.button-light {
  background: #fffaf4;
  color: var(--wine-dark);
}
.button-light:hover,
.button-light:focus-visible {
  background: #f5dfc9;
}
.button-dark {
  background: var(--wine);
  color: #fff;
}
.button-dark:hover,
.button-dark:focus-visible {
  background: var(--wine-dark);
}
.button-outline-light {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}
.button-outline-light:hover,
.button-outline-light:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}
.hero-note {
  margin: 1rem 0 0;
  color: #f4e7dc;
  font-size: 0.9rem;
}
.quick-facts {
  background: var(--wine);
  color: #fff;
}
.facts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 1.4rem 0;
}
.fact {
  display: flex;
  gap: 0.85rem;
  align-items: center;
}
.fact-icon {
  color: #e7b06c;
  font-size: 1.7rem;
}
.fact strong,
.fact span:not(.fact-icon) {
  display: block;
}
.fact strong {
  font-size: 0.92rem;
}
.fact div span {
  color: #e9ced0;
  font-size: 0.8rem;
}
.section {
  padding: 7rem 0;
}
.section-soft {
  background: var(--sand);
}
.section-heading {
  max-width: 720px;
  margin-bottom: 3rem;
}
.section-heading > p:last-child,
.price-intro > p {
  color: var(--muted);
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.service-card {
  position: relative;
  padding: 2rem;
  background: #fffaf4;
  border: 1px solid var(--line);
  min-height: 270px;
}
.service-card-featured {
  background: var(--wine);
  color: #fff;
}
.service-card p {
  color: var(--muted);
  margin-bottom: 1.8rem;
}
.service-card-featured p {
  color: #f4dde0;
}
.service-card a,
.text-link {
  color: var(--wine);
  font-weight: 700;
  text-decoration: none;
}
.service-card-featured a {
  color: #f2c181;
}
.service-number {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  color: var(--gold);
  margin-bottom: 3rem;
}
.price-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 5rem;
  align-items: start;
}
.price-intro {
  position: sticky;
  top: 120px;
}
.price-tables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.price-block {
  border-top: 1px solid var(--line);
  padding: 1.2rem 0;
}
.price-block-wide {
  grid-column: 1/-1;
}
.price-block h3 {
  color: var(--wine);
}
table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  padding: 0.7rem 0;
  border-bottom: 1px dotted #d7c3b7;
  font-size: 0.95rem;
}
th {
  text-align: left;
  font-weight: 400;
  color: var(--muted);
}
td {
  text-align: right;
  font-weight: 700;
  color: var(--wine-dark);
  white-space: nowrap;
}
.section-image {
  background: #fffaf4;
}
.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.split-image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.split-copy p:not(.eyebrow) {
  color: var(--muted);
}
.section-heading-row {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
}
.section-heading-row > p {
  max-width: 360px;
  color: var(--muted);
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-template-rows: 250px 250px;
  gap: 1rem;
}
.gallery-grid figure {
  margin: 0;
  overflow: hidden;
}
.gallery-grid figure:first-child {
  grid-row: span 2;
}
.gallery-grid figure:last-child {
  grid-column: 2/-1;
}
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.gallery-grid figure:hover img {
  transform: scale(1.04);
}
.notice-section {
  padding-top: 3rem;
}
.notice-card {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 3rem;
  background: #f1e4d4;
  border-left: 4px solid var(--gold);
  padding: 2.25rem;
}
.notice-copy {
  color: var(--muted);
}
.notice-copy p:last-child {
  margin-bottom: 0;
}
.cta-section {
  background: var(--wine);
  color: #fff;
  text-align: center;
  padding: 6rem 0;
}
.cta-inner {
  max-width: 800px;
}
.cta-inner h2 {
  margin-left: auto;
  margin-right: auto;
}
.cta-inner > p:not(.eyebrow) {
  color: #f4dde0;
  font-size: 1.1rem;
}
.cta-inner .hero-actions {
  justify-content: center;
}
.site-footer {
  background: #32151f;
  color: #f5e6e0;
  padding: 4rem 0 1rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 3rem;
  padding-bottom: 3rem;
}
.footer-brand {
  display: inline-block;
  color: #fff;
  font-size: 1.65rem;
  text-decoration: none;
  margin-bottom: 1rem;
}
.site-footer p,
.site-footer span {
  color: #cdb7b7;
  font-size: 0.9rem;
}
.site-footer h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #e5b376;
  margin-bottom: 1rem;
}
.site-footer a:not(.footer-brand),
.site-footer span {
  display: block;
  text-decoration: none;
  margin: 0.45rem 0;
}
.site-footer a:not(.footer-brand):hover,
.site-footer a:not(.footer-brand):focus-visible {
  color: #f2c181;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.footer-bottom span {
  font-size: 0.78rem;
}
@media (max-width: 900px) {
  .facts-grid,
  .service-grid,
  .price-layout,
  .split-layout,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .price-layout {
    gap: 2.5rem;
  }
  .price-intro {
    position: static;
  }
  .split-layout {
    gap: 2.5rem;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 650px) {
  .container {
    width: min(100% - 2rem, 1180px);
  }
  .header-inner {
    min-height: 68px;
    align-items: center;
  }
  .brand img {
    width: 86px;
    height: 54px;
  }
  .site-header nav {
    gap: 0.6rem 0.8rem;
    font-size: 0.76rem;
  }
  .hero {
    min-height: 620px;
  }
  .hero-content {
    padding: 5rem 0;
  }
  .hero-lead {
    font-size: 1.05rem;
  }
  .facts-grid,
  .service-grid,
  .price-layout,
  .price-tables,
  .split-layout,
  .footer-grid,
  .notice-card {
    grid-template-columns: 1fr;
  }
  .facts-grid {
    gap: 1rem;
  }
  .section {
    padding: 4.5rem 0;
  }
  .section-heading-row {
    display: block;
  }
  .section-heading-row > p {
    margin-top: 1rem;
  }
  .price-block-wide {
    grid-column: auto;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 190px 190px 190px;
  }
  .gallery-grid figure:first-child {
    grid-row: span 2;
  }
  .gallery-grid figure:last-child {
    grid-column: 1/-1;
  }
  .notice-card {
    padding: 1.5rem;
    gap: 1rem;
  }
  .footer-grid {
    gap: 2rem;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom span + span {
    margin-top: 0.35rem;
  }
  .cta-section {
    padding: 4.5rem 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
:focus-visible {
  outline: 3px solid #e3a45e;
  outline-offset: 3px;
}
