:root {
  --ink: #121310;
  --surface: #1a1b17;
  --gold: #d6b775;
  --gold-light: #e4c994;
  --paper: #f4f2ec;
  --muted: #b7b9b0;
  --line: rgba(214, 183, 117, 0.21);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  color-scheme: dark;
  font-family: var(--sans);
  font-synthesis: none;
  font-size: 100%;
  background: var(--ink);
  color: var(--paper);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
}
button,
a,
summary {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 6px;
}
::selection {
  background: var(--gold);
  color: var(--ink);
}
.container {
  width: min(1248px, calc(100% - 112px));
  margin-inline: auto;
}
.icon {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.icon-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.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: fixed;
  top: 8px;
  left: 8px;
  padding: 14px 20px;
  background: var(--gold);
  color: var(--ink);
  transform: translateY(-160%);
  z-index: 99;
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  height: 104px;
  border-bottom: 1px solid var(--line);
  background: rgba(18, 19, 16, 0.97);
  position: relative;
  z-index: 20;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.wordmark {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: max-content;
  flex-shrink: 0;
}
.wordmark > span {
  font-family: var(--serif);
  font-size: 1.8125rem;
  letter-spacing: 1.3px;
  color: var(--gold-light);
  display: flex;
  align-items: center;
  gap: 17px;
}
.brand-star {
  font-size: 1.1875rem;
}
.wordmark small {
  font-size: 0.5625rem;
  letter-spacing: 2.5px;
  color: var(--muted);
}
.desktop-nav {
  display: flex;
  gap: 34px;
  margin-left: auto;
  margin-right: 24px;
}
.desktop-nav a {
  font-size: 0.875rem;
  color: #d8d9d3;
  transition: color 0.2s;
}
.desktop-nav a:hover {
  color: var(--gold);
}
.header-contact {
  font-size: 0.875rem;
  display: flex;
  gap: 28px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--gold);
  color: var(--gold-light);
}
.mobile-menu {
  display: none;
}
.hero {
  min-height: 640px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.hero-art {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 43%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 640px;
}
.hero-inner {
  padding-top: 83px;
  padding-bottom: 65px;
  position: relative;
  z-index: 1;
}
.eyebrow {
  font-size: 0.6875rem;
  letter-spacing: 2px;
  line-height: 1.7;
  color: var(--gold);
  display: flex;
  gap: 13px;
  align-items: center;
  font-weight: 500;
  margin: 0 0 24px;
}
.short-line {
  width: 28px;
  height: 1px;
  background: var(--gold);
  display: inline-block;
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(4.75rem, 6.95vw, 6.5rem);
  line-height: 1.04;
  letter-spacing: -3.6px;
  margin-bottom: 29px;
}
h1 em,
h2 em {
  font-weight: 400;
  color: var(--gold);
  letter-spacing: -2px;
}
.hero-description {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 31px;
}
.hero-actions {
  display: flex;
  gap: 27px;
  align-items: center;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 16px 22px;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 2px;
  transition:
    background 0.2s,
    transform 0.2s,
    color 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-gold {
  background: var(--gold);
  color: var(--ink);
}
.button-gold:hover {
  background: var(--gold-light);
}
.action-arrow {
  width: 18px;
  margin-left: 10px;
}
.phone-link {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 0.875rem;
  white-space: nowrap;
}
.phone-link .icon {
  width: 17px;
}
.phone-link:hover {
  color: var(--gold);
}
.hero-note {
  font-size: 0.75rem;
  color: #aeb0a6;
  margin: 19px 0 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
.hero-note .icon {
  width: 15px;
  height: 15px;
  color: var(--gold);
}
.hero-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 18px 0 25px;
  border-top: 1px solid var(--line);
  font-size: 0.625rem;
  letter-spacing: 2px;
  color: #b9b5a8;
}
.hero-foot a {
  font-size: 0.75rem;
  letter-spacing: 0;
  color: var(--muted);
}
.hero-foot a span {
  margin-left: 18px;
  color: var(--gold);
  font-size: 1.3125rem;
}
.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #181915;
}
.trust-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 27px 0;
}
.trust-inner > span {
  display: flex;
  gap: 13px;
  justify-content: center;
  align-items: center;
  font-size: 0.8125rem;
  color: #dedfd7;
  border-left: 1px solid var(--line);
}
.trust-inner > span:first-child {
  border: 0;
}
.trust-inner .icon {
  color: var(--gold);
  width: 22px;
  height: 22px;
}
@media (min-width: 1600px) {
  .hero-art {
    right: 4%;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 72px);
  }
  .desktop-nav {
    gap: 20px;
    margin-right: 0;
  }
  .header-inner {
    gap: 24px;
  }
  .wordmark > span {
    font-size: 1.5625rem;
  }
  .wordmark small {
    font-size: 0.5rem;
    letter-spacing: 2px;
  }
  .hero-art {
    left: 39%;
  }
  .hero-copy {
    max-width: 540px;
  }
  .hero-actions {
    gap: 18px;
  }
  .trust-inner > span {
    font-size: 0.75rem;
    gap: 9px;
  }
}
@media (max-width: 800px) {
  .container {
    width: calc(100% - 48px);
  }
  .site-header {
    height: 88px;
  }
  .desktop-nav {
    display: none;
  }
  .header-contact {
    margin-left: auto;
  }
  .mobile-menu {
    display: block;
    position: relative;
  }
  .mobile-menu summary {
    list-style: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 11px;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary span {
    display: block;
    width: 22px;
    height: 1px;
    background: var(--gold);
    transition: transform 0.2s;
  }
  .mobile-menu[open] summary span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .mobile-menu[open] summary span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .mobile-menu nav {
    position: absolute;
    right: 0;
    top: 58px;
    width: 280px;
    background: var(--surface);
    padding: 15px 24px;
    box-shadow: 0 12px 36px #0008;
    border: 1px solid var(--line);
  }
  .mobile-menu nav a {
    display: block;
    padding: 16px 0;
    font-size: 0.9375rem;
    border-bottom: 1px solid var(--line);
  }
  .mobile-menu nav a:last-child {
    border: 0;
  }
  .hero-inner {
    padding-top: 64px;
    padding-bottom: 70px;
  }
  .hero-art {
    opacity: 0.5;
    inset: 100px -140px 0 25%;
  }
  .hero-art:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--ink), transparent);
  }
  h1 {
    font-size: 5.4375rem;
  }
  .hero-copy {
    max-width: 540px;
  }
  .trust-inner {
    grid-template-columns: 1fr 1fr;
    gap: 24px 0;
  }
  .trust-inner > span:nth-child(3) {
    border: 0;
  }
  .trust-inner > span {
    font-size: 0.8125rem;
    justify-content: flex-start;
    padding-left: 25px;
  }
  .trust-inner > span:nth-child(odd) {
    padding-left: 0;
  }
}
@media (max-width: 540px) {
  html {
    scroll-padding-top: 24px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    gap: 8px;
  }
  .site-header {
    height: 83px;
  }
  .wordmark > span {
    font-size: 1.5rem;
    gap: 10px;
  }
  .wordmark small {
    font-size: 0.5rem;
    letter-spacing: 1.65px;
  }
  .header-contact {
    font-size: 0.75rem;
    gap: 8px;
    padding: 8px 0;
  }
  .header-contact .icon {
    width: 16px;
  }
  .mobile-menu summary {
    width: 36px;
    padding: 7px;
  }
  .hero {
    min-height: auto;
  }
  .hero-inner {
    padding-top: 43px;
    padding-bottom: 0;
  }
  .eyebrow {
    font-size: 0.625rem;
    letter-spacing: 1.35px;
    gap: 9px;
    margin-bottom: 26px;
  }
  .short-line {
    width: 18px;
  }
  h1 {
    font-size: 5rem;
    letter-spacing: -3.3px;
    margin-bottom: 23px;
  }
  .hero-description {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 21px;
  }
  .button {
    font-size: 0.875rem;
    min-height: 56px;
    padding: 15px 19px;
  }
  .hero-actions .button {
    width: 100%;
    justify-content: flex-start;
    max-width: 340px;
  }
  .hero-actions .action-arrow {
    margin-left: auto;
  }
  .phone-link {
    font-size: 0.875rem;
  }
  .hero-note {
    font-size: 0.75rem;
    margin-top: 18px;
  }
  .hero-art {
    position: relative;
    inset: auto;
    height: 310px;
    opacity: 1;
    z-index: -1;
    margin-top: -6px;
    order: 2;
  }
  .hero {
    display: flex;
    flex-direction: column;
  }
  .hero-art:after {
    background: linear-gradient(
      0deg,
      var(--ink),
      transparent 30%,
      transparent 80%,
      var(--ink)
    );
  }
  .hero-art img {
    object-fit: contain;
  }
  .hero-inner {
    order: 1;
  }
  .hero-foot {
    order: 3;
    padding-top: 17px;
    padding-bottom: 21px;
  }
  .hero-foot > span {
    font-size: 0.5625rem;
    letter-spacing: 1px;
  }
  .hero-foot a {
    font-size: 0.625rem;
  }
  .hero-foot a span {
    margin-left: 8px;
  }
  .trust-inner {
    padding: 25px 0;
    gap: 24px 0;
  }
  .trust-inner > span {
    font-size: 0.6875rem;
    gap: 9px;
    padding-left: 14px;
  }
  .trust-inner .icon {
    width: 20px;
    height: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
/* The photo blends into the hero so the copy keeps a quiet, readable background. */
.hero-art {
  inset: 0 -3% 0 29%;
}
.hero-art img {
  object-fit: cover;
  max-height: none;
}
.hero-art:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      var(--ink) 0%,
      rgba(18, 19, 16, 0.85) 10%,
      rgba(18, 19, 16, 0.1) 46%,
      transparent 70%
    ),
    linear-gradient(
      0deg,
      var(--ink),
      transparent 15%,
      transparent 88%,
      rgba(18, 19, 16, 0.35)
    );
}
.hero-copy {
  max-width: 565px;
}
.section-pad {
  padding: 104px 0;
}
.light-section {
  background: var(--paper);
  color: var(--ink);
  color-scheme: light;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 56px;
  margin-bottom: 49px;
}
.section-heading h2 {
  margin: 0;
}
h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.5rem, 4vw, 3.5625rem);
  line-height: 1.12;
  letter-spacing: -1.8px;
  margin-bottom: 26px;
}
.light-section .eyebrow,
.light-section h2 em {
  color: #876628;
}
.light-section .eyebrow {
  font-size: 0.6875rem;
}
.section-intro {
  font-size: 0.9375rem;
  line-height: 1.9;
  color: #66685d;
  max-width: 332px;
  margin: 0 0 4px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #d7d5ca;
}
.category-card {
  padding: 29px 28px 25px;
  border-left: 1px solid #d7d5ca;
  display: flex;
  flex-direction: column;
  min-height: 293px;
  transition: background 0.2s;
}
.category-card:first-child {
  border-left: 0;
}
.category-card:hover {
  background: #eae6da;
}
.category-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 31px;
}
.category-top > span {
  font-size: 0.6875rem;
  color: #858373;
}
.category-icon {
  color: #9d7731;
  width: 39px;
  height: 39px;
  stroke-width: 1.1;
}
.category-card h3 {
  font-family: var(--serif);
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: -0.8px;
  margin-bottom: 14px;
}
.category-card p {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #63665c;
  margin-bottom: 29px;
}
.category-link {
  font-size: 0.75rem;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.category-link .icon {
  width: 17px;
  height: 17px;
  transition: transform 0.2s;
}
.category-card:hover .category-link .icon {
  transform: translateX(4px);
}
.category-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 0.8125rem;
  color: #66685e;
  margin: 29px 0 0;
  flex-wrap: wrap;
}
.category-note .icon {
  width: 18px;
  height: 18px;
  margin-right: 3px;
}
.category-note a {
  color: #665020;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.process-section .section-intro {
  color: var(--muted);
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
}
.step-number {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-bottom: 29px;
}
.step-number > span {
  font-family: var(--serif);
  font-size: 2.8125rem;
  color: var(--gold);
  font-style: italic;
  letter-spacing: -2px;
}
.step-number i {
  display: block;
  background: var(--line);
  height: 1px;
  flex: 1;
}
.steps h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 17px;
  letter-spacing: -0.3px;
}
.steps p {
  font-size: 0.875rem;
  line-height: 1.85;
  color: var(--muted);
  margin-bottom: 20px;
}
.text-link {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  font-size: 0.8125rem;
  color: var(--gold);
  padding: 7px 0;
}
.text-link .icon {
  width: 17px;
  height: 17px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.process-note {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--gold);
}
.process-note p {
  font-size: 0.8125rem;
  line-height: 1.8;
  margin: 0;
  color: #dddcd3;
}
.process-note p span {
  color: var(--muted);
  margin-left: 8px;
}
.about-section {
  padding-top: 15px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 105px;
  align-items: center;
}
.brand-panel {
  align-self: stretch;
  background: #080907;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 28px 28px;
  position: relative;
  border: 1px solid var(--line);
  min-height: 530px;
}
.brand-panel img {
  width: 100%;
  max-width: 410px;
  height: auto;
  mix-blend-mode: screen;
}
.brand-panel-label {
  font-size: 0.5625rem;
  letter-spacing: 2.8px;
  color: #a59b83;
  text-align: center;
  line-height: 1.8;
}
.about-copy {
  padding: 25px 0;
}
.about-copy .eyebrow {
  margin-bottom: 23px;
}
.about-copy > p:not(.eyebrow) {
  font-size: 0.9375rem;
  line-height: 1.85;
  color: var(--muted);
  margin-bottom: 30px;
  max-width: 410px;
}
.about-copy h2 {
  font-size: 3.125rem;
}
.about-values {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.about-values > div {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.about-values .icon {
  color: var(--gold);
  margin-top: 3px;
}
.about-values h3 {
  font-weight: 500;
  font-size: 0.9375rem;
  margin-bottom: 7px;
}
.about-values p {
  font-size: 0.8125rem;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
  max-width: 320px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 95px;
}
.faq-intro > p:not(.eyebrow) {
  color: #66685e;
  font-size: 0.9375rem;
  line-height: 1.8;
}
.faq-intro .text-link {
  color: #76591f;
  margin-top: 8px;
}
.faq-list {
  border-top: 1px solid #d6d3c8;
}
.faq-list details {
  border-bottom: 1px solid #d6d3c8;
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  font-size: 1rem;
  line-height: 1.6;
  min-height: 82px;
  padding: 22px 0;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 1.5rem;
  font-weight: 300;
  color: #92733a;
  transition: transform 0.2s;
  line-height: 1;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details[open] summary {
  padding-bottom: 12px;
}
.faq-answer p {
  font-size: 0.875rem;
  line-height: 1.9;
  color: #626557;
  margin: 0;
  padding: 0 30px 26px 0;
}
.contact-section {
  background: #20211b;
  border-bottom: 1px solid var(--line);
  padding: 85px 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
}
.contact-section .eyebrow .icon {
  width: 16px;
  height: 16px;
}
.contact-section .eyebrow {
  font-size: 0.625rem;
}
.contact-section h2 {
  font-size: 4.0625rem;
  margin-bottom: 22px;
}
.contact-section p:not(.eyebrow) {
  font-size: 0.9375rem;
  line-height: 1.85;
  color: var(--muted);
  margin: 0;
}
.contact-actions {
  max-width: 385px;
  width: 100%;
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-whatsapp {
  width: 100%;
  font-size: 0.875rem;
  min-height: 59px;
}
.contact-whatsapp .action-arrow {
  margin-left: auto;
}
.contact-or {
  font-size: 0.5625rem;
  letter-spacing: 2px;
  color: #b9b7a8;
  margin: 27px 0 15px;
}
.contact-phone {
  font-family: var(--serif);
  font-size: 2.6875rem;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.contact-phone .icon {
  width: 25px;
  color: var(--gold);
  transform: rotate(-40deg);
}
.contact-phone:hover {
  color: var(--gold);
}
.contact-note {
  font-size: 0.6875rem;
  color: #b9b7a8;
  margin-top: 20px;
  text-align: center;
}
.site-footer {
  padding: 40px 0 0;
  background: #121310;
}
.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 38px;
}
.footer-main nav {
  display: flex;
  gap: 31px;
  margin-left: auto;
}
.footer-main nav a {
  font-size: 0.75rem;
  color: var(--muted);
}
.footer-main nav a:hover {
  color: var(--gold);
}
.footer-main .wordmark > span {
  font-size: 1.5625rem;
}
.footer-main .wordmark small {
  letter-spacing: 2px;
  font-size: 0.5625rem;
}
.back-top {
  border: 1px solid var(--line);
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 1.25rem;
  margin-left: 16px;
}
.back-top:hover {
  background: var(--surface);
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 23px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #939689;
  font-size: 0.6875rem;
}
.mobile-contact {
  display: none;
}
@media (max-width: 1100px) {
  .about-grid {
    gap: 65px;
  }
  .faq-grid {
    gap: 60px;
  }
  .category-card {
    padding: 25px 22px;
  }
  .category-card h3 {
    font-size: 1.625rem;
  }
  .category-link {
    font-size: 0.6875rem;
  }
  .steps {
    gap: 32px;
  }
  .about-copy h2 {
    font-size: 2.875rem;
  }
  .contact-grid {
    gap: 60px;
  }
  .contact-section h2 {
    font-size: 3.6875rem;
  }
}
@media (max-width: 800px) {
  .hero-art {
    opacity: 1;
    inset: 0 -23% 0 27%;
  }
  .hero-art:after {
    background:
      linear-gradient(
        90deg,
        var(--ink),
        rgba(18, 19, 16, 0.73) 24%,
        rgba(18, 19, 16, 0.1) 70%
      ),
      linear-gradient(0deg, var(--ink), transparent 35%);
  }
  .section-pad {
    padding: 76px 0;
  }
  .section-heading {
    gap: 34px;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 36px;
  }
  .section-intro {
    max-width: 440px;
  }
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .category-card {
    padding: 26px;
    min-height: 277px;
  }
  .category-card:nth-child(3) {
    border-left: 0;
  }
  .category-card:nth-child(n + 3) {
    border-top: 1px solid #d7d5ca;
  }
  .category-link {
    font-size: 0.75rem;
  }
  .category-note {
    line-height: 1.7;
    font-size: 0.75rem;
  }
  .steps {
    gap: 26px;
  }
  .steps h3 {
    font-size: 1.0625rem;
  }
  .steps p {
    font-size: 0.8125rem;
  }
  .process-note p span {
    margin-left: 0;
    display: block;
  }
  .about-section {
    padding-top: 0;
  }
  .about-grid {
    gap: 35px;
  }
  .brand-panel {
    padding: 24px 10px;
    min-height: 440px;
  }
  .brand-panel-label {
    font-size: 0.5rem;
    letter-spacing: 1.8px;
  }
  .about-copy h2 {
    font-size: 2.375rem;
  }
  .about-copy > p:not(.eyebrow) {
    font-size: 0.875rem;
  }
  .about-values p {
    font-size: 0.75rem;
  }
  .about-values {
    gap: 20px;
  }
  .about-values > div {
    gap: 12px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .faq-intro h2 br {
    display: none;
  }
  .faq-intro h2 {
    margin-bottom: 18px;
  }
  .faq-intro > p br {
    display: none;
  }
  .faq-intro .text-link {
    margin-top: 0;
  }
  .faq-list summary {
    font-size: 0.9375rem;
    min-height: 77px;
  }
  .contact-grid {
    gap: 35px;
  }
  .contact-section h2 {
    font-size: 3.0625rem;
  }
  .contact-section .eyebrow {
    font-size: 0.5625rem;
    letter-spacing: 1.3px;
    gap: 7px;
  }
  .contact-whatsapp {
    font-size: 0.75rem;
    padding: 14px;
  }
  .contact-whatsapp .icon {
    width: 20px;
  }
  .contact-phone {
    font-size: 2.125rem;
    gap: 10px;
  }
  .contact-note {
    font-size: 0.625rem;
  }
  .footer-main {
    flex-wrap: wrap;
  }
  .footer-main nav {
    gap: 18px;
  }
  .footer-main nav a {
    font-size: 0.6875rem;
  }
  .back-top {
    margin-left: 0;
  }
  .footer-bottom {
    font-size: 0.625rem;
  }
}
@media (max-width: 540px) {
  body {
    padding-bottom: 72px;
  }
  .hero-art {
    position: relative;
    inset: auto;
    height: 272px;
    margin-top: -8px;
    margin-bottom: 0;
    opacity: 1;
  }
  .hero-art img {
    object-fit: cover;
    object-position: 65% 60%;
  }
  .hero-art:after {
    background: linear-gradient(
      0deg,
      var(--ink),
      transparent 20%,
      transparent 70%,
      var(--ink)
    );
  }
  .hero-inner {
    padding-bottom: 0;
  }
  .hero-foot {
    border-top: 1px solid var(--line);
  }
  .hero-description {
    font-size: 1rem;
  }
  .section-pad {
    padding: 61px 0;
  }
  .section-heading {
    gap: 23px;
    margin-bottom: 31px;
  }
  h2 {
    font-size: 2.4375rem;
    letter-spacing: -1.4px;
  }
  h2 em {
    letter-spacing: -1.4px;
  }
  .eyebrow {
    margin-bottom: 19px;
  }
  .light-section .eyebrow {
    font-size: 0.625rem;
  }
  .section-intro {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .category-grid {
    grid-template-columns: 1fr 1fr;
  }
  .category-card {
    padding: 23px 17px;
    min-height: 298px;
  }
  .category-top {
    margin-bottom: 26px;
  }
  .category-icon {
    width: 32px;
    height: 32px;
  }
  .category-top > span {
    font-size: 0.625rem;
  }
  .category-card h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .category-card p {
    font-size: 0.8125rem;
    line-height: 1.8;
    margin-bottom: 22px;
  }
  .category-link {
    font-size: 0.6875rem;
    gap: 5px;
    line-height: 1.5;
  }
  .category-link .icon {
    width: 15px;
  }
  .category-note {
    margin-top: 25px;
    display: block;
    text-align: center;
    line-height: 1.9;
  }
  .category-note .icon {
    display: none;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .step-number {
    gap: 20px;
    margin-bottom: 18px;
  }
  .step-number > span {
    font-size: 2.25rem;
  }
  .steps h3 {
    font-size: 1.1875rem;
    margin-bottom: 12px;
  }
  .steps p {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-bottom: 9px;
  }
  .steps .text-link {
    font-size: 0.8125rem;
  }
  .process-note {
    margin-top: 31px;
    align-items: flex-start;
    gap: 12px;
  }
  .process-note p {
    font-size: 0.75rem;
  }
  .process-note .icon {
    margin-top: 4px;
    width: 20px;
  }
  .about-section {
    padding-top: 0;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .brand-panel {
    min-height: 0;
    aspect-ratio: 1/1;
    padding: 18px 10px;
  }
  .brand-panel img {
    width: 80%;
    max-width: 300px;
  }
  .brand-panel-label {
    font-size: 0.5rem;
    letter-spacing: 2.5px;
  }
  .about-copy {
    padding: 0;
  }
  .about-copy h2 {
    font-size: 2.6875rem;
  }
  .about-copy h2 em br {
    display: none;
  }
  .about-copy > p:not(.eyebrow) {
    font-size: 0.9375rem;
  }
  .about-values {
    gap: 25px;
  }
  .about-values p {
    font-size: 0.875rem;
    max-width: unset;
  }
  .about-values h3 {
    font-size: 1rem;
  }
  .about-values > div {
    gap: 17px;
  }
  .faq-grid {
    gap: 29px;
  }
  .faq-intro h2 {
    font-size: 2.75rem;
  }
  .faq-intro > p:not(.eyebrow) {
    font-size: 0.875rem;
  }
  .faq-list summary {
    font-size: 0.9375rem;
    min-height: 82px;
    gap: 20px;
    padding: 23px 0;
  }
  .faq-answer p {
    font-size: 0.875rem;
    padding-right: 8px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .contact-section h2 {
    font-size: 3.5rem;
  }
  .contact-section p:not(.eyebrow) {
    font-size: 0.9375rem;
  }
  .contact-section .eyebrow {
    font-size: 0.625rem;
    letter-spacing: 1.8px;
    gap: 8px;
  }
  .contact-actions {
    max-width: none;
  }
  .contact-whatsapp {
    font-size: 0.875rem;
    padding: 16px 20px;
  }
  .contact-phone {
    font-size: 2.6875rem;
    gap: 22px;
  }
  .contact-note {
    font-size: 0.6875rem;
  }
  .site-footer {
    padding-top: 32px;
  }
  .footer-main {
    gap: 30px;
    padding-bottom: 27px;
  }
  .footer-main .wordmark > span {
    font-size: 1.5rem;
  }
  .footer-main .wordmark small {
    font-size: 0.5rem;
  }
  .footer-main nav {
    order: 3;
    width: 100%;
    margin: 0;
    justify-content: space-between;
    gap: 12px;
  }
  .footer-main nav a {
    font-size: 0.6875rem;
    display: flex;
    align-items: center;
    min-height: 44px;
  }
  .back-top {
    margin-left: auto;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    font-size: 0.625rem;
    line-height: 1.5;
    padding: 22px 0 27px;
  }
  .mobile-contact {
    position: fixed;
    z-index: 30;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr 1.8fr;
    border-top: 1px solid var(--line);
    background: var(--ink);
    padding: 10px 12px max(10px, env(safe-area-inset-bottom));
    gap: 8px;
    box-shadow: 0 -4px 30px #0003;
  }
  .mobile-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 0.75rem;
    min-height: 47px;
  }
  .mobile-contact a:last-child {
    background: var(--gold);
    color: var(--ink);
    border-radius: 2px;
  }
  .mobile-contact .icon {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 360px) {
  .wordmark > span {
    font-size: 1.25rem;
  }
  .wordmark small {
    font-size: 0.4375rem;
  }
  .header-contact {
    font-size: 0.6875rem;
  }
  .header-inner {
    gap: 6px;
  }
  h1 {
    font-size: 4.5rem;
  }
  .eyebrow {
    font-size: 0.5625rem;
    letter-spacing: 1px;
  }
  .category-card {
    padding: 21px 13px;
  }
  .category-card h3 {
    font-size: 1.375rem;
  }
  .category-link {
    font-size: 0.625rem;
  }
  .contact-phone {
    font-size: 2.375rem;
  }
  .trust-inner > span {
    font-size: 0.625rem;
    gap: 6px;
  }
}
/* Body copy stays comfortably readable across breakpoints. */
.section-intro,
.category-card p,
.steps p,
.about-copy > p:not(.eyebrow),
.about-values p,
.faq-answer p,
.faq-intro > p:not(.eyebrow),
.contact-section p:not(.eyebrow) {
  font-size: 1rem;
}
.category-link,
.text-link,
.steps .text-link,
.footer-main nav a,
.trust-inner > span,
.phone-link {
  font-size: 0.875rem;
}
.category-note,
.hero-note,
.process-note p {
  font-size: 0.875rem;
}
.hero-foot > span,
.hero-foot a,
.contact-note,
.footer-bottom,
.contact-or,
.category-top > span,
.brand-panel-label {
  font-size: 0.75rem;
}
.eyebrow,
.light-section .eyebrow,
.contact-section .eyebrow {
  font-size: 0.75rem;
}
.footer-main nav {
  flex-wrap: wrap;
}
.category-card {
  min-width: 0;
}
.brand-panel-label {
  letter-spacing: 1.7px;
}
.hero-foot {
  gap: 20px;
}
.footer-bottom {
  line-height: 1.7;
}
.steps {
  list-style: none;
}
.steps li {
  display: list-item;
}
.category-card:focus-visible {
  outline-color: #76591f;
  outline-offset: -5px;
}
.light-section a:focus-visible,
.light-section summary:focus-visible {
  outline-color: #76591f;
}
@media (max-width: 800px) {
  .trust-inner > span {
    line-height: 1.6;
  }
  .brand-panel-label {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
  .contact-section .eyebrow {
    font-size: 0.625rem;
  }
  .contact-note {
    line-height: 1.7;
  }
}
@media (max-width: 540px) {
  .eyebrow,
  .light-section .eyebrow {
    font-size: 0.6875rem;
    letter-spacing: 1.1px;
  }
  .hero-foot a {
    font-size: 0.75rem;
    max-width: 160px;
    text-align: right;
    line-height: 1.6;
  }
  .hero-foot > span {
    font-size: 0.625rem;
    letter-spacing: 1px;
  }
  .category-card {
    padding: 23px 16px;
    min-height: 340px;
  }
  .category-link {
    font-size: 0.8125rem;
  }
  .category-card p {
    font-size: 1rem;
  }
  .category-card h3 {
    font-size: 1.5rem;
  }
  .category-note {
    font-size: 0.875rem;
  }
  .trust-inner > span {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .footer-main nav a {
    font-size: 0.8125rem;
  }
  .footer-main nav {
    gap: 6px 16px;
    justify-content: flex-start;
  }
  .mobile-contact a {
    font-size: 0.875rem;
  }
  .contact-note {
    font-size: 0.75rem;
  }
  .contact-or {
    font-size: 0.6875rem;
  }
  .contact-section .eyebrow {
    font-size: 0.6875rem;
  }
}
@media (max-width: 360px) {
  .category-grid {
    grid-template-columns: 1fr;
  }
  .category-card {
    border-left: 0;
    min-height: 270px;
  }
  .category-card:nth-child(2) {
    border-top: 1px solid #d7d5ca;
  }
  .category-link {
    font-size: 0.875rem;
  }
  .trust-inner > span {
    font-size: 0.75rem;
  }
  .hero .eyebrow {
    font-size: 0.625rem;
  }
  .mobile-contact a {
    font-size: 0.75rem;
  }
}
@media (max-width: 540px) {
  h1 {
    font-size: clamp(3.2rem, 17.8vw, 4.5rem);
    letter-spacing: -2.7px;
  }
  h1 em {
    white-space: nowrap;
  }
  .hero-actions .phone-link {
    display: none;
  }
  .hero-actions .button {
    max-width: none;
  }
}
