:root {
  --black: #121212;
  --black-2: #1c1c1c;
  --cream: #e8d9b5;
  --tan: #d9c49a;
  --red: #b3261e;
  --muted: #a39d8f;
  --serif: "Didot", "Bodoni 72", "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--black); color: var(--cream); font-family: var(--sans); line-height: 1.6; font-size: 17px; }
a { color: inherit; }
.wrap { max-width: 1080px; margin: 0 auto; padding-inline: 20px; }
.section { padding-block: clamp(56px, 8vw, 96px); }

.concept { background: #ff5a1f; color: #fff; font-size: .85rem; text-align: center; padding: 8px 16px; }
.concept a { color: #fff; font-weight: 700; }

.top { border-bottom: 1px solid #2c2c2c; position: sticky; top: env(safe-area-inset-top, 0px); background: rgba(18,18,18,.96); z-index: 10; }
.top__inner { height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { font-family: var(--serif); font-weight: 700; font-size: 1.5rem; letter-spacing: .12em; text-decoration: none; }
.brand span { color: var(--red); }
.links { display: flex; gap: 28px; text-transform: uppercase; font-size: .8rem; letter-spacing: .14em; }
.links a { text-decoration: none; color: var(--muted); }
.links a:hover { color: var(--cream); }
@media (max-width: 720px) { .links { display: none; } }

.btn { display: inline-block; background: var(--red); color: #fff; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; font-size: .85rem; padding: 14px 24px; border: 2px solid var(--red); }
.btn:hover { background: #961d17; border-color: #961d17; }
.btn--line { background: transparent; border-color: var(--cream); color: var(--cream); }
.btn--line:hover { background: var(--cream); color: var(--black); border-color: var(--cream); }
.top .btn { padding: 10px 16px; font-size: .75rem; }

.hero { position: relative; overflow: hidden; padding-block: clamp(72px, 12vw, 150px); background: radial-gradient(ellipse at 20% 30%, #2a2419 0%, var(--black) 65%); }
.kicker { text-transform: uppercase; letter-spacing: .2em; font-size: .8rem; color: var(--muted); margin: 0 0 18px; }
.hero h1 { font-family: var(--serif); font-weight: 700; font-size: clamp(2.8rem, 8vw, 5.6rem); line-height: 1; margin: 0 0 24px; letter-spacing: -0.01em; }
.hero h1 em { color: var(--red); font-style: italic; }
.lede { font-size: 1.2rem; color: #cbbd9c; max-width: 520px; }
.ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.pole { position: absolute; right: 8%; top: 12%; bottom: 12%; width: 54px; border-radius: 27px; border: 3px solid #3a3a3a;
  background: repeating-linear-gradient(-45deg, var(--red) 0 18px, #f5efe0 18px 36px, #1f4fa8 36px 54px, #f5efe0 54px 72px);
  opacity: .9; }
@media (max-width: 820px) { .pole { display: none; } }

.title { font-family: var(--serif); font-size: clamp(2rem, 4vw, 2.8rem); text-align: center; margin: 0 0 44px; display: flex; align-items: center; gap: 20px; }
.title::before, .title::after { content: ""; flex: 1; height: 1px; background: #3a3a3a; }
.title--dark::before, .title--dark::after { background: #b8a37a; }
.title--left::before { display: none; }

.menu { display: grid; grid-template-columns: 1fr 1fr; gap: 0 56px; }
@media (max-width: 760px) { .menu { grid-template-columns: 1fr; } }
.item { display: flex; align-items: baseline; gap: 12px; padding: 16px 0; border-bottom: 1px solid #2a2a2a; }
.item b { font-size: 1.1rem; display: block; }
.item small { color: var(--muted); font-size: .9rem; }
.item i { flex: 1; border-bottom: 2px dotted #444; transform: translateY(-6px); min-width: 20px; }
.item span { font-family: var(--serif); font-size: 1.4rem; font-weight: 700; color: #fff; }

.section--tan { background: var(--tan); color: var(--black); }
.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center; }
@media (max-width: 700px) { .team { grid-template-columns: 1fr; } }
.barber__photo { aspect-ratio: 1; max-width: 220px; margin: 0 auto 16px; border-radius: 50%; background: var(--black); color: var(--tan); display: grid; place-items: center; font-family: var(--serif); font-size: 3rem; font-weight: 700; border: 6px solid #c7b082; }
.barber b { display: block; font-family: var(--serif); font-size: 1.5rem; }
.barber small { color: #5a4d33; font-size: .95rem; }

.visit { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 760px) { .visit { grid-template-columns: 1fr; gap: 24px; } }
.addr { font-size: 1.3rem; margin: 0 0 14px; }
.phone { font-family: var(--serif); font-size: 2rem; color: #fff; text-decoration: none; font-weight: 700; }
.hours { width: 100%; border-collapse: collapse; font-size: 1.05rem; }
.hours th, .hours td { padding: 14px 4px; border-bottom: 1px solid #2c2c2c; text-align: left; }
.hours th { color: var(--muted); font-weight: 500; text-transform: uppercase; letter-spacing: .1em; font-size: .85rem; }
.hours td { text-align: right; font-weight: 700; }

.book { background: var(--red); color: #fff; text-align: center; padding-block: clamp(56px, 8vw, 88px); }
.book h2 { font-family: var(--serif); font-size: clamp(2.2rem, 5vw, 3.4rem); margin: 0 0 10px; }
.book p { font-size: 1.15rem; margin: 0 0 26px; }
.book .btn { background: var(--black); border-color: var(--black); }
.book .note { font-size: .85rem; opacity: .8; margin: 20px 0 0; }

.foot { text-align: center; color: var(--muted); font-size: .85rem; padding: 26px 20px; }
