:root {
  --cream: #f3edde;
  --cream-2: #e9dfca;
  --navy: #18212b;
  --navy-2: #202d39;
  --copper: #b77a3d;
  --copper-light: #d49a58;
  --text: #28323b;
  --line: rgba(24, 33, 43, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--cream);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.hero {
  min-height: 95svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 30%, rgba(183,122,61,.08), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(24,33,43,.05), transparent 30%),
    linear-gradient(135deg, #f7f2e7, #eee5d2);
}
.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { margin: 0; color: var(--navy); font-size: clamp(3.7rem, 11vw, 9rem); line-height: .88; letter-spacing: -.07em; font-weight: 750; }
.brand span { color: var(--copper); }
.brand--small { font-size: 1.55rem; letter-spacing: -.05em; font-weight: 750; }
.brand--hero { font-size: clamp(2.4rem, 12vw, 5rem); }
.menu { display: flex; gap: 28px; font-size: .93rem; }
.menu a { position: relative; }
.menu a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: var(--copper); transition: .25s; }
.menu a:hover::after { width: 100%; }
.menu-button { display: none; border: 0; background: none; font: inherit; color: var(--navy); }

.hero__content { padding: clamp(54px, 7vw, 92px) 0 34px; text-align: center; }
.eyebrow, .section-label { margin: 0 0 18px; color: var(--copper); text-transform: uppercase; letter-spacing: .2em; font-size: .95rem; font-weight: 700; }
.signature { margin: 22px auto 8px; display: flex; align-items: center; justify-content: center; gap: 14px; color: var(--copper); }
.signature i { width: min(150px, 24vw); height: 1px; background: var(--copper); opacity: .7; }
.signature b { font-size: 1.15rem; }
.owner { margin: 0; color: var(--copper); font-size: clamp(1.2rem, 2vw, 1.75rem); font-weight: 700; }
.hero h2 { margin: 24px auto 12px; color: var(--navy); font-size: clamp(1.25rem, 2.4vw, 2.05rem); line-height: 1.25; letter-spacing: .01em; }
.lead { max-width: 750px; margin: 0 auto; font-size: 1.05rem; color: rgba(40,50,59,.78); }
.wave { width: min(1040px, 100%); height: clamp(210px, 34vw, 390px); object-fit: contain; margin: -4px auto -32px; filter: drop-shadow(0 12px 24px rgba(90,55,20,.10)); }
.hero__contacts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero__contacts a { min-height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.hero__contacts a + a { border-left: 1px solid var(--line); }
.round-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: white; background: var(--copper); font-size: 1rem; }
.hero__contacts strong { font-size: .95rem; letter-spacing: .02em; }
.scroll { display: inline-block; margin-top: 16px; color: var(--copper); font-size: 2rem; animation: bounce 1.8s infinite; }
@keyframes bounce { 50% { transform: translateY(7px); } }

.section { padding: clamp(80px, 10vw, 140px) 0; }
.two-columns { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 8vw, 100px); }
.section h2, .contact h2 { margin: 0; color: var(--navy); font-size: clamp(2.15rem, 5vw, 4.8rem); line-height: 1.05; letter-spacing: -.04em; }
.copy { margin-top: 42px; }
.copy p { margin: 0 0 22px; font-size: 1.08rem; }
.section--navy { background: var(--navy); color: #edf0f2; }
.section--navy h2 { color: white; max-width: 830px; }
.cards { margin-top: 58px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.cards article { min-height: 250px; padding: 34px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.cards span { color: var(--copper-light); font-size: .85rem; }
.cards h3 { margin: 55px 0 10px; font-size: 1.45rem; color: white; }
.cards p { margin: 0; color: rgba(255,255,255,.68); }
.reasons { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 34px; border-top: 1px solid var(--line); }
.reasons div { padding: 34px 28px 0 0; }
.reasons div + div { border-left: 1px solid var(--line); padding-left: 28px; }
.reasons strong { color: var(--navy); font-size: 1.08rem; }
.reasons p { margin-bottom: 0; color: rgba(40,50,59,.72); }

.contact { padding: clamp(80px, 9vw, 125px) 0; background: var(--cream-2); border-top: 1px solid var(--line); }
.contact__inner { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; }
.contact__inner > div:first-child p:last-child { max-width: 670px; }
.contact_links { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.contact_links a { display: flex; flex-direction: row; align-items: center; gap: 14px; border-bottom: none; font-size: 1rem; }
.contact_links strong { font-size: .95rem; letter-spacing: .02em; }
.contact_links a { color: var(--navy); font-size: clamp(1.1rem, 2vw, 1.45rem); }
.footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .86rem; }
.reg { font-size:.65em; vertical-align:super; }
@media (max-width: 820px) {
  .menu-button { display: block; }
  .menu { display: none; position: absolute; top: 72px; right: 20px; left: 20px; padding: 22px; flex-direction: column; background: #f5efe2; border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(24,33,43,.12); z-index: 5; }
  .menu.open { display: flex; }
  .hero__content { padding-top: 45px; }
  .wave { height: 260px; margin-bottom: -20px; }
  .hero__contacts { grid-template-columns: 1fr; }
  .hero__contacts a { min-height: 92px; }
  .hero__contacts a + a { border-left: 0; border-top: 1px solid var(--line); }
  .two-columns, .contact__inner { grid-template-columns: 1fr; gap: 36px; }
  .cards { grid-template-columns: 1fr; }
  .reasons { grid-template-columns: 1fr 1fr; }
  .reasons div:nth-child(3) { border-left: 0; padding-left: 0; }
  .footer { flex-direction: column; justify-content: center; text-align: center; padding-block: 25px; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav { min-height: 70px; }
  .brand { font-size: clamp(2.8rem, 18vw, 4.8rem); }
  .brand--nav { font-size: clamp(1.1rem, 7vw, 1.9rem); }
  .hero h2 { font-size: 1.08rem; }
  .lead { font-size: .95rem; }
  .wave { width: 125%; max-width: none; margin-left: -12.5%; height: 220px; }
  .cards article { min-height: 220px; padding: 27px; }
  .cards h3 { margin-top: 38px; }
  .reasons { grid-template-columns: 1fr; }
  .reasons div + div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 26px; margin-top: 26px; }
}
