* {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

html {
  min-height: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
section,
samp,
input,
small,
strike,
strong,
tt,
var,
article,
dl,
dt,
dd,
ol,
ul,
li,
form,
aside,
fieldset,
form,
label,
legend,
main,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
nav {
  margin: 0;
  border: 0;
  outline: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 500;
  font-style: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  line-height: 1.5em;
  font-family: "Montserrat", sans-serif;
}

:focus {
  outline: 0;
}

::-moz-selection {
  background: #888888;
}

::selection,
::-moz-selection {
  background: #888888;
}

body {
  width: 100%;
  min-height: 100%;
  height: 100%;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: separate;
}

input,
textarea {
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  resize: none;
}

input.submit {
  cursor: pointer;
}

a,
a:hover {
  cursor: pointer;
  text-decoration: none;
}

.none {
  display: none;
}

::-ms-clear {
  display: none;
}

sup {
  bottom: 0;
  line-height: 1;
  font-size: 0.7em;
  position: relative;
  vertical-align: text-top;
}

img,
main {
  display: block;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #000;
}

main {
  display: flex;
  position: relative;
  flex-direction: column;
  min-block-size: 100lvb;
  justify-content: center;
}

section {
  padding: 60px 0;
}

.reformer-hero {
  width: 100%;
  text-align: center;
}

.hero-content {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
}

.reformer-hero h1 {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #e5c067;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.reformer-hero p {
  font-size: 20px;
  line-height: 1.6;
  color: #f0eada;
  margin-bottom: 60px;
}

.reformer-hero span {
  font-size: 16px;
}

.reformer-hero p a {
  color: inherit;
  text-decoration: underline;
}

.btn-primary {
  display: inline-block;
  padding: 14px 32px;
  background: #e5c067;
  color: #1d3a24;
  text-decoration: none;
  font-size: 18px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #f0d58a;
  transform: translateY(-4px);
}

.gallery {
  padding-top: 0;
}

.gallery-content {
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  gap: 3px;
  max-width: 2000px;
  justify-content: center;
}

.gallery-content a {
  display: block;
  width: 25%;
}
.gallery-content img {
  width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  .reformer-hero {
    padding-bottom: 30px;
  }

  .reformer-hero h1 {
    font-size: 50px;
  }

  .reformer-hero p {
    line-height: 1.3em;
    font-size: 16px;
    margin-bottom: 30px;
  }


  .reformer-hero p span {
    font-size: 14px;
  }

  .gallery-content {
    flex-wrap: wrap;
  }

  .gallery-content a {
    width: calc(50% - 3px);
  }
}

@media (max-width: 450px) {
  .reformer-hero h1 {
    font-size: 38px;
  }
}