/*
Theme Name: Antoinetta 2026
Author: Chris Rypkema
*/

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}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

:root {
  --archive-link-color: #4a5969;
}



html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  line-height: 22px;
  font-size: 1rem;
  letter-spacing: 0.09em;
  font-family: 'Times', serif;
  font-optical-sizing: auto;
  color: #292038;
  -webkit-text-stroke: 0.05em currentColor;
	  background-color: lightgray;
}

#wrapper {
  padding: 0px;
}

.page-container {
  padding: 24px;
}

/* Work Landing */

.work-landing {
  scroll-behavior: smooth;
}

.page-id-1297 {
  overscroll-behavior: none;
  scroll-padding-top: 1px; /* nudges top alignment */
}
	
.work-section {
  min-height: 100vh;
  padding: 2rem 2rem 5rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
}

.work-media img,
.work-media video {
  display: block;
  max-width: 700px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: top;
  position: relative;
}

.work-media img {
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.work-meta {
  padding: 2rem 0 0 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4em;
}

.work-title,
.work-excerpt {
  display: inline;
}

.work-excerpt p {
  display: inline;
  padding: 0 0 0 1rem; 
/* 	  font-size: 0.7rem; */
}

.work-tags {
  display: inline;
  color: var(--archive-link-color);
  padding-left: 0px;
}

.work-tags a {
  color: inherit;
  text-decoration: none;
}

.work-tags a::after {
  content: ", ";
}

.work-tags a:last-child::after {
  content: "";
}

/* Landing Page Header */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.75rem 6rem;
  z-index: 9999;
}

.scroll-counter {
  font-size: 0.7rem;
  top: 4rem;
  left: 6rem;
  z-index: 1000;
  pointer-events: none;
  color: var(--archive-link-color);
}

.site-name {
  margin-right: 30px;
/* 	text-transform: uppercase; */
}

/* MAIN PAGE */

.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 92vh; /* or whatever feels right — no longer fights the rest of the page */
}

.centered-image {
  max-width: 500px;
  width: 100%;
	padding-bottom: 50px;
  height: auto;
}

/* Single Post */

.single-post {
  flex: 1;
  padding: 5rem 2rem;
}

.single-post-inner {
  max-width: 900px;
  margin: 0 auto;
}

.single-post iframe,
.single-post video {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 80vh;
  display: block;
  margin-bottom: 2rem;
}

.two-column-layout {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 700px;
  margin: 3rem 0rem 4rem 8rem;
  padding: 0;
}
.two-column-layout .info {
  max-width: 700px;
}
.two-column-layout .description {
  max-width: 700px;
	  color: var(--archive-link-color);

}
span.trailer {
  color: var(--archive-link-color);
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
    padding: 0;
  color: #202200;
}

p {
/* 	padding-bottom: 1rem; */
}

a {
  color: var(--archive-link-color);
	text-decoration: none;
}

em, i {
    font-style: italic !important;
}

strong {
	font-weight: bold;	
}

img {
	  margin: 0 0 6px 0;
}

/* Front Page */

 .main-media-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .main-media {
    position: relative;
    top: 50%;
    left: 50%;
    max-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
	    -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-select: none;
  -webkit-touch-callout: none; /* stops iOS long-press save sheet */
  }

/* Footer */

.site-footer {
  min-height: 100vh;
  padding: 2rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.footer-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0em;
  list-style: none;
}

.footer-list a {
  color: inherit;
  text-decoration: none;
}

.footer-list a:hover {
  text-decoration: underline;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
	
.main-media {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    max-width: none;
    min-height: 0;
    object-fit: cover;
    transform: none;
  }
	
	.main-media-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
	
.work-media video,
  .work-media img {
    max-width: 100%;
    width: 100%;
  }
	
.site-header {
  padding: 2rem 3rem;
}
.two-column-layout {
    flex-direction: column;
    max-width: 100%;
    margin: 2rem 0;
    gap: 0rem;
  }

  .two-column-layout .info,
  .two-column-layout .description {
    max-width: 100%;
  }
	
	  .centered-image {
    max-width: 100%;
  }
	
}