
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


*, *::before, *::after {
  box-sizing: border-box;
}



body {
  font-family: 'Montserrat', 'Segoe UI', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  background: #fffafb;
  color: #4c0519;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', 'Iowan Old Style', Georgia, serif;
  font-weight: 600;
  color: #4c0519;
}

h1 {
  font-size: clamp(2.6rem, 5.2vw, 4rem);
  line-height: 1.12;
  letter-spacing: -0.012em;
}

h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.618rem);
  line-height: 1.18;
  margin-bottom: 1.618rem;
}

h3 {
  font-size: 1.4rem;
  line-height: 1.3;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.35;
}

p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 600;
  color: #4c0519;
}

em {
  font-style: italic;
}

a {
  color: #c2186b;
  text-decoration: none;
}

a:hover {
  color: #8e0f4d;
}

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

small {
  font-size: 0.8125rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  body {
    line-height: 1.65;
  }
  h3 {
    font-size: 1.25rem;
  }
}
