.site-shell {
  overflow: hidden;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.site-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.top-note {
  padding: 9px 20px;
  color: var(--cream);
  background: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 35px;
  right: 0;
  left: 0;
}

.site-nav {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 28px;
  padding: 10px 16px 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(18px);
}

.site-logo {
  display: grid;
  width: 205px;
  height: 62px;
  align-items: center;
  gap: 10px;
  padding: 4px 12px 4px 4px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: var(--cream);
  grid-template-columns: 54px 1fr;
  text-decoration: none;
}

.site-logo img {
  width: 54px;
  height: 54px;
  border-radius: 13px;
  object-fit: cover;
}

.site-logo-copy strong,
.site-logo-copy small {
  display: block;
  white-space: nowrap;
}

.site-logo-copy strong {
  font-family: var(--serif);
  font-size: 0.88rem;
  line-height: 1.05;
}

.site-logo-copy small {
  margin-top: 4px;
  color: var(--gold-dark);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-links {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: auto;
}

.site-links a {
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.site-links a:not(.btn):hover {
  color: var(--gold-dark);
}

.site-links .btn {
  min-height: 44px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  background: var(--paper);
  cursor: pointer;
  font-size: 1.35rem;
}

.hero {
  position: relative;
  min-height: 820px;
  padding: 190px 0 90px;
  background:
    radial-gradient(circle at 16% 18%, rgba(196, 163, 90, 0.18), transparent 28%),
    linear-gradient(125deg, #fffaf0 0%, #f8f2e6 52%, #e9ddc7 100%);
}

.hero::after {
  position: absolute;
  right: -120px;
  bottom: -140px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(143, 107, 38, 0.2);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  display: grid;
  align-items: center;
  gap: clamp(45px, 7vw, 95px);
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero h1 {
  max-width: 690px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.25rem, 6vw, 6.5rem);
  font-weight: 750;
  line-height: 0.91;
  letter-spacing: -0.055em;
}

.hero h1 em {
  color: var(--gold-dark);
  font-weight: 500;
}

.hero-lead {
  max-width: 580px;
  margin: 28px 0 0;
  color: #51473c;
  font-size: clamp(1.05rem, 1.55vw, 1.26rem);
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.hero-proof li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #4f463c;
  font-size: 0.83rem;
  font-weight: 750;
}

.hero-proof li::before {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  color: var(--paper);
  background: var(--sage);
  content: "✓";
  font-size: 0.72rem;
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 550px;
}

.hero-photo {
  position: absolute;
  inset: 0 0 20px 40px;
  overflow: hidden;
  border: 10px solid rgba(255, 253, 248, 0.9);
  border-radius: 48% 48% 30px 30px;
  box-shadow: var(--shadow-lg);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-stamp {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: grid;
  width: 140px;
  height: 140px;
  place-items: center;
  padding: 17px;
  border: 8px solid var(--cream);
  border-radius: 50%;
  color: var(--cream);
  background: var(--ink);
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  transform: rotate(-8deg);
}

.hero-card {
  position: absolute;
  z-index: 3;
  right: -26px;
  bottom: 45px;
  max-width: 220px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 18px;
  color: var(--cream);
  background: rgba(26, 18, 8, 0.92);
  box-shadow: var(--shadow-sm);
}

.hero-card strong,
.hero-card span {
  display: block;
}

.hero-card strong {
  margin-bottom: 5px;
  font-family: var(--serif);
  font-size: 1.08rem;
}

.hero-card span {
  color: #d8cdbd;
  font-size: 0.76rem;
  line-height: 1.5;
}

.trust-strip {
  position: relative;
  z-index: 4;
  margin-top: -43px;
}

.trust-grid {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(228, 219, 204, 0.92);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: var(--shadow-sm);
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  padding: 25px 26px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item strong {
  margin-bottom: 6px;
  font-family: var(--serif);
  font-size: 1.18rem;
}

.trust-item span {
  color: var(--muted);
  font-size: 0.79rem;
  line-height: 1.45;
}

.site-section {
  padding: 120px 0;
}

.site-section.alt {
  background: var(--cream);
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 48px;
}

.section-head .section-lead {
  max-width: 500px;
  margin: 0;
}

.product-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(12, 1fr);
}

.product-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  border-radius: var(--radius-md);
  background: var(--ink);
  box-shadow: var(--shadow-sm);
}

.product-card:nth-child(1) {
  grid-column: span 7;
}

.product-card:nth-child(2) {
  grid-column: span 5;
}

.product-card:nth-child(3),
.product-card:nth-child(4),
.product-card:nth-child(5) {
  min-height: 285px;
  grid-column: span 4;
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 550ms ease;
}

.product-card:hover img {
  transform: scale(1.04);
}

.product-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(26, 18, 8, 0.83) 100%);
  content: "";
}

.product-label {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  left: 22px;
  color: var(--paper);
}

.product-label strong,
.product-label span {
  display: block;
}

.product-label strong {
  margin-bottom: 4px;
  font-family: var(--serif);
  font-size: 1.4rem;
}

.product-label span {
  color: #e8ddd0;
  font-size: 0.82rem;
}

.delivery-grid {
  display: grid;
  align-items: center;
  gap: clamp(45px, 7vw, 90px);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.delivery-visual {
  position: relative;
}

.delivery-visual img {
  width: 100%;
  min-height: 500px;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: var(--shadow-lg);
}

.delivery-number {
  position: absolute;
  right: -22px;
  bottom: 30px;
  width: 180px;
  padding: 21px;
  border: 7px solid var(--cream);
  border-radius: 22px;
  color: var(--cream);
  background: var(--sage);
}

.delivery-number strong,
.delivery-number span {
  display: block;
}

.delivery-number strong {
  font-family: var(--serif);
  font-size: 3.3rem;
  line-height: 1;
}

.delivery-number span {
  margin-top: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
}

.service-list {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.service-item {
  display: grid;
  align-items: start;
  gap: 15px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 253, 248, 0.74);
  grid-template-columns: 44px 1fr;
}

.service-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 13px;
  color: var(--cream);
  background: var(--ink);
  font-size: 1.2rem;
}

.service-item h3,
.service-item p {
  margin: 0;
}

.service-item h3 {
  font-family: var(--serif);
  font-size: 1.1rem;
}

.service-item p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.5;
}

.story-grid {
  display: grid;
  align-items: center;
  gap: clamp(45px, 7vw, 90px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.story-photo {
  position: relative;
  min-height: 600px;
}

.story-photo img:first-child {
  width: 82%;
  height: 540px;
  border-radius: 160px 28px 28px;
  object-fit: cover;
  box-shadow: var(--shadow-lg);
}

.story-photo img:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 250px;
  border: 8px solid var(--paper);
  border-radius: 24px;
  object-fit: cover;
  box-shadow: var(--shadow-sm);
}

.story-copy p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.78;
}

.story-facts {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.story-fact {
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
}

.story-fact strong,
.story-fact span {
  display: block;
}

.story-fact strong {
  font-family: var(--serif);
  font-size: 1.35rem;
}

.story-fact span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.78rem;
}

.contact-wrap {
  overflow: hidden;
  border-radius: 32px;
  color: var(--cream);
  background: var(--ink);
  box-shadow: var(--shadow-lg);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
}

.contact-copy {
  padding: clamp(36px, 6vw, 75px);
}

.contact-copy .eyebrow {
  color: var(--gold);
}

.contact-copy .section-title {
  max-width: 560px;
}

.contact-copy > p {
  max-width: 560px;
  color: #cec2b2;
  line-height: 1.7;
}

.contact-list {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.contact-row {
  display: grid;
  gap: 13px;
  grid-template-columns: 36px 1fr;
}

.contact-row .icon {
  color: var(--gold);
  font-size: 1.15rem;
}

.contact-row strong,
.contact-row span,
.contact-row a {
  display: block;
}

.contact-row strong {
  margin-bottom: 5px;
  color: var(--paper);
  font-size: 0.83rem;
}

.contact-row span,
.contact-row a {
  color: #cfc3b4;
  font-size: 0.84rem;
  line-height: 1.55;
}

.contact-map {
  position: relative;
  min-height: 560px;
}

.contact-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-map::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(26, 18, 8, 0.28), transparent 40%);
  content: "";
}

.contact-map .btn {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
}

.site-footer {
  padding: 32px 0 40px;
  color: #bfb3a3;
  background: var(--ink);
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-top: 28px;
  border-top: 1px solid rgba(248, 242, 230, 0.13);
}

.footer-row p {
  margin: 0;
  font-size: 0.78rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: #d8cbbc;
  font-size: 0.78rem;
  text-decoration: none;
}

.floating-actions {
  position: fixed;
  z-index: 18;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.floating-actions a {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: #168f50;
  box-shadow: 0 14px 28px rgba(22, 143, 80, 0.28);
  font-size: 1.25rem;
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 550ms ease, transform 550ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .site-links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: min(360px, 90vw);
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
    padding: 110px 28px 35px;
    background: var(--paper);
    box-shadow: -24px 0 60px rgba(26, 18, 8, 0.2);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  .site-links.open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .site-links a {
    padding: 13px 4px;
    font-size: 1rem;
  }

  .site-links .btn {
    margin-top: 12px;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: inline-flex;
    margin-left: auto;
  }

  .hero {
    min-height: auto;
    padding-top: 180px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 560px;
  }

  .hero-card {
    right: 10px;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .delivery-grid,
  .story-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .delivery-visual {
    order: 2;
  }

  .contact-map {
    min-height: 420px;
  }
}

@media (max-width: 720px) {
  .site-container {
    width: min(100% - 28px, 1180px);
  }

  .top-note {
    min-height: 44px;
    padding: 8px 14px;
    font-size: 0.7rem;
    line-height: 1.35;
  }

  .site-header {
    top: 54px;
  }

  .site-nav {
    min-height: 70px;
    padding: 8px 10px 8px 12px;
    border-radius: 18px;
  }

  .site-logo {
    width: 174px;
    height: 54px;
    gap: 8px;
    padding-right: 9px;
    grid-template-columns: 46px 1fr;
    border-radius: 13px;
  }

  .site-logo img {
    width: 46px;
    height: 46px;
    border-radius: 11px;
  }

  .site-logo-copy strong {
    font-size: 0.75rem;
  }

  .site-logo-copy small {
    font-size: 0.51rem;
  }

  .hero {
    padding: 170px 0 76px;
  }

  .hero h1 {
    font-size: clamp(3.05rem, 15vw, 4.7rem);
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-proof {
    gap: 13px;
    flex-direction: column;
  }

  .hero-visual {
    min-height: 440px;
  }

  .hero-photo {
    inset: 0 0 18px 18px;
    border-width: 7px;
    border-radius: 120px 120px 24px 24px;
  }

  .hero-stamp {
    width: 105px;
    height: 105px;
    border-width: 6px;
    font-size: 0.78rem;
  }

  .hero-card {
    right: 0;
    bottom: 25px;
    max-width: 184px;
    padding: 14px;
  }

  .trust-strip {
    margin-top: -28px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-item,
  .trust-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .site-section {
    padding: 82px 0;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card:nth-child(n) {
    min-height: 290px;
    grid-column: auto;
  }

  .delivery-visual img {
    min-height: 390px;
  }

  .delivery-number {
    right: -5px;
    width: 150px;
  }

  .story-photo {
    min-height: 480px;
  }

  .story-photo img:first-child {
    height: 440px;
  }

  .story-photo img:last-child {
    height: 190px;
  }

  .story-facts {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    padding: 38px 24px;
  }

  .contact-map {
    min-height: 350px;
  }

  .footer-row {
    align-items: flex-start;
    flex-direction: column;
  }
}
