:root {
  --ink: #2d211d;
  --brown: #5a382d;
  --orange: #d96d3b;
  --orange-dark: #b94e25;
  --cream: #fbf5eb;
  --sand: #efe0cc;
  --white: #fffdf9;
  --sage: #6e7460;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  z-index: 20;
  background-image: radial-gradient(#2d211d 0.55px, transparent 0.55px);
  background-size: 5px 5px;
}

.site-header {
  height: 92px;
  padding: 0 clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid rgba(90,56,45,.16);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font: 600 24px/1 Georgia, serif; letter-spacing: -.02em; }
.brand small { margin-top: 7px; color: var(--orange-dark); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.heart-mark {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--white);
  background: var(--orange);
  font-size: 15px;
  box-shadow: 0 7px 24px rgba(217,109,59,.2);
}
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); font-size: 13px; }
.desktop-nav a { position: relative; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: var(--orange);
  transition: right .25s ease;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta {
  background: var(--ink);
  color: var(--white);
  padding: 14px 21px;
  border-radius: 99px;
  font-size: 12px;
  transition: transform .2s ease, background .2s ease;
}
.header-cta:hover { transform: translateY(-2px); background: var(--orange-dark); }
.mobile-nav { display: none; }

.hero {
  min-height: 760px;
  padding: 146px clamp(24px, 7vw, 112px) 80px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .86fr);
  align-items: center;
  gap: clamp(45px, 7vw, 110px);
  background:
    radial-gradient(circle at 83% 22%, rgba(217,109,59,.13), transparent 28%),
    linear-gradient(102deg, var(--cream) 0 62%, #f1dfc8 62% 100%);
}
.hero-copy { max-width: 670px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--orange-dark); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2 {
  margin: 0;
  font: 400 clamp(51px, 5.7vw, 84px)/.98 Georgia, serif;
  letter-spacing: -.045em;
}
.hero h1 em, .section-heading h2 em { color: var(--orange); font-weight: 400; }
.hero-description { max-width: 570px; margin: 30px 0 0; font-size: 17px; line-height: 1.75; color: #675650; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 37px; }
.button {
  min-height: 54px;
  padding: 0 25px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  font-size: 13px;
  font-weight: 700;
}
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 15px 34px rgba(185,78,37,.2); transition: transform .2s ease, background .2s ease; }
.button-primary:hover { transform: translateY(-3px); background: var(--orange-dark); }
.text-link { font: 600 13px/1 Arial, sans-serif; border-bottom: 1px solid rgba(45,33,29,.28); padding: 10px 0; }
.text-link span { margin-left: 7px; color: var(--orange); }
.hero-rating { margin-top: 42px; display: flex; align-items: center; gap: 15px; }
.avatars { display: flex; padding-left: 9px; }
.avatars span { width: 34px; height: 34px; margin-left: -9px; display: grid; place-items: center; border-radius: 50%; color: #fff; border: 2px solid var(--cream); background: var(--brown); font: 700 11px/1 Georgia, serif; }
.avatars span:nth-child(2) { background: var(--orange); }
.avatars span:nth-child(3) { background: var(--sage); }
.hero-rating > div:last-child { display: grid; gap: 5px; }
.hero-rating strong { font-size: 13px; }
.stars { color: #e59e32; letter-spacing: .08em; margin-right: 5px; }
.hero-rating small { font-size: 11px; color: #7a6962; }

.hero-visual { position: relative; max-width: 520px; justify-self: center; }
.hero-image-frame {
  position: relative;
  width: min(38vw, 480px);
  aspect-ratio: .81;
  overflow: hidden;
  border-radius: 48% 48% 16px 16px;
  box-shadow: 0 35px 80px rgba(67,41,31,.2);
}
.hero-image-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); border-radius: inherit; }
.hero-image-frame img { height: 100%; object-fit: cover; object-position: center 48%; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.hero-visual:hover .hero-image-frame img { transform: scale(1.025); }
.floating-note {
  position: absolute;
  z-index: 2;
  right: -55px;
  bottom: 45px;
  min-width: 225px;
  padding: 16px 20px 16px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,253,249,.92);
  border: 1px solid rgba(90,56,45,.1);
  border-radius: 15px;
  box-shadow: 0 18px 45px rgba(64,40,31,.16);
  backdrop-filter: blur(8px);
}
.floating-note .heart-mark { width: 34px; height: 34px; font-size: 12px; }
.floating-note > span:last-child { display: grid; gap: 5px; }
.floating-note strong { font: 600 13px/1 Georgia, serif; }
.floating-note small { font-size: 10px; color: #87726a; }
.hero-script { position: absolute; left: -56px; bottom: -21px; transform: rotate(-7deg); color: var(--orange-dark); font: italic 28px/1 Georgia, serif; opacity: .64; }

.trust-strip { min-height: 96px; padding: 22px clamp(24px, 7vw, 112px); display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; background: var(--ink); color: var(--white); }
.trust-strip div { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 42px; border-right: 1px solid rgba(255,255,255,.14); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip span { color: #e99a71; font: italic 16px/1 Georgia, serif; }
.trust-strip strong { font-size: 12px; font-weight: 500; letter-spacing: .04em; }

.section { padding: 110px clamp(24px, 7vw, 112px); }
.categories { background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; margin-bottom: 55px; }
.section-heading h2 { max-width: 820px; font-size: clamp(43px, 4.6vw, 68px); }
.section-heading > p { margin: 0 0 6px; font-size: 14px; line-height: 1.75; color: #75635c; max-width: 340px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.category-card a { display: block; }
.category-image { aspect-ratio: .86; position: relative; overflow: hidden; background: var(--sand); }
.category-image img { height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.category-card:hover img { transform: scale(1.045); }
.category-number { position: absolute; top: 13px; right: 13px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,253,249,.9); font: italic 12px/1 Georgia, serif; backdrop-filter: blur(6px); }
.category-card p { margin: 23px 0 8px; color: var(--orange-dark); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.category-card h3 { margin: 0; display: flex; justify-content: space-between; align-items: center; font: 400 26px/1.2 Georgia, serif; }
.category-card h3 span { color: var(--orange); font: 400 17px/1 Arial, sans-serif; }
.category-card small { display: block; margin-top: 10px; max-width: 330px; color: #75635c; font-size: 12px; line-height: 1.65; }

.story {
  display: grid;
  grid-template-columns: minmax(340px, .9fr) 1.1fr;
  gap: clamp(55px, 9vw, 145px);
  align-items: center;
  background: #f0dfca;
}
.story-photo { position: relative; max-width: 590px; }
.story-photo::before { content: ""; position: absolute; inset: -15px 14px 15px -14px; border: 1px solid rgba(90,56,45,.22); }
.story-photo img { position: relative; aspect-ratio: 1.12; object-fit: cover; object-position: center 36%; filter: saturate(.88) contrast(.98); }
.story-stamp { position: absolute; right: -34px; bottom: -34px; width: 116px; height: 116px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: #fff; background: var(--orange); box-shadow: 0 18px 45px rgba(185,78,37,.25); font: 600 10px/1.25 Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.story-stamp strong { font: 400 30px/1 Georgia, serif; letter-spacing: 0; }
.story-copy { max-width: 700px; }
.story-copy h2, .process h2, .gallery-intro h2, .reviews h2, .contact h2 { margin: 0; font: 400 clamp(43px, 4.6vw, 68px)/1.02 Georgia, serif; letter-spacing: -.04em; }
.story-copy h2 em, .process h2 em, .gallery-intro h2 em, .reviews h2 em, .contact h2 em { color: var(--orange); font-weight: 400; }
.story-lead { margin: 29px 0 17px !important; color: var(--ink) !important; font: 400 19px/1.62 Georgia, serif !important; }
.story-copy > p:not(.eyebrow) { max-width: 610px; margin: 0; color: #6e5d55; font-size: 14px; line-height: 1.8; }
.story-signature { display: grid; gap: 5px; margin-top: 30px; }
.story-signature span { color: var(--orange-dark); font: italic 28px/1 Georgia, serif; }
.story-signature small { color: #796860; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }

.process { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(60px, 10vw, 150px); background: var(--white); }
.process-heading { position: sticky; top: 45px; align-self: start; }
.process-list { border-top: 1px solid rgba(90,56,45,.18); }
.process-list article { display: grid; grid-template-columns: 54px 1fr; gap: 17px; padding: 32px 0; border-bottom: 1px solid rgba(90,56,45,.18); }
.process-list article > span { color: var(--orange); font: italic 16px/1.3 Georgia, serif; }
.process-list h3 { margin: 0 0 10px; font: 400 23px/1.15 Georgia, serif; }
.process-list p { margin: 0; color: #75635c; font-size: 13px; line-height: 1.75; }

.gallery-section { padding: 105px clamp(24px, 5.2vw, 84px); display: grid; grid-template-columns: .58fr 1.42fr; gap: clamp(45px, 7vw, 110px); color: #fff; background: var(--ink); }
.gallery-intro { align-self: center; max-width: 440px; }
.gallery-intro .eyebrow { color: #e99970; }
.gallery-intro h2 { font-size: clamp(49px, 5.5vw, 78px); }
.gallery-intro h2 em { color: #e99970; }
.gallery-intro > a { display: inline-flex; align-items: center; gap: 14px; margin-top: 30px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.32); font-size: 12px; }
.gallery-intro > a span { color: #e99970; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 260px); gap: 13px; }
.gallery-item { margin: 0; overflow: hidden; min-width: 0; background: #513a31; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(1.08); }
.gallery-item-1 { grid-row: 1 / 3; }
.gallery-item-4 { grid-column: 3; grid-row: 1 / 3; }
.gallery-item-4 img { object-position: center 54%; }
.gallery-item-5, .gallery-item-6 { display: none; }

.reviews { background: #f8eee2; }
.reviews-top { display: flex; justify-content: space-between; align-items: end; gap: 45px; margin-bottom: 55px; }
.reviews-top > div:first-child { max-width: 700px; }
.rating-seal { width: 170px; height: 170px; flex: 0 0 auto; border: 1px solid rgba(90,56,45,.22); border-radius: 50%; display: grid; place-content: center; text-align: center; }
.rating-seal strong { font: 400 42px/1 Georgia, serif; }
.rating-seal span { margin: 8px 0 7px; color: #e59e32; font-size: 12px; letter-spacing: .12em; }
.rating-seal small { color: #75635c; font-size: 9px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.reviews-grid article { min-height: 295px; padding: 30px clamp(25px, 3vw, 45px); border-left: 1px solid rgba(90,56,45,.18); display: flex; flex-direction: column; }
.reviews-grid article:last-child { border-right: 1px solid rgba(90,56,45,.18); }
.quote-mark { color: var(--orange); font: 400 50px/.7 Georgia, serif; }
.reviews-grid article > p { margin: 23px 0 30px; color: #4e3c35; font: 400 17px/1.7 Georgia, serif; }
.reviews-grid article > div { display: grid; gap: 5px; margin-top: auto; }
.reviews-grid strong { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.reviews-grid small { color: #89766e; font-size: 10px; }

.contact { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(55px, 9vw, 140px); color: #fff; background: radial-gradient(circle at 78% 18%, rgba(239,224,204,.15), transparent 28%), var(--orange-dark); }
.contact .eyebrow { color: #ffe2d1; }
.contact-content { max-width: 800px; }
.contact h2 { font-size: clamp(49px, 5.3vw, 78px); }
.contact h2 em { color: #ffd9c5; }
.contact-content > p:not(.eyebrow) { max-width: 600px; margin: 27px 0 34px; color: #ffe5d8; font-size: 15px; line-height: 1.75; }
.button-light { color: var(--orange-dark); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.button-light:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(60,30,20,.17); }
.contact-card { align-self: center; padding: 38px; color: var(--ink); background: var(--cream); box-shadow: 0 25px 60px rgba(57,25,16,.18); }
.contact-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font-size: 22px; }
.contact-card > p { margin: 27px 0 10px; color: var(--orange-dark); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-card h3 { margin: 0; font: 400 30px/1.2 Georgia, serif; }
.contact-card address { margin: 19px 0 27px; color: #75635c; font-size: 13px; line-height: 1.65; font-style: normal; }
.contact-card a { display: inline-flex; gap: 12px; padding-bottom: 6px; border-bottom: 1px solid rgba(45,33,29,.35); font-size: 12px; font-weight: 700; }
.contact-card a span { color: var(--orange); }

.site-footer { padding: 75px clamp(24px, 7vw, 112px) 25px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px 100px; color: #fff; background: #231917; }
.brand-light small { color: #e99970; }
.footer-brand > p { max-width: 340px; margin: 24px 0 0; color: #ad9d96; font-size: 12px; line-height: 1.75; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-links small { margin-bottom: 8px; color: #e99970; font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.footer-links a, .footer-links p { margin: 0; color: #d3c7c2; font-size: 11px; line-height: 1.6; }
.footer-links a:hover { color: #fff; }
.footer-bottom { grid-column: 1 / -1; padding-top: 23px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #86756e; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.footer-bottom b { color: var(--orange); }

.whatsapp-float { position: fixed; z-index: 15; right: 22px; bottom: 22px; min-height: 50px; padding: 0 19px 0 8px; display: flex; align-items: center; gap: 10px; color: #fff; background: #216e4a; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; box-shadow: 0 12px 32px rgba(31,84,59,.28); transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); background: #185a3b; }
.whatsapp-float > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.14); font-size: 20px; }
.whatsapp-float strong { font-size: 11px; letter-spacing: .03em; }

.reveal { animation: rise .8s both ease-out; }
.reveal-delay { animation-delay: .12s; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border: 1px solid rgba(90,56,45,.2); border-radius: 50%; list-style: none; cursor: pointer; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { display: block; width: 17px; height: 1px; background: var(--ink); }
  .mobile-nav nav { position: absolute; top: 52px; right: 0; width: 190px; padding: 11px; display: grid; background: var(--white); border: 1px solid var(--sand); box-shadow: 0 18px 50px rgba(45,33,29,.15); }
  .mobile-nav nav a { padding: 13px; font-size: 13px; }
  .hero { grid-template-columns: 1fr .8fr; gap: 35px; padding-left: 5vw; padding-right: 5vw; }
  .hero h1 { font-size: clamp(47px, 6.8vw, 67px); }
  .floating-note { right: -12px; }
  .section { padding-left: 5vw; padding-right: 5vw; }
  .story { gap: 65px; }
  .story-stamp { right: -20px; }
  .gallery-section { grid-template-columns: 1fr; }
  .gallery-intro { max-width: 680px; }
  .gallery-grid { grid-template-rows: repeat(2, 320px); }
  .site-footer { gap: 60px; }
}

@media (max-width: 740px) {
  .site-header { height: 78px; padding: 0 20px; }
  .brand strong { font-size: 21px; }
  .hero { padding: 116px 20px 64px; grid-template-columns: 1fr; background: radial-gradient(circle at 85% 42%, rgba(217,109,59,.15), transparent 28%), var(--cream); }
  .hero-copy { max-width: none; }
  .hero h1 { font-size: clamp(47px, 14vw, 67px); }
  .hero-description { font-size: 15px; margin-top: 24px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .button { width: 100%; }
  .hero-rating { margin-top: 30px; }
  .hero-visual { width: 100%; margin-top: 8px; }
  .hero-image-frame { width: calc(100% - 12px); aspect-ratio: .87; }
  .floating-note { right: -4px; bottom: 25px; min-width: 205px; }
  .hero-script { left: 8px; bottom: -29px; }
  .trust-strip { padding: 8px 20px; grid-template-columns: 1fr; }
  .trust-strip div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-strip div:last-child { border-bottom: 0; }
  .section { padding: 80px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 21px; margin-bottom: 38px; }
  .section-heading h2 { font-size: clamp(42px, 12vw, 58px); }
  .category-grid { grid-template-columns: 1fr; gap: 38px; }
  .category-image { aspect-ratio: 1; }
  .story, .process, .contact { grid-template-columns: 1fr; }
  .story { gap: 70px; }
  .story-photo { width: calc(100% - 20px); }
  .story-photo img { aspect-ratio: .92; object-position: center 32%; }
  .story-stamp { right: -16px; bottom: -40px; width: 100px; height: 100px; }
  .story-copy h2, .process h2, .gallery-intro h2, .reviews h2, .contact h2 { font-size: clamp(42px, 12vw, 58px); }
  .process { gap: 45px; }
  .process-heading { position: static; }
  .gallery-section { padding: 78px 20px; gap: 40px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: 260px 220px 260px; }
  .gallery-item-1 { grid-row: 1 / 3; }
  .gallery-item-4 { grid-column: 1 / 3; grid-row: 3; }
  .gallery-item-5 { display: block; grid-column: 2; grid-row: 2; }
  .reviews-top { align-items: flex-start; flex-direction: column; }
  .rating-seal { width: 140px; height: 140px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-grid article { min-height: 245px; border-left: 0; border-top: 1px solid rgba(90,56,45,.18); }
  .reviews-grid article:last-child { border-right: 0; border-bottom: 1px solid rgba(90,56,45,.18); }
  .contact { gap: 45px; }
  .contact-card { padding: 30px; }
  .site-footer { grid-template-columns: 1fr; gap: 45px; padding: 60px 20px 24px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-links > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .whatsapp-float { right: 14px; bottom: 14px; padding-right: 8px; }
  .whatsapp-float strong { display: none; }
}
