/*
Theme Name: Chef Donzelli
Theme URI: https://johnnysroom.com
Author: Chef Donzelli
Author URI: https://www.instagram.com/chefdonzelli/
Description: Tema minimal per Chef Donzelli – Pizza Consulting & Chef
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chefdonzelli
*/

/* ── Reset ─────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── Base ───────────────────────────────────────── */
html, body {
  height: 100%;
}

body {
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 40px 20px;
  -webkit-font-smoothing: antialiased;
}

/* ── Card ───────────────────────────────────────── */
.cd-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

/* ── Logo ───────────────────────────────────────── */
.cd-logo {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

/* ── Typography ─────────────────────────────────── */
.cd-title {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111111;
}

.cd-email {
  font-size: 0.9rem;
  font-weight: 400;
  color: #444444;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.cd-email:hover {
  color: #111111;
}

.cd-website {
  font-size: 0.85rem;
  font-weight: 300;
  color: #888888;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.cd-website:hover {
  color: #444444;
}

/* ── Divider ────────────────────────────────────── */
.cd-divider {
  width: 40px;
  height: 1px;
  background-color: #e0e0e0;
}

/* ── Instagram ──────────────────────────────────── */
.cd-instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background-color: #f5f5f5;
  transition: background-color 0.2s ease, transform 0.2s ease;
  text-decoration: none;
}

.cd-instagram:hover {
  background-color: #ebebeb;
  transform: translateY(-2px);
}

.cd-instagram svg {
  width: 22px;
  height: 22px;
}
