:root {
  --bg: #fffaf7;
  --paper: #ffffff;
  --ink: #171717;
  --muted: #69615d;
  --line: #eadfd9;
  --coral: #c75c55;
  --teal: #207f7f;
  --gold: #d8a13a;
  --rose: #f5dedb;
  --shadow: 0 18px 60px rgba(23, 23, 23, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
}

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

a:hover,
a:focus-visible {
  color: var(--coral);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 250, 247, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav {
  width: min(1120px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0;
}

.brand span {
  color: var(--coral);
}

.menu {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  flex-wrap: wrap;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: end;
  background-image: linear-gradient(90deg, rgba(20, 15, 13, 0.66), rgba(20, 15, 13, 0.26), rgba(255, 250, 247, 0.1)), url("/wp-content/uploads/2022/12/Copia-di-Migliori-Blogger-dItalia-1.png");
  background-size: cover;
  background-position: center;
}

.hero-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(88px, 13vh, 150px) 0 clamp(72px, 12vh, 120px);
  color: #fff;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(3.6rem, 8vw, 8rem);
}

h2 {
  font-size: clamp(2.3rem, 5vw, 4.6rem);
}

h3 {
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
}

.hero-copy {
  max-width: 680px;
  margin: 22px 0 0;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.section {
  padding: clamp(64px, 9vw, 118px) 0;
}

.section.alt {
  background: #fff;
}

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.intro {
  max-width: 920px;
}

.intro h2 + p,
.page-title h1 + p {
  margin-top: 18px;
}

.lead {
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.grid {
  display: grid;
  gap: 28px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.service:last-child {
  border-bottom: 1px solid var(--line);
}

.service img,
.article-card img,
.book-cover,
.feature-image {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.service img {
  aspect-ratio: 1;
  object-fit: cover;
}

.article-card {
  display: grid;
  gap: 16px;
  align-content: start;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.article-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.meta {
  color: var(--teal);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  font-weight: 800;
  text-transform: uppercase;
}

.button.primary {
  background: var(--ink);
  color: #fff;
}

.button:hover,
.button:focus-visible {
  border-color: var(--coral);
}

.page-title {
  padding: clamp(74px, 10vw, 130px) 0 clamp(42px, 7vw, 84px);
  background: linear-gradient(180deg, #fff, var(--bg));
}

.content {
  max-width: 850px;
}

.content p,
.content li {
  color: var(--muted);
}

.content a {
  color: var(--teal);
  font-weight: 700;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: center;
}

.book-cover {
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: 38px;
  background:
    linear-gradient(145deg, rgba(199, 92, 85, 0.88), rgba(23, 23, 23, 0.94)),
    url("/wp-content/uploads/2022/12/Copia-di-Migliori-Blogger-dItalia-1.png");
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.book-cover strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

.book-cover span {
  display: block;
  margin-top: 18px;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
}

.contact-band {
  background: var(--ink);
  color: #fff;
}

.contact-band .lead,
.contact-band p {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer {
  padding: 34px 0;
  background: #121212;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 12px;
}

@media (max-width: 820px) {
  .nav {
    min-height: auto;
    padding: 18px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .menu {
    gap: 10px 16px;
  }

  .hero {
    min-height: 720px;
  }

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

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

  .service img {
    width: 100%;
  }
}
