:root {
  color-scheme: dark;
  --bg: #080808;
  --panel: #151410;
  --panel-2: #1d1b16;
  --text: #f7f4ec;
  --muted: #b7b3aa;
  --gold: #e9b53f;
  --line: #343027;
  --shell: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 36px; }

body {
  margin: 0;
  min-width: 280px;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, summary { -webkit-tap-highlight-color: transparent; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
::selection { background: var(--gold); color: #080808; }

.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.section { padding-block: 108px; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 12px 18px; background: var(--gold); color: #080808; font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { border-bottom: 1px solid #24221e; background: #080808; }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand-type { display: flex; flex-direction: column; gap: 4px; }
.brand-type strong { font-family: "Arial Narrow", Arial, sans-serif; font-size: 24px; line-height: 1; letter-spacing: -.045em; white-space: nowrap; }
.brand-type small { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .015em; white-space: nowrap; }
.header-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.header-nav a, .header-phone { font-size: 14px; font-weight: 700; }
.header-nav a { color: #cac6bc; transition: color .18s ease; }
.header-nav a:hover, .header-nav a:focus-visible { color: var(--gold); }
.header-phone { border: 1px solid var(--line); border-radius: 999px; padding: 11px 15px; white-space: nowrap; transition: border-color .18s ease, color .18s ease; }
.header-phone:hover { border-color: var(--gold); color: var(--gold); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr); align-items: center; gap: clamp(40px, 6vw, 92px); padding-block: 64px 82px; }
.hero::before { content: ""; position: absolute; left: 0; right: 0; top: 34px; height: 2px; pointer-events: none; background: repeating-linear-gradient(90deg, rgba(233,181,63,.32) 0 3px, transparent 3px 15px); opacity: .55; transform: rotate(7deg); transform-origin: left center; }
.hero-copy { position: relative; z-index: 1; padding-top: 6px; }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .08em; line-height: 1.4; }
.eyebrow-line { display: inline-block; vertical-align: middle; width: 28px; height: 2px; margin-right: 8px; background: var(--gold); }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: "Arial Narrow", Arial, Helvetica, sans-serif; letter-spacing: -.045em; }
h1 { max-width: 660px; margin-bottom: 24px; font-size: clamp(56px, 5.4vw, 86px); line-height: .96; font-weight: 800; overflow-wrap: normal; }
.hero-lead { max-width: 530px; margin-bottom: 28px; color: #d8d4cc; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 54px; padding: 15px 21px; border-radius: 10px; font-size: 15px; font-weight: 800; line-height: 1.2; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button span { font-size: 20px; line-height: .7; font-weight: 400; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #0c0b09; }
.button-primary:hover { background: #f4c555; }
.button-secondary { border: 1px solid #5d5135; color: var(--text); }
.button-secondary:hover { border-color: var(--gold); }
.hero-note { max-width: 450px; margin: 23px 0 0; color: #9f9b93; font-size: 13px; line-height: 1.5; }
.hero-visual { position: relative; min-width: 0; margin: 0; aspect-ratio: .88; max-height: 690px; overflow: hidden; border-radius: 22px; background: #191919; }
.hero-visual::after { content: ""; position: absolute; inset: 55% 0 0; pointer-events: none; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 49%; }
.hero-visual figcaption { position: absolute; z-index: 1; left: 28px; bottom: 24px; right: 20px; display: flex; align-items: center; gap: 12px; color: #f7f4ec; font-size: 13px; font-weight: 700; }
.caption-line { flex: 0 0 29px; height: 2px; background: var(--gold); }

.works { border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.section-heading .eyebrow { margin-bottom: 14px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(42px, 4.4vw, 64px); line-height: 1.02; }
.section-heading > p, .section-heading > div + p { max-width: 390px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.work-card { position: relative; min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.work-card::before { content: ""; position: absolute; z-index: 1; left: 0; top: 0; width: 84px; height: 3px; background: var(--gold); }
.work-card img { width: 100%; height: clamp(260px, 27vw, 360px); object-fit: cover; transition: transform .35s ease; }
.work-card:hover img { transform: scale(1.025); }
.work-card:nth-child(1) img { object-position: center 45%; }
.work-card:nth-child(2) img { object-position: center 48%; }
.work-card:nth-child(3) img { object-position: center 43%; }
.work-card figcaption { display: flex; flex-direction: column; gap: 7px; min-height: 88px; padding: 19px 21px 20px; }
.work-card strong { font-family: "Arial Narrow", Arial, sans-serif; font-size: 24px; letter-spacing: -.035em; }
.work-card span { color: var(--muted); font-size: 14px; line-height: 1.35; }

.prices { background: #11100e; border-block: 1px solid var(--line); }
.prices-heading { align-items: end; margin-bottom: 38px; }
.price-columns { columns: 2; column-gap: 22px; }
.price-group { display: inline-block; width: 100%; margin: 0 0 22px; break-inside: avoid; overflow: hidden; border: 1px solid #39352b; border-radius: 16px; background: var(--panel); }
.price-group summary { display: flex; justify-content: space-between; align-items: center; gap: 18px; min-height: 69px; padding: 17px 22px; list-style: none; cursor: pointer; font-family: "Arial Narrow", Arial, sans-serif; font-size: 25px; font-weight: 800; letter-spacing: -.035em; }
.price-group summary::-webkit-details-marker { display: none; }
.price-group[open] summary { border-bottom: 1px solid var(--line); }
.disclosure-mark { position: relative; flex: 0 0 22px; height: 22px; border: 1px solid #715b2c; border-radius: 50%; }
.disclosure-mark::before, .disclosure-mark::after { content: ""; position: absolute; left: 6px; right: 6px; top: 10px; height: 2px; background: var(--gold); }
.disclosure-mark::after { transform: rotate(90deg); transition: transform .18s ease; }
.price-group[open] .disclosure-mark::after { transform: rotate(0); }
.price-group ul { margin: 0; padding: 0 22px 4px; list-style: none; }
.price-group li { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 16px 0; border-bottom: 1px solid #302d26; }
.price-group li:last-child { border-bottom: 0; }
.price-group li span { font-size: 15px; line-height: 1.42; color: #e5e1d9; }
.price-group li strong { color: var(--gold); font-size: 20px; font-weight: 800; line-height: 1.1; white-space: nowrap; font-variant-numeric: lining-nums tabular-nums; }
.price-note { max-width: 740px; margin: 20px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.reviews-heading { align-items: end; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--gold); font-size: 14px; font-weight: 800; line-height: 1.4; border-bottom: 1px solid rgba(233,181,63,.45); padding-bottom: 5px; }
.text-link:hover { border-color: var(--gold); }
.reviews-grid { columns: 2; column-gap: 22px; }
.review-card { display: inline-block; width: 100%; margin: 0 0 22px; padding: 25px 26px 28px; break-inside: avoid; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.review-card:nth-child(even) { background: var(--panel-2); }
.review-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 17px; }
.stars { color: var(--gold); font-size: 19px; letter-spacing: 1px; white-space: nowrap; }
.review-top time { color: #aca79f; font-size: 12px; white-space: nowrap; }
.review-card h3 { margin-bottom: 12px; font-size: 21px; line-height: 1.2; }
.review-card h3 a { text-decoration: underline; text-decoration-color: #5b4b2c; text-underline-offset: 4px; }
.review-card h3 a:hover { text-decoration-color: var(--gold); }
.review-card blockquote { margin: 0; color: #c9c5bd; font-size: 15px; line-height: 1.58; }

.contact { position: relative; overflow: hidden; border-top: 1px solid var(--line); background: radial-gradient(circle at 87% 15%, rgba(233,181,63,.09), transparent 35%), #11100e; }
.contact::before { content: ""; position: absolute; left: -2%; right: -2%; top: 27px; height: 2px; transform: rotate(-4deg); transform-origin: left; background: repeating-linear-gradient(90deg, rgba(233,181,63,.3) 0 4px, transparent 4px 18px); opacity: .45; }
.contact h2 { max-width: 720px; margin-bottom: 22px; font-size: clamp(44px, 5vw, 72px); line-height: 1; }
.contact-lead { max-width: 590px; margin-bottom: 23px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.contact-number { display: block; width: fit-content; margin-bottom: 22px; color: var(--gold); font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(34px, 4.3vw, 56px); font-weight: 800; letter-spacing: -.04em; line-height: 1.05; overflow-wrap: anywhere; }
.contact-number:hover { text-decoration: underline; text-underline-offset: 7px; }

.site-footer { border-top: 1px solid var(--line); }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px 28px; min-height: 82px; padding-block: 20px; color: #a5a097; font-size: 13px; }
.footer-inner a { color: var(--gold); font-weight: 700; }

@media (max-width: 1080px) {
  .header-nav { gap: 16px; }
  .header-nav a { font-size: 13px; }
  .hero { gap: 32px; }
  h1 { font-size: clamp(54px, 5.8vw, 76px); }
}

@media (max-width: 900px) {
  .header-nav { display: none; }
  .header-inner { min-height: 76px; }
  .hero { grid-template-columns: 1fr; gap: 38px; padding-top: 50px; }
  .hero-copy { max-width: 690px; }
  .hero-visual { width: 100%; max-height: 580px; aspect-ratio: 1.35; }
  .hero-visual img { object-position: center 45%; }
  .section { padding-block: 80px; }
  .work-grid { gap: 14px; }
  .work-card img { height: 260px; }
}

@media (max-width: 700px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .header-inner { min-height: 70px; gap: 12px; }
  .brand img { width: 43px; height: 43px; }
  .brand { gap: 8px; }
  .brand-type strong { font-size: 20px; }
  .brand-type small { font-size: 8px; }
  .header-phone { font-size: 0; padding: 9px 11px; width: 42px; height: 42px; display: grid; place-items: center; }
  .header-phone::after { content: "☎"; font-size: 20px; color: var(--gold); }
  .hero { gap: 30px; padding-block: 42px 64px; }
  .hero::before { top: 23px; }
  h1 { font-size: clamp(45px, 8.8vw, 65px); }
  .hero-lead { font-size: 17px; }
  .hero-visual { aspect-ratio: .92; }
  .section { padding-block: 68px; }
  .section-heading { display: block; margin-bottom: 26px; }
  .section-heading h2 { margin-bottom: 14px; }
  .section-heading > p, .section-heading > div + p { max-width: 100%; }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .work-card:last-child { grid-column: 1 / -1; }
  .work-card:last-child img { height: 310px; object-position: center 52%; }
  .price-columns, .reviews-grid { columns: 1; }
}

@media (max-width: 480px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .hero { gap: 26px; padding-top: 34px; }
  .eyebrow { margin-bottom: 13px; font-size: 11px; }
  h1 { margin-bottom: 15px; font-size: clamp(41px, 12.8vw, 57px); line-height: .98; }
  .hero-lead { margin-bottom: 19px; font-size: 16px; line-height: 1.45; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 9px; }
  .button { width: 100%; min-height: 50px; padding: 12px 16px; }
  .hero-note { margin-top: 17px; font-size: 12px; }
  .hero-visual { aspect-ratio: .88; border-radius: 14px; }
  .hero-visual figcaption { left: 17px; bottom: 16px; font-size: 12px; }
  .section { padding-block: 59px; }
  .section-heading h2 { font-size: 43px; }
  .work-grid { grid-template-columns: 1fr; gap: 15px; }
  .work-card:last-child { grid-column: auto; }
  .work-card img, .work-card:last-child img { height: 300px; }
  .price-group { margin-bottom: 14px; border-radius: 12px; }
  .price-group summary { min-height: 62px; padding: 15px 17px; font-size: 22px; }
  .price-group ul { padding-inline: 17px; }
  .price-group li { padding-block: 14px; }
  .price-group li span { font-size: 15px; }
  .price-group li strong { font-size: 20px; }
  .review-card { margin-bottom: 14px; padding: 20px; }
  .review-card blockquote { font-size: 15px; }
  .contact h2 { font-size: 45px; }
  .contact-number { font-size: clamp(30px, 8.6vw, 42px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
