* { box-sizing: border-box; }

html, body {
  margin: 0;
  background: #faf9f6;
  color: #111111;
}

body {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
}

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

a { color: #111111; }

.page {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.name-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 76px 24px 30px;
}

.name {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2rem, 8.5vw, 3.6rem);
  line-height: 0.95;
  text-align: center;
  white-space: nowrap;
}

.tagline {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7a7a7a;
}

.headline {
  display: flex;
  flex-direction: column;
  padding: 8px 18px 44px;
  font-family: 'Bodoni Moda', Georgia, 'Times New Roman', serif;
}

.headline div {
  font-weight: 800;
  font-size: clamp(2.9rem, 13.5vw, 5.4rem);
  line-height: 0.86;
  letter-spacing: -0.01em;
}

.measurements {
  display: flex;
  flex-direction: column;
  padding: 44px 24px 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.measurements-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: clamp(1.5rem, 5vw, 1.9rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7a7a7a;
  padding-bottom: 16px;
  cursor: pointer;
  list-style: none;
}

.measurements-title::-webkit-details-marker {
  display: none;
}

.measurements-title::after {
  content: '';
  width: 9px;
  height: 9px;
  border-right: 1px solid #7a7a7a;
  border-bottom: 1px solid #7a7a7a;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.measurements[open] .measurements-title::after {
  transform: rotate(-135deg);
}

.measurements-body {
  padding-top: 4px;
}

.measurements-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid #e4e1da;
}

.measurements-row--last {
  border-bottom: none;
}

.measurements-row span:first-child {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7a7a7a;
}

.measurements-row span:last-child {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-size: 19px;
}

.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.gallery img {
  width: 100%;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 56px 24px 72px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.contact-label {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #7a7a7a;
}

.contact-link {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.01em;
  text-decoration: none;
}
