/* ------------------------------------------------------------------ */

/* Harpersmiths November 2025 */

/* ------------------------------------------------------------------ */

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.6rem;
  color: #222222;
  text-align: left;
  background: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  letter-spacing: -.02em -1.04px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bold;
  font-weight: 900;
}

small {
  font-size: 70%;
}

.small {
  font-size: 90%!important;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.muted {
  opacity: 60%;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #253053;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

.link-under {
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

.link-under:hover {
  text-decoration: none;
  border-bottom: 1px solid #444a55;
}

.sep-line {
  border-top: 1px solid #d2e8ed;
  padding: 0;
  height: 25px;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

img {
  max-width: 100%;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #a2acba;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.2rem;
  font-weight: 900;
}

h2, .h2 {
  font-size: 2.1rem;
}

h3, .h3 {
  font-size: 1.6rem;
}

h4, .h4 {
  font-size: 1rem;
}

h5, .h5 {
  font-size: 1.1rem;
}

h6, .h6 {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 1);
  opacity: .09;
}

.muted {
  color: #58657d;
}

small, .small {
  font-size: 0.875em;
  font-weight: 400;
}

.text-right {
  text-align: right;
}

svg {
  max-width: 100%;
}

.mono {
  font-family: "DM Mono", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
}

/* ------------------------------------------------------------------ */

/* Navigation */

/* ------------------------------------------------------------------ */

/* Remove focus on hamburger */

.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler {
  border: 0;
  color: #18181b;
  padding: 20px 0px 20px 10px;
}

.navbar {
  padding: 10px 50px 80px 50px;
  margin-left: auto;
}

.navbar-brand img {
  height: 4rem;
  width: auto;
}

.navbar-nav {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.navbar-nav .nav-item .nav-link {
  font-weight: 600;
  font-size: 0.7750em;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.navbar-toggler-icon {
  background-image: none!important;
  background-color: #18181b;
  height: 3px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::before {
  display: block;
  background-color: #18181b;
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.15s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: #18181b;
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #060606;
  border-bottom: 1px dotted #abb4bf;
}

.navbar-dark .navbar-toggler-icon, .navbar-dark .navbar-toggler-icon::before, .navbar-dark .navbar-toggler-icon::after {
  background-color: var(--bs-gray-100);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(7px);
}

@media screen and (max-width:700px) {
  .navbar-brand img {
    height: 3rem;
  }
}

@media screen and (max-width:700px) {
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #060606;
    border-bottom: 0;
  }
}

@media screen and (max-width:700px) {
  .navbar {
    padding: 10px 20px 50px 20px;
    margin-left: auto;
  }
}

/* ------------------------------------------------------------------ */

/* BUTTONS */

/* ------------------------------------------------------------------ */

.btn {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding: 18px 26px;
  border-radius: 8px;
  border-width: 1px;
  color: #fff;
  font-weight: 600;
  font-size: .9em;
  margin: 5px 0 5px 0;
  transition: all 0.5s;
}

.btn:hover {
  background: #363f4d;
  border-color: #363f4d;
  color: #ffffff!important;
  text-decoration: none!important;
}

.btn-primary {
  background: #0A1121;
  color: #ffffff!important;
  border-color: #0A1121;
  font-family: "DM Mono", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.btn-primary-outline {
  background: #ffffff;
  color: #0A1121!important;
  border-color: #0A1121;
}

/* Back to TOP button */

#btnTOP {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #1d1e20;
  color: white;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
  border-radius: 4px;
  transition: all 0.5s;
  font-family: "DM Mono", Helvetica, Arial, sans-serif;
}

#btnTOP:hover {
  background-color: #6d7279;
}

/* ------------------------------------------------------------------ */

/* BACKGROUNDS */

/* ------------------------------------------------------------------ */

.bg-navbar {
}

.bg-white {
  background-color: #ffffff;
}

.bg-grey {
  background-color: #fafafa;
}

/* ------------------------------------------------------------------ */

/* FOOTER */

/* ------------------------------------------------------------------ */

footer {
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 10px 50px 20px 50px;
}

footer img {
  width: 200px;
}

/* ------------------------------------------------------------------ */

/* Headings */

/* ------------------------------------------------------------------ */

.head-home h1 {
  font-size: 2.2rem;
  font-weight: 900;
}

.head-home h2 {
  font-size: 1rem;
  font-weight: 900;
}

.head-home h3 {
  font-size: 2rem;
  font-weight: 900;
}

.head-home h4 {
  font-size: 1.2rem;
  font-weight: 900;
}

.post-date {
  font-family: "DM Mono", Helvetica, Arial, sans-serif;
  font-size: 0.8rem!important;
  color: #b0bbc9!important;
}

.post-content {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.post-header {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 800;
}

/* POSTS Hover zoom effect */

.card, .post {
  border: 0!important;
}

/* Size for Homepage Posts */

.post-im-contain {
  height: 200px;
}

@media only screen and (max-width: 880px) {
  .post-im-contain {
    height: 300px;
  }
}

.post-im {
  display: inline-block;
  overflow: hidden;
  object-fit: contain;
}

.post-im img {
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.post-im :hover img {
  transform: scale(1.3);
  transform-origin: 20% 20%;
}

/* Hover zoom effect */

.post:hover .post-im img {
  transform: scale(1.1);
}

/* Card container using CSS Grid */

.post {
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.post-date {
  font-family: "DM Mono", Helvetica, Arial, sans-serif;
  font-size: 0.8rem!important;
  color: #b0bbc9!important;
}

/* Image container */

.post-image {
  overflow: hidden;
}

.post-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Hover zoom effect */

.post:hover .post-image img {
  transform: scale(1.1);
}

/* Content section using Flexbox */

.post-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 0.5rem 0.5rem0;
}

.post-content h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 800;
}

.post-content p {
  margin: 0;
  color: #555;
  line-height: 1.5;
  font-size: 0.9rem;
}

.post-text {
  padding: 30px 30px 10px 30px;
}

.post-text p {
  font-size: 0.85rem;
}

/* Responsive adjustments */

@media (max-width: 768px) {
  .post {
  }
}

@media (max-width: 768px) {
  .post-content h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .post-image img {
    height: 280px;
  }
}

@media (max-width: 480px) {
  .post {
  }
}

@media (max-width: 480px) {
  .post-content h3 {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .post-content p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .post-image img {
    height: 260px;
  }
}

.shot-image img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Containers */

.container-projects {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0 80px 0 80px;
}

.container-posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}

.container-shots {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}

@media only screen and (max-width: 880px) {
  .container-posts {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media only screen and (max-width: 880px) {
  .container-projects {
    display: grid;
    grid-template-columns: repeat(1, 2fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0 40px 0 40px;
  }
}

/* ------------------------------------------------------------------ */

/* Photo single template sizes */

/* ------------------------------------------------------------------ */

.grid-wide-x2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  margin-top: 38px;
}

.grid-wide-x3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  margin-top: 38px;
}

@media only screen and (max-width: 780px) {
  .grid-wide-x2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    margin-top: 38px;
  }
}

/* ------------------------------------------------------------------ */

/* BADGES FOR PORTFOLIO AND POSTS */

/* ------------------------------------------------------------------ */

.badges {
  padding: 10px 10px 10px 10px;
}

.bg-badge {
  background-color: #3E4661;
  color: #CDD1E0;
}

.badge {
  border-radius: 1rem;
  font-family: "DM Mono", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 4px!important;
}

.badge-screenprint {
  display: inline-block;
  padding: 0.2em 1em 0.2em 1em;
  border-radius: 1rem;
  background-color: #B1B4BE;
  color: #ffffff;
  font-family: "DM Mono", Helvetica, Arial, sans-serif;
  font-size: 0.6rem;
  font-weight: 400;
  margin-bottom: 4px!important;
  margin-right: 10px;
}

.badge-urban {
  display: inline-block;
  padding: 0.2em 1em 0.2em 1em;
  border-radius: 1rem;
  background-color: #7894f0;
  color: #ffffff;
  font-family: "DM Mono", Helvetica, Arial, sans-serif;
  font-size: 0.6rem;
  margin-bottom: 4px!important;
  margin-right: 10px;
}

.badge-poster {
  display: inline-block;
  padding: 0.2em 1em 0.2em 1em;
  border-radius: 1rem;
  background-color: #3E4661;
  color: #CDD1E0;
  font-family: "DM Mono", Helvetica, Arial, sans-serif;
  font-size: 0.6rem;
  margin-bottom: 4px!important;
  margin-right: 10px;
}

.badge-architecture {
  display: inline-block;
  padding: 0.2em 1em 0.2em 1em;
  border-radius: 1rem;
  background-color: #222942;
  color: #c4c8d7;
  font-family: "DM Mono", Helvetica, Arial, sans-serif;
  font-size: 0.6rem;
  font-weight: 400;
  margin-bottom: 4px!important;
  margin-right: 10px;
}

.badge-print {
  display: inline-block;
  padding: 0.2em 1em 0.2em 1em;
  border-radius: 1rem;
  background-color: #fcd111;
  color: #12141d;
  font-family: "DM Mono", Helvetica, Arial, sans-serif;
  font-size: 0.6rem;
  margin-bottom: 4px!important;
  margin-right: 10px;
}

.badge-post {
  display: inline-block;
  padding: 0.2em 1em 0.2em 1em;
  border-radius: 1rem;
  background-color: #ffffff;
  border: 1px solid #222942;
  color: #222942;
  font-family: "DM Mono", Helvetica, Arial, sans-serif;
  font-size: 0.6rem;
  margin-bottom: 4px!important;
  margin-right: 10px;
}

.tag-architecture {
  border-radius: 1rem;
  background-color: #1b1c1e;
  color: #c4c8d7!important;
  font-family: "DM Mono", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 4px!important;
  padding: 0.2em 1em 0.2em 1em;
}

.tag-europe {
  border-radius: 1rem;
  background-color: #4a547a;
  color: #c4c8d7;
  font-family: "DM Mono", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 4px!important;
  padding: 0.2em 1em 0.2em 1em;
}

.tag-ski {
  border-radius: 1rem;
  background-color: #bfc3d7;
  color: #14192d;
  font-family: "DM Mono", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 4px!important;
  padding: 0.2em 1em 0.2em 1em;
}

.tag-harper-smiths {
  border-radius: 1rem;
  background-color: #1a2e3b;
  color: #4d697c;
  font-family: "DM Mono", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 4px!important;
  padding: 0.2em 1em 0.2em 1em;
}

.tag-ski .badge {
  color: #14192d;
}

.tag-harper-smiths .badge {
  color: #8ba7ba;
}

.tag-architecture .badge {
  color: #d7d7d7;
}

.tag-photography .badge {
  color: #c4c8d7;
}

.tag-photography {
  border-radius: 1rem;
  background-color: #222942;
  color: #c4c8d7;
  font-family: "DM Mono", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 4px!important;
  padding: 0.2em 1em 0.2em 1em;
}

/* ------------------------------------------------------------------ */

/* PADDINGS */

/* ------------------------------------------------------------------ */

.ptb-30 {
  padding: 30px 0 30px 0;
}

.ptb-20 {
  padding: 20px 0 20px 0;
}

.pt-100 {
  padding-top: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-20 {
  padding-bottom: 20px;
}

.ptb-15 {
  padding: 15px 0 15px 0;
}

.ptb-200 {
  padding: 100px 0 100px 0;
}

.m-0 {
  margin: 0!important;
}

.mr-10 {
  margin-right: 10px!important;
}

.ml-10 {
  margin-left: 10px!important;
}

.mtb-15 {
  margin: 15px 0 15px 0;
}

@media only screen and (max-width: 867px) {
  .pt-100 {
    padding-top: 20px;
  }
}

/* ------------------------------------------------------------------ */

/* Form CONTROL */

/* ------------------------------------------------------------------ */

.form-group {
  padding: 10px 30px 10px 30px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.8em + 1.8rem + 2px);
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #1d1f22;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e0e5ec;
  border-radius: 0.6rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 10px;
}

.form-select {
  position: relative;
}

.form-select:after {
  pointer-events: none;
  position: absolute;
  background: url(../img/arrow-down.svg) center center no-repeat;
  background-size: contain;
  width: 11px;
  height: 13px;
  z-index: 1;
  transform: translate(0%, -50%);
  right: 10px;
  content: '';
  top: 50%;
}

.form-control:focus {
  outline: 5px solid #d1e2fa;
  outline-offset: 0;
  border-color: #1A67DB;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.075) inset, 0px 0px 2px rgba(244, 235, 255, 0.5);
}

.form-select:focus {
  outline: 5px solid #d1e2fa;
  outline-offset: 0;
  border-color: #1A67DB;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.075) inset, 0px 0px 2px rgba(244, 235, 255, 0.5);
}

/* ------------------------------------------------------------------ */

/* HIDE AND SEEK */

/* ------------------------------------------------------------------ */

.md-hidden {
  display: none;
}

@media (max-width:860px) {
  .xs-hidden {
    display: none!important;
  }
}

@media (max-width:860px) {
  .md-hidden {
    display: block;
  }
}

/* ------------------------------------------------------------------ */

/* Alignment */

/* ------------------------------------------------------------------ */

.my-right {
  text-align: right;
}

@media only screen and (max-width: 967px) {
  .my-right {
    text-align: left;
  }
}

