:root {
  --black: #050505;
  --near-black: #101010;
  --red: #bd111a;
  --red-dark: #8f0f15;
  --gold: #b08a45;
  --gold-light: #d4b36c;
  --cream: #f4efe6;
  --cream-2: #ebe4d7;
  --white: #f8f3ea;
  --muted: #cfc6b8;
  --dark-text: #1e1a16;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", "Segoe UI", Arial, sans-serif;
  --script: "Great Vibes", "Brush Script MT", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: var(--sans);
  line-height: 1.45;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

button,
input,
select {
  font: inherit;
}

.section-inner {
  width: min(100% - 42px, 1320px);
  margin: 0 auto;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 28px;
  width: 100%;
  padding: 34px 70px 0;
  color: var(--white);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  width: max-content;
  line-height: 1;
}

.brand__script {
  color: #ff2633;
  font-family: var(--script);
  font-size: 3.35rem;
  font-weight: 400;
  line-height: .75;
}

.brand__sub {
  margin-left: 15px;
  color: var(--white);
  font-size: .92rem;
  letter-spacing: .02em;
}

.main-nav,
.header-actions,
.button-row {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-nav {
  justify-content: center;
  gap: 43px;
}

.main-nav a,
.btn,
.location-card a,
.footer-links a {
  text-transform: uppercase;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .06em;
}

.main-nav a:hover,
.footer-links a:hover,
.location-card a:hover {
  color: var(--gold-light);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 0 28px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.btn--red {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.btn--red:hover {
  color: #fff;
  background: var(--red-dark);
  border-color: var(--red-dark);
}

.btn--outline {
  color: var(--white);
  background: rgb(0 0 0 / 24%);
  border-color: var(--gold);
}

.btn--outline:hover {
  color: var(--black);
  background: var(--gold-light);
}

.btn--full {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 475px;
  overflow: hidden;
  background: #030303;
}

.hero__image,
.hero__shade,
.private-dining__image,
.private-dining__overlay {
  position: absolute;
  inset: 0;
}

.hero__image {
  background:
    linear-gradient(90deg, #050505 0%, rgb(5 5 5 / 90%) 26%, rgb(5 5 5 / 25%) 56%, rgb(5 5 5 / 0%) 100%),
    url("../images/tiamo/hero-steak-wine.png") center right / cover no-repeat;
}

.hero__shade {
  background: linear-gradient(180deg, rgb(0 0 0 / 66%) 0%, rgb(0 0 0 / 7%) 34%, rgb(0 0 0 / 15%) 100%);
}

.hero__content {
  position: relative;
  z-index: 2;
  padding-top: 142px;
  padding-bottom: 48px;
}

.hero h1,
.signature h2,
.private-dining h2,
.locations-reservations h2,
.testimonials h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 560px;
  font-size: clamp(3rem, 5.1vw, 5.25rem);
  line-height: .97;
}

.hero h1 span {
  color: var(--red);
}

.rule {
  width: 310px;
  height: 1px;
  margin: 28px 0 24px;
  background: linear-gradient(90deg, var(--gold), rgb(176 138 69 / 0%));
}

.rule--short {
  width: 280px;
  margin: 23px 0 23px;
}

.hero p {
  max-width: 430px;
  margin: 0 0 23px;
  color: var(--white);
  font-size: 1.09rem;
}

.feature-strip {
  color: var(--dark-text);
  background: var(--cream);
  border-top: 1px solid rgb(176 138 69 / 35%);
  border-bottom: 1px solid rgb(30 26 22 / 18%);
}

.feature-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100% - 42px, 1120px);
  margin: 0 auto;
  padding: 28px 0;
}

.feature {
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 70px;
  padding: 0 30px;
  border-right: 1px solid rgb(30 26 22 / 19%);
}

.feature:first-child {
  padding-left: 0;
}

.feature:last-child {
  border-right: 0;
  padding-right: 0;
}

.feature h2 {
  margin: 0 0 5px;
  font-size: .9rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.feature p {
  margin: 0;
  font-size: .9rem;
}

.feature__icon {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  color: var(--gold);
}

.feature__icon::before,
.feature__icon::after {
  position: absolute;
  content: "";
  display: block;
}

.icon-branch::before {
  left: 25px;
  top: 5px;
  width: 2px;
  height: 44px;
  background: currentColor;
  transform: rotate(32deg);
}

.icon-branch::after {
  left: 8px;
  top: 7px;
  width: 34px;
  height: 40px;
  background:
    radial-gradient(ellipse at center, currentColor 0 46%, transparent 50%) 0 7px / 13px 8px no-repeat,
    radial-gradient(ellipse at center, currentColor 0 46%, transparent 50%) 18px 1px / 13px 8px no-repeat,
    radial-gradient(ellipse at center, currentColor 0 46%, transparent 50%) 5px 22px / 13px 8px no-repeat,
    radial-gradient(ellipse at center, currentColor 0 46%, transparent 50%) 20px 17px / 13px 8px no-repeat;
}

.icon-steak::before {
  inset: 12px 4px 10px;
  border: 3px solid currentColor;
  border-radius: 55% 45% 45% 55% / 55% 60% 40% 45%;
  transform: rotate(-8deg);
}

.icon-steak::after {
  left: 21px;
  top: 20px;
  width: 14px;
  height: 11px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.icon-cloche::before {
  left: 8px;
  top: 20px;
  width: 39px;
  height: 21px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 42px 42px 0 0;
}

.icon-cloche::after {
  left: 5px;
  top: 42px;
  width: 44px;
  height: 3px;
  background: currentColor;
  box-shadow: 21px -27px 0 -8px currentColor;
}

.icon-pin::before {
  left: 13px;
  top: 3px;
  width: 30px;
  height: 40px;
  border: 3px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.icon-pin::after {
  left: 22px;
  top: 13px;
  width: 12px;
  height: 12px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.signature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr);
  min-height: 360px;
  background: var(--black);
}

.signature__photo img {
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.signature__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 84px;
  background:
    radial-gradient(circle at 20% 20%, rgb(176 138 69 / 10%), transparent 30%),
    #050505;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-light);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.signature h2,
.private-dining h2,
.locations-reservations h2 {
  font-size: clamp(2.15rem, 3.45vw, 4rem);
  line-height: 1;
}

.signature__copy > p:not(.eyebrow) {
  max-width: 485px;
  margin: 0 0 28px;
  color: var(--muted);
}

.signature__copy .btn {
  width: max-content;
}

.private-dining {
  position: relative;
  min-height: 305px;
  overflow: hidden;
}

.private-dining__image {
  background: url("../images/tiamo/private-dining-room.png") center right / cover no-repeat;
}

.private-dining__overlay {
  background: linear-gradient(90deg, #050505 0%, rgb(5 5 5 / 88%) 28%, rgb(5 5 5 / 22%) 60%, rgb(5 5 5 / 0%) 100%);
}

.private-dining__content {
  position: relative;
  z-index: 2;
  padding: 33px 0 31px;
}

.private-dining h2 {
  max-width: 380px;
}

.gold {
  margin: 7px 0 9px;
  color: var(--gold-light);
  font-size: 1.22rem;
  line-height: 1.25;
}

.check-list {
  display: grid;
  gap: 6px;
  max-width: 470px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  color: var(--white);
  font-size: .85rem;
}

.check-list li {
  position: relative;
  padding-left: 27px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: .1em;
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  color: var(--gold-light);
  border: 1px solid var(--gold);
  border-radius: 50%;
  content: "✓";
  font-size: .72rem;
  line-height: 1;
}

.locations-reservations {
  color: var(--dark-text);
  background: var(--cream);
}

.split {
  display: grid;
  grid-template-columns: 1.36fr .82fr;
  gap: 54px;
  padding: 20px 0 14px;
}

.locations {
  padding-right: 36px;
  border-right: 1px solid rgb(30 26 22 / 22%);
}

.locations-reservations h2 {
  font-size: clamp(2rem, 3.1vw, 3.1rem);
}

.section-lede,
.reservation-form > p {
  margin: 0 0 11px;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.location-card {
  background: #ede5d8;
  border: 1px solid rgb(30 26 22 / 20%);
}

.location-card img {
  aspect-ratio: 2.7 / 1;
  object-fit: cover;
}

.location-card__body {
  padding: 15px 24px 18px;
}

.location-card h3 {
  margin: 0 0 7px;
  font-size: .96rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.location-card p {
  margin: 0 0 13px;
  font-size: .9rem;
}

.location-card a {
  color: var(--red);
}

.reservation-form {
  align-self: start;
  padding: 0 0 0 0;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  margin: 13px 0 19px;
}

.form-grid label,
.footer-signup label {
  display: block;
}

.form-grid label span,
.footer-signup label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.form-grid__wide {
  grid-column: 1 / -1;
}

.form-grid input,
.form-grid select,
.footer-signup input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  color: var(--dark-text);
  background: #eee8dd;
  border: 1px solid rgb(30 26 22 / 22%);
  border-radius: 0;
}

.form-grid input:focus,
.form-grid select:focus,
.footer-signup input:focus {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.opentable {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 12px 0 0;
  color: #4a4740;
  font-size: .79rem;
}

.opentable span {
  width: 17px;
  height: 17px;
  background: #4b4b4b;
  border-radius: 50%;
  box-shadow: -10px 0 0 -5px #4b4b4b;
}

.testimonials {
  padding: 25px 0 31px;
  text-align: center;
  background: #070707;
  border-top: 1px solid rgb(176 138 69 / 35%);
  border-bottom: 1px solid rgb(176 138 69 / 50%);
}

.testimonials h2 {
  margin-bottom: 10px;
  font-size: 1.75rem;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(100% - 42px, 1060px);
  margin: 0 auto;
}

.testimonial-grid blockquote {
  margin: 0;
  padding: 0 48px;
  border-right: 1px solid rgb(176 138 69 / 65%);
}

.testimonial-grid blockquote:last-child {
  border-right: 0;
}

.stars {
  color: var(--red);
  font-size: 1.05rem;
  letter-spacing: .16em;
}

.testimonial-grid p,
.testimonial-grid cite {
  color: var(--white);
  font-size: .94rem;
  font-style: normal;
}

.testimonial-grid p {
  margin: 5px 0 0;
}

.site-footer {
  color: var(--muted);
  background: #050505;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.22fr .9fr 1fr .76fr 1.05fr;
  gap: 44px;
  width: min(100% - 42px, 1160px);
  margin: 0 auto;
  padding: 28px 0 24px;
}

.site-footer h2 {
  margin: 0 0 13px;
  color: var(--gold-light);
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0 0 13px;
  font-size: .88rem;
}

.footer-brand .brand {
  margin-bottom: 16px;
}

.footer-brand .brand__script {
  font-size: 3.1rem;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: var(--white);
  border: 1px solid rgb(248 243 234 / 55%);
  border-radius: 50%;
  font-size: .78rem;
  font-weight: 800;
}

.footer-links {
  display: grid;
  gap: 5px;
}

.footer-links a {
  color: var(--muted);
  font-size: .82rem;
  letter-spacing: 0;
  text-transform: none;
}

.footer-signup input {
  margin: 6px 0 12px;
  color: var(--white);
  background: #111;
  border-color: rgb(176 138 69 / 55%);
}

.footer-signup input::placeholder {
  color: #8d887e;
}

.footer-signup .btn {
  width: 100%;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(100% - 42px, 1160px);
  margin: 0 auto;
  padding: 12px 0;
  border-top: 1px solid rgb(176 138 69 / 45%);
  font-size: .78rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}

.footer-bottom a:hover {
  color: var(--gold-light);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 26px 24px 0;
    gap: 18px;
  }

  .main-nav {
    flex-wrap: wrap;
    gap: 18px 30px;
  }

  .hero__content {
    padding-top: 210px;
  }

  .feature-strip__inner,
  .location-grid,
  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature:nth-child(2) {
    border-right: 0;
  }

  .feature:nth-child(n + 3) {
    margin-top: 22px;
  }

  .signature {
    grid-template-columns: 1fr;
  }

  .signature__copy {
    padding: 46px 36px;
  }

  .split {
    grid-template-columns: 1fr;
  }

  .locations {
    padding-right: 0;
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .section-inner {
    width: min(100% - 30px, 1320px);
  }

  .site-header {
    position: relative;
    background: #050505;
    padding: 18px 15px 18px;
  }

  .brand__script {
    font-size: 2.85rem;
  }

  .main-nav,
  .header-actions,
  .button-row {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .main-nav a,
  .btn {
    font-size: .76rem;
  }

  .hero {
    min-height: 540px;
  }

  .hero__image {
    background:
      linear-gradient(180deg, #050505 0%, rgb(5 5 5 / 82%) 34%, rgb(5 5 5 / 50%) 100%),
      url("../images/tiamo/hero-steak-wine.png") center / cover no-repeat;
  }

  .hero__content {
    padding-top: 70px;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 14vw, 4rem);
  }

  .hero p br {
    display: none;
  }

  .rule {
    width: 220px;
  }

  .feature-strip__inner,
  .location-grid,
  .testimonial-grid,
  .footer-main,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .feature {
    grid-template-columns: 54px 1fr;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgb(30 26 22 / 15%);
  }

  .feature:nth-child(n + 3) {
    margin-top: 0;
  }

  .feature:last-child {
    border-bottom: 0;
  }

  .signature__photo img {
    min-height: 280px;
  }

  .signature__copy {
    padding: 38px 20px;
  }

  .private-dining {
    min-height: 440px;
  }

  .private-dining__image {
    background-position: center;
  }

  .private-dining__overlay {
    background: linear-gradient(180deg, rgb(5 5 5 / 94%) 0%, rgb(5 5 5 / 78%) 58%, rgb(5 5 5 / 50%) 100%);
  }

  .split {
    padding: 28px 0;
  }

  .testimonial-grid blockquote {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgb(176 138 69 / 45%);
  }

  .testimonial-grid blockquote:last-child {
    border-bottom: 0;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom nav {
    gap: 16px;
  }
}
